related to OpenOffice.org Writer, a word processing application which is similar to Microsoft Word.
Questions tagged [openoffice-writer]
229 questions
-2
votes
1 answer
How do I resolve this error in saving a new odt after a regex?
I've been trying to find good documentation to solve this ... but from what I can see from what little documentation, this code should have worked ... I'm rather curious as to why this isn't working, but I'm certainly not an expert.
>>> import…

Iain Curtis-Shanley
- 21
- 3
-2
votes
1 answer
How to read OpenOffice version in Java (1.6)
I'm a C# developer and actually i have to develop some functions in Java 1.6 for an OpenOffice-PlugIn.
One of these functions is to get some meta informations of environment like the version of the executing OpenOffice.
On Google i didn't find…

Andy
- 11
- 2
-2
votes
2 answers
How can i get user defined properties of an Open Office document
I am trying to get the UserdefinedProperties of an Open Office Writer Document.
My questions are first how can i adress the currently open file in the writer?
And how can i access the metadata after I told the programmm from which file it should…

FreeKill
- 13
- 4
-4
votes
1 answer
How to start an OpenOffice extension?
I'm trying to write an extension for OpenOffice.
This extension would be written in java (compiled, I don't want people to see the code).
It should do actions when I start openOffice writer, when I click on a button and when I print.
I've already…

Benjamin
- 5
- 4