Re: [dev] Some issues building Open Office on OSX

2010-01-03 Thread Peter Kaufman
Hi Kirill, My current ./configure is loaded from a shell script. It looks like this: #!/bin/sh export BASE=`pwd` export OOVERSION=`echo $BASE|sed 's/^\/.*\///'` echo Building from : $BASE echo OpenOffice Version: $OOVERSION ./configure \ --with-lang=en-US de fr \ --disable-odk \

[dev] Source code directories complements

2010-01-03 Thread Per Eriksson
Hi, I have completed the Source code directories page with the directories available in trunk as of today, and I need some information what they contain. The ones I have a description to I have completed. I also added the sortable functionality on the page to allow better viewing. Please

Re: [dev] Please help: saving document as DOC format, then opening, losing position properties for TextGraphicObject

2010-01-03 Thread tora - Takamichi Akiyama
Hi, Chris Fleischmann wrote: Hi basically I am using the OpenOffice SDK (3.1.1) to create a new Writer document. I add images with the following code, passing in the XText (which in this case is an XText from a XTextFrame). XTextCursor xTextCursor = xFrameText.createTextCursor();