Re: [api-dev] Re: IOException OOo 3.1.1

2010-01-26 Thread Mathias Bauer
Petteri Larjos wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I managed to debug my problem to XCloseable.close() function. Reference XCloseable xCloseable( xComponent, UNO_QUERY ); if ( xCloseable.is() ) { xCloseable-close( sal_True ); } This makes my function to

Re: [api-dev] Help needed ... - FOSDEM input

2010-01-26 Thread Juergen Schmidt
Hi, i initially forgot the documentation and QA project. Clayton have asked on the documentation list as well and i would like to use his words (sounds much better from a native speaker) to remind you ;-) Replace the documentation project with any other project where you are working on or

[api-dev] Copy/Paste a TextTable row using cpp api works only first time

2010-01-26 Thread Philippe Brun (perso)
Hi all, I'm trying to copy/paste a row in a TextTable with the c++ api. It works the first time I connect to a newly started soffice : 1- load the document, 2- copy a row 3- insert a new row, 4- paste into the newly inserted row. But then if I close the doc (without exiting soffice) and try