[libreoffice-users] Re: How to convert a basic script into Python?

2012-05-30 Thread leeand00
Ah, as helpful as in the previous two posts. Thank you again Andreas! -- View this message in context: http://nabble.documentfoundation.org/How-to-convert-a-basic-script-into-Python-tp3986621p3986724.html Sent from the Users mailing list archive at Nabble.com. -- For unsubscribe instructions e

[libreoffice-users] Re: How to convert a basic script into Python?

2012-05-29 Thread Andreas Säger
Am 29.05.2012 23:36, leeand00 wrote: I suppose the confusing bit would be where the UNO components come in, how are these handled in Python? class Office: '''Frequently used methods in office context''' def __init__(self, ctx=uno.getComponentContext()): self.ctx = ctx