related to OpenOffice.org Writer, a word processing application which is similar to Microsoft Word.
Questions tagged [openoffice-writer]
229 questions
0
votes
1 answer
how to extract text by style in openoffice
I have an openoffice text using different styles. I need to extract all text in one style as a text .txt file (but not including text marked in the other styles). How can this be achieved?
I tried to mark other styles as hidden and save as .txt, but…

user855443
- 2,596
- 3
- 25
- 37
0
votes
1 answer
How to create/find header files in OpenOffice SDK 3.3.x
I have downloaded and installed the OpenOffice SDK 3.3.x and I cannot find the header files ( *.hpp or hxx ) files corresponding to the *.idl files.
There are *.idl files under the ( idl/com/.../) directories.
Under the include directory (…

Greenhorn
- 658
- 2
- 8
- 24
0
votes
0 answers
Table not respecting width OpenOffice / MsWord
I am trying to create some tables in my docx document.
Everything works great when I open my document with OpenOffice Writer , unfortunately my tables width and some other properties are not respected in MsWord.
1)i create two table having same size…

Cap
- 1
- 1
0
votes
0 answers
Cannot open openxml document created with openoffice writer
I am trying to create a docx file that I can open in open office writer with the following code. The app runs and creates the doc, but when I try to open it I get a "general input/output error" message. If I try to open in word it works fine. …

geoff swartz
- 5,437
- 11
- 51
- 75
0
votes
1 answer
How to view and re-edit formulas in tables of LibreOffice or OpenOffice Writer text documents?
In LibreOffice or OpenOffice Writer, editing a text document, I can create a table and add a formula to a table cell by entering an equal sign. However, I cannot find a way to view and re-edit the formula once it's been entered.
LibreOffice help…

not2savvy
- 2,902
- 3
- 22
- 37
0
votes
1 answer
How to remove paragraph breaks in openoffice
I am using openoffice 4 and i have a Paragraph Breaks between two pages and i want to avoid it

Yagami Light
- 1,756
- 4
- 19
- 39
0
votes
1 answer
Java Open\LibreOffice insert file\object in odt
Is there any way or example how to embed file\object in odt using Open\LibreOffice API for java ?
Or with some other API's or languages.

Vito Karleone
- 355
- 1
- 6
- 17
0
votes
1 answer
LibreOffice Writer define and use dynamic variables for caption labels
When you insert a caption it automatically increments the value for the caption number e.g if I insert a caption named "Illustration" for each image in my document, LibreOffice will automatically append an integer to my caption such that I get…

user1801060
- 2,733
- 6
- 25
- 44
0
votes
3 answers
Printing a ticket in xpages
In a xpages application I need to mount a label with a certain layout, analogous to the layout of a ticket. Searching, I have verified that the most used practice is to use openoffice to design the odt model and in java to use bilbiotec to JOD…

Marcus Loza
- 185
- 8
0
votes
0 answers
Open office sdk create xls, doc,ppt files in Java
How to create a xls file using open office sdk? Please give Java example source code. Also needed to create word and power point files. I’m not able to get any examples
Below is the code I tried. It tries to open in Open office App, that I don't…
user3544081
0
votes
1 answer
How do I delete the last empty page in an OpenOffice Writer .odt document
I have an .odt document (originally a one-page resume imported from a .docx Word document) and it now has an extra empty second page. The document text is all placed in a 2-column table and the table runs over to the next page, even though there is…

Shant Dashjian
- 888
- 11
- 20
0
votes
1 answer
How to print a .ODT file in C # or VB.NET?
I have a program in VB.NET that opens and changes a document with ODT extension, I am using the AODL dll, below a trex of code:
Imports AODL.Document.TextDocuments
Dim document As New…

Ismael Hartmann
- 1
- 2
0
votes
1 answer
print truth table in to odt file
i want to print truth table in to a table in an adt file, t got a program but i don know how to get vale or value to print to odt file, this program just print result on screen !
sub truth_table {
my $s = shift;
#print "$s\n";
my …

Mạch Điện Tử
- 35
- 9
0
votes
1 answer
Problems with OpenOffice Writer using C#
I am creating a OO Writer document with C#.
Any help would be appreciated - I no longer know whether I am coming or going, I have tried so many variations....
using C#, has anybody successfully got the following to work? I just have a simple table…

Edunt
- 1
- 1
0
votes
1 answer
How to replace the Content of the OpenOffice Document Window/Win32 The documented solution not working?
I am using OO 3.0 and according to the official openoffice documentation (http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/StarDesktop) in order to replace the document this is the code required:
Dim Doc As Object
Dim Dummy()
Dim…

Roeya
- 111
- 7