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

2013-09-18 Thread Wei Min Teo
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 Constenla-Haile have tested that the simple bootstrap example from the SDK

Open office 4.0.0 --> Throwing Error ==> System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception

2013-09-18 Thread Shinde, Satish
Dear Team, I have created one class in C# to convert ".doc, .docx, etc" documents to PDF tried using open office version 4.0.0. Note : Software's (Open Office 4.0.0 / Open office SDK ) are not installed on my PC . I am only using required 5 dll's along with sopen.exe. When I run the applicatio

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

2013-09-18 Thread Ariel Constenla-Haile
On Wed, Sep 18, 2013 at 08:43:09AM -0300, Ariel Constenla-Haile wrote: > Hi, > > On Wed, Sep 18, 2013 at 05:37:36PM +0800, Wei Min Teo wrote: > > Hi, I'm writing in C++ and testing on OpenOffice 4.0.0. I encountered > > a problem where cppu::bootstrap() throws a cppu::BootstrapException > > with t

Re: XText Interface of XTextSection

2013-09-18 Thread Peter Eberlein
Hi Ariel, Am 18.09.2013 13:29, schrieb Ariel Constenla-Haile: Hi, On Wed, Sep 18, 2013 at 12:29:54PM +0200, Peter Eberlein wrote: Hi, the service css.text.TextFrame exports the XTextFrame Interface with the getText() method. The service css.text.TextSection exports the XTextSection Interface,

Missing cppuhelper/implbase4.hxx [was: Re: cppu::bootstrap() does not work with OpenOffice 4.0.0]

2013-09-18 Thread Ariel Constenla-Haile
Hi, Please start a new thread for a new question, instead of hijacking an existing one. On Wed, Sep 18, 2013 at 06:35:33AM -0400, Shemil Hashan wrote: > when i was going to test the example(RNG) which provided in > "calc/Add-in/Simple Calc Add-In" tutorial in Apache open office wiki Are you tal

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

2013-09-18 Thread Ariel Constenla-Haile
Hi, On Wed, Sep 18, 2013 at 05:37:36PM +0800, Wei Min Teo wrote: > Hi, I'm writing in C++ and testing on OpenOffice 4.0.0. I encountered > a problem where cppu::bootstrap() throws a cppu::BootstrapException > with the message "no soffice installation found!". Prior to this, > I have started the s

Re: XText Interface of XTextSection

2013-09-18 Thread Ariel Constenla-Haile
Hi, On Wed, Sep 18, 2013 at 12:29:54PM +0200, Peter Eberlein wrote: > Hi, > > the service css.text.TextFrame exports the XTextFrame Interface with > the getText() method. > The service css.text.TextSection exports the XTextSection Interface, > but I'm missing a convenient method to get the XText

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

2013-09-18 Thread Shemil Hashan
when i was going to test the example(RNG) which provided in "calc/Add-in/Simple Calc Add-In" tutorial in Apache open office wiki I got the error "cppuhelper/implbase4.hxx: No such file or directory" while exucuting make file. Can you give a solution for this problem? On Wed, Sep 18, 2013 at 5:37

XText Interface of XTextSection

2013-09-18 Thread Peter Eberlein
Hi, the service css.text.TextFrame exports the XTextFrame Interface with the getText() method. The service css.text.TextSection exports the XTextSection Interface, but I'm missing a convenient method to get the XText of the section. The XTextContent's anchor of the section gives me the XTextRa

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

2013-09-18 Thread Wei Min Teo
Hi, I'm writing in C++ and testing on OpenOffice 4.0.0. I encountered a problem where cppu::bootstrap() throws a cppu::BootstrapException with the message "no soffice installation found!". Prior to this, I have started the soffice process and passed in the -accept flag to open up a listening po