Re: Openoffice API - UCP

2013-06-03 Thread Rajath Shashidhara
Hello, I wrote my own openoffice client application to test my ucp. Code: try { // get the remote office component context XComponentContext xContext = Bootstrap.bootstrap(); if (xContext == null) { System.err.println("ERROR: Could not bootstrap

Re: Openoffice API - UCP

2013-06-03 Thread Rajath Shashidhara
Hello, My print statements were not shown because .xcu configuration file was missing. On Tue, Jun 4, 2013 at 1:06 AM, Rajath Shashidhara < rajaths.raja...@gmail.com> wrote: > Hello, > when macro security button is clicked this exception is raised: > > terminate called after throwing an instanc

Re: Openoffice API - UCP

2013-06-03 Thread Rajath Shashidhara
Hello, when macro security button is clicked this exception is raised: terminate called after throwing an instance of 'com::sun::star::loader::CannotActivateFactoryException' On Tue, Jun 4, 2013 at 12:40 AM, Rajath Shashidhara < rajaths.raja...@gmail.com> wrote: > Hello, > > After so much dis

Openoffice API - UCP

2013-06-03 Thread Rajath Shashidhara
Hello, After so much discussion, questions and effort, I have decided to approach this in a more systematic manner. Now, Before asking any more questions I'll read the documentation properly starting from now. My first question: How to test my ucp? How do I know if my ucp is called? I added some