[dev] [long] Integrate an extension in the code at buildtime : what do with bitmaps ?

2011-01-03 Thread eric b
Hi, Happy New Year to all of you, and the best for 2011 ! :-) I'm currently working on integrate a nice and existing C++ extension, but directly in the code, means at buildtime. To summarize, if I integrate the lib (written in C++) in the scp2 .. and so on system, there is no problem at

Re: [dev] [long] Integrate an extension in the code at buildtime : what do with bitmaps ?

2011-01-03 Thread Jürgen Schmidt
Hi, mmh, if you want to use the extension as it is see http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Packaging_Notes If you prefer to integrate the extension as a fix part of OOo you probably have to tweak a little bit more. But keep in mind that the configuration ch

[dev] API to clone a row in a writer's table

2011-01-03 Thread Sandro
Hi, I'm writing to the dev list after spending many days trying hard to understand the best way and asking in user lists and forums. I really hope someone can help me or point me in the correct direction/reading. I need to programmatically duplicate rows of a Table in openoffice writer. It's no

Re: [dev] API to clone a row in a writer's table

2011-01-03 Thread Peter Eberlein
Hi Sandro Am 03.01.2011 12:16, schrieb Sandro: Hi, I'm writing to the dev list after spending many days trying hard to understand the best way and asking in user lists and forums. I really hope someone can help me or point me in the correct direction/reading. I need to programmatically duplica

[dev] ODT packaging, mimetype file

2011-01-03 Thread Pavel Janík
Hi, ODF 1.2 spec says, that mimetype file SHALL be the first one in the ODT. Why signed ODT documents do not have mimetype as the first file in the ZIP? ;-) correct file: 50 4b 03 04 14 00 00 08 00 00 ed 49 23 3e 5e c6 | PK.I#>^.| 0010 32 0c 27 00 00 00 27 00 00 0

[dev] Quick Question

2011-01-03 Thread Stevo
Hi Guys.  Your product is far more superior than Microsoft Word in my book.  I was wondering if there would be Android Apps for each application of Open Office 3.3 coming down the pike anytime soon?  It would be amazing to have Open Office Writer and Math Apps available on my Android Phone. 

[dev] Re: [long] Integrate an extension in the code at buildtime : what do with bitmaps ?

2011-01-03 Thread Christian Lippka
Hi Eric, just to clearify. Do you still want to keep it as an extension or do you like to 'dissolve' the extensions functionality in native OOo code? Regards, Christian Am 03.01.2011 10:36, schrieb eric b: Hi, Happy New Year to all of you, and the best for 2011 ! :-) I'm currently working o

[dev] [SOLVED] Re: [dev] [long] Integrate an extension in the code at buildtime : what do with bitmaps ?

2011-01-03 Thread eric b
Hi Jürgen, Le 3 janv. 11 à 12:03, Jürgen Schmidt a écrit : Hi, mmh, if you want to use the extension as it is see http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ Extensions/Packaging_Notes If you prefer to integrate the extension as a fix part of OOo you probably hav

Re: [dev] Re: [long] Integrate an extension in the code at buildtime : what do with bitmaps ?

2011-01-03 Thread eric b
Hi Christian, Le 3 janv. 11 à 20:58, Christian Lippka a écrit : Hi Eric, just to clearify. Do you still want to keep it as an extension or do you like to 'dissolve' the extensions functionality in native OOo code? I wanted to dissolve the extension functionnality in the code, and I disc

[dev] Dev300m96 a two issues

2011-01-03 Thread Paul Gress
With the start of m95 I noticed my page numbering doesn't work many more in writer and still continues into m96. Has this been noticed and flagged as a bug to be fixed? The next issue, starting way back to maybe m90 or m93, there is a long time delay showing the splash screen before any app (

[dev] Re: API to clone a row in a writer's table

2011-01-03 Thread Sandro
Hi Peter, > Maybe the XTransferable interface is useful in this scenario. You'll > find examples googling this or the api list. thanks for the hint. I'm slowing acquiring the needed basis (yes I don't know java and it took me some time to understand the majority of examples that used queryInterf