Villeroy to the rescue! Thanks a lot

sent from mobile device

-----Original Message-----
From: Andreas Säger <ville...@t-online.de>
Date: Mon, 01 Aug 2011 00:07:46 
To: <users@global.libreoffice.org>
Reply-To: users@global.libreoffice.org
Subject: [libreoffice-users] Re: Python Equivalents for some BASIC uno calls

import uno
form com.sun.star.sheet.CellFlags import FORMULA

ThisComponent = XSCRIPTCONTEXT.getDocument()
sh = ThisComponet.Sheets.getByIndex(0)
oBasket = sh.queryContentCells(FORMULA)


-- 
Unsubscribe instructions: E-mail to users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


-- 
Unsubscribe instructions: E-mail to users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to