Re: OLE Automatization Linux's OpenOffice from wine app

2006-11-15 Thread Alexandr Kochmin
DK> Kochmin wrote: DK>> I have windows application wich use OLE Automatization to fill-in DK>> OpenOffice document It's create OleObject like DK>> OpenOffice := CreateOleObject('com.sun.star.ServiceManager'); DK>> .. DK>> How can I rewrite it, or use any tools, to work when OpenOffice is DK>> inst

OLE Automatization Linux's OpenOffice from wine app

2006-11-14 Thread Alexandr Kochmin
I have windows application wich use OLE Automatization to fill-in OpenOffice document It's create OleObject like OpenOffice := CreateOleObject('com.sun.star.ServiceManager'); And then use it. Everything is OK when I run it on windows. How can I rewrite it, or use any tools, to work when OpenOffic