Re: [udk-dev] My first Calc addin: problem with exception handling

2008-08-25 Thread Stephan Bergmann
On 08/24/08 20:10, Andrea wrote: Hi, I've just written my first Calc addin and I managed to get my functions in Calc. Now I have tried to throw exception (RuntimeException or IllegalArgumentException) but the whole application crashes as soon as an exception is thrown. I get terminate

Re: [udk-dev] Re: My first Calc addin: problem with exception handling

2008-08-25 Thread Stephan Bergmann
On 08/25/08 10:05, Andrea wrote: Can I ask an other question: I cannot set breakpoints in my library. (gdb) attach 3459 Attaching to program: /home/andrea/projects/openoffice/maths/libASIMaths.so, process 3459 0x00110416 in __do_global_dtors_aux () (gdb) break ASIMaths_impl.cpp:73

Re: [udk-dev] UNO python and openoffice. ManualHowto

2008-08-25 Thread Lukasz Szybalski
Hello again, I am opening a file(document), changing it and want to write it to combinedfile.odt.(document2) I only saw reference to insertDocumentFromURL(). Is there a function that inserts the document into current document? What we be the code for inserting document to document2 ### document