Re: cppu::bootstrap() does not work with OpenOffice 4.0.0

2013-09-19 Thread Ariel Constenla-Haile
Hi, On Thu, Sep 19, 2013 at 01:46:16PM +0800, Wei Min Teo wrote: Hi all, Thanks for all replies. The OS that I tested on is Windows XP. The reason why I started a openoffice process in listening mode is to run an invisible instance that runs in the background for automated tasks. Ariel

Re: cppu::bootstrap() does not work with OpenOffice 4.0.0

2013-09-19 Thread Jürgen Schmidt
On 9/19/13 12:14 PM, Ariel Constenla-Haile wrote: Hi, On Thu, Sep 19, 2013 at 01:46:16PM +0800, Wei Min Teo wrote: Hi all, Thanks for all replies. The OS that I tested on is Windows XP. The reason why I started a openoffice process in listening mode is to run an invisible instance that

RE: Change column property in XTextTable

2013-09-19 Thread K.Misha
Thanks!неинеи-Original Message-неиFrom: Peter Eberlein [mailto:pet@refofd.verwalt-berlin.de] неиSent: Thursday, September 19, 2013 5:24 PMнеиTo: api@openoffice.apache.orgнеиSubject: Re: Change column property in XTextTableнеинеиHi,неиAm 19.09.2013 13:36, schrieb K.Misha:неи

Re: Change column property in XTextTable

2013-09-19 Thread Peter Eberlein
Hi, Am 19.09.2013 13:36, schrieb K.Misha: Hello! I have this code: Reference XTextDocument xTextDocument (xWriterComponent,UNO_QUERY); Reference XModel aDrawDoc (xTextDocument, UNO_QUERY); ReferenceXMultiServiceFactory aFact(aDrawDoc,UNO_QUERY); Reference XTextTable xTextTable(

Re: Change column property in XTextTable

2013-09-19 Thread Ariel Constenla-Haile
Hi, On Thu, Sep 19, 2013 at 02:36:24PM +0300, K.Misha wrote: Can you help me with changing column properties in text table? The columns width is handled by the property TableColumnSeparators of the table, see http://wiki.openoffice.org/wiki/Documentation/DevGuide/Text/Text_Table_Properties An

inserting images in writer

2013-09-19 Thread K.Misha
Hello! Can you send me some examples of using images in writer? p.s.: *.cxx if you can. Thanks!

Change column property in XTextTable

2013-09-19 Thread K.Misha
Code in attached file makes TextTable like this: But how i can make table like this: Thanks. image003.jpgimage004.jpg #include iostream #include cppuhelper/bootstrap.hxx #include rtl/ustring.hxx /** === begin UNO includes === **/ #include com/sun/star/beans/PropertyValue.hpp

Re: Change column property in XTextTable

2013-09-19 Thread Ariel Constenla-Haile
Hi, On Thu, Sep 19, 2013 at 11:32:50PM +0300, K.Misha wrote: Code in attached file makes TextTable like this: But how i can make table like this: The answer is in the code snippet in the API documentation: