Tagged Questions

5
votes
0answers
187 views

Transferring table styles using OpenOffice::OODoc

I'm attempting to copy the formatting of a table from one OpenOffice Writer file to another... I can tell that I'm writing the name of the style to the second document, but not the style data. I ...
4
votes
1answer
396 views

How to insert an image in to an openoffice writer document with java?

I'm trying to create an openoffice writer document from a template. I can replace text parts of report with this code private static void searchAndReplace(final String search, final String ...
4
votes
3answers
940 views

Mail Merge with Open Office from C# .NET

I need to be able to mail merge from an ASP.NET web form in C# .net to Open Office. I can connect with OpenOffice and open a file but that is where things stop at the moment. I have a table of mail ...
3
votes
2answers
538 views

Copy a whole ODT (Openoffice Writer) document section to other document with Openoffice Java API (UNO API)

I need to use the OpenOffice Java API to copy a document section and paste it over another document section. So far I have managed to copy the text of the section of the source document and paste it ...
1
vote
1answer
295 views

openoffice: duplicating rows of a table in writer

I need to programmatically duplicate rows of a Table in openoffice writer. It's not difficult to add rows via table.Rows.insertByIndex(idx, count), that adds empty rows and it's easy to add text in ...
1
vote
0answers
260 views

How to import external module in python macro for OpenOffice?

I'm writing a macro for OpenOffice in python, and I have a problem. I want to import external module (gdata) so i write import uno import gdata.calendar.service but when I try execute macro (Tools ...
1
vote
1answer
75 views

Best way to create a form in OpenOffice (or sth else?)

Hi I'm looking for a way to script an OpenOffice document so it would: have only parts editable do some magic with saving it (i'd like to save it into some generated from the entered content name) ...
1
vote
3answers
1k views

OpenOffice with .NET: how to iterate throught all paragraphs and read text

How to iterate through all paragraphs in OpenOffice Writer document and output text. I have Java examples, but don't know how to convert code to C#. Java example could be found here: ...
1
vote
3answers
2k views

OpenOffice PDF Export Library

I am looking for a library which will allow me to render text and graphics output onto a PDF document. (Cairo is certainly an option.) I would like to know how OpenOffice writes PDF files to see if I ...
1
vote
1answer
710 views

In OpenOffice, how do I check if my XComponentContext has been closed?

I have a small application that generates three different template documents in OOo Writer. When one of the three "generate" buttons is clicked, this is part of the code that is executed (in C#): // ...
1
vote
1answer
300 views

how to export a checkbox to a .doc document in OpenOffice?

I use OpenOffice through the java API, and make him open the .odt file, fill in some values and save as .doc and .pdf. The .doc have no checkboxes in it. I'm basically looking for a workaround of ...
1
vote
1answer
854 views

OpenOffice API - OptimalWidth option for table(all columns)

I am working on Java API which interacts with OpenOffice(swriter) through UNO. For TextTable, I am having hard time setting TableColumn's "OptimalWidth" property. I have tried the following code and ...
1
vote
1answer
787 views

How do you set the text direction for a TextTable Cell in OpenOffice?

I want to set the text direction for some cells in a TextTable so that they are vertical (i.e., the text is landscape instead of portrait). You can do this in Writer by selecting the cell(s), and ...
1
vote
3answers
2k views

A good Code snippet tool or plugin for Word documents?

Does anyone know of a good tool or plugin that enables Microsoft Word or OpenOffice Writer to add code snippets to a document in a clean manner? I'm not sure if such a plug-in even exists, so ...
0
votes
3answers
94 views

OpenERP - Report Creation

I am trying to create a new report with report plugin and openoffice but I don't know how to assign it in the OpenERP system. Is there someone who can give me exact steps for creation of new report ...
0
votes
0answers
86 views

Is there a subversion plugin available for LibreOffice/OpenOffice similar to MagnetSVN?

I recently came across the plugin, MagnetSVN, for MS Office which allows for svn interaction directly from MS Word. I'm looking for something similar for LibreOffice and/or OpenOffice. I came across ...
0
votes
2answers
42 views

OpenOffice ODM (OpenDocument Master Document) format

In development of a text editor application, I came across a need to test an .ODM format (OpenDocument Master Document) support. I tried searching OpenOffice documentation for samples, but failed to ...
0
votes
0answers
43 views

How to set XTextCursor position to a cell of table in OpenOffice Writer document with java

I'm generating an OpenOffice Writer document with java and trying to set something to a cell of table in the document. It has a model like this I can change xTextCursor position to start or end ...
0
votes
0answers
10 views

input Japanese in Mint

What software should I download (if possible via terminal commands) to input Japanese characters ?I would like to write a resume in Japanese using openoffice. I tried this on another computer using in ...
0
votes
0answers
44 views

Openoffice addons: threads and behavior

currently I'm working on a project involving the creation of an OpenOffice-writer addon. I've managed to get the addon working by using the template provided by NetBeans IDE, because I was unable to ...
0
votes
1answer
194 views

OpenOffice Writer. Macro : replacing the selected text

I'm trying to create a macro that would change and replace the current selected text in OpenOffice Writer. So far my macro looks like this: sub myReplaceSelection Dim oDoc Dim oVC Dim R As String ...
0
votes
1answer
157 views

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/.../) ...
0
votes
2answers
512 views

export images and graphics in doc files to images in openoffice

I am using openoffice sdk to get all info from doc file, what I need now is to be able to extract all images in a doc file and save them as images png or gif. I am using Java, Is there any working ...
0
votes
1answer
145 views

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 ...
0
votes
1answer
89 views

Remote interop with OpenOffice Writer

I found some documentation about interop with OpenOffice using technologies like COM, but before delving in more deeply I wondered if anyone's worked on this kind of thing? We have a need for the ...
0
votes
1answer
459 views

PDFCreator with OpenOffice files

I use a Windows Web Server 2008 with ruby, PDFCreator, Microsoft Office, and OpenOffice to convert files to PDF automatically. The setup works ok for Microsoft Office files but I have not been able to ...
0
votes
1answer
439 views

OpenOffice iterating through TextTable detect merged and split cells (calculate colspan and rowspan)

I am using OpenOffice uno api to iterate through all text in writer document. To iterate over text tables currently I am using XTextTable interface getCellNames() method. How I could detect merged and ...
0
votes
0answers
170 views

How to link external variables in an Open Office Writer document?

I would like to update a odt with some external variables like version number. I know I can add variables, but the value of those variables are internal to the document. Perhaps with a formula?
0
votes
1answer
420 views

How do I set the properties for an XTextTable in OpenOffice.org uno using C#?

Discussion on OOoForum.org In python, I can do something like this: table.BreakType = PAGE_BEFORE table.HoriOrient = 0 table.RightMargin = 6.93 * 2540 - table_width In C#, I can't find a way to ...
0
votes
1answer
666 views

How do I create an XTextTable in OpenOffice.org uno using C#?

Discussion on OOoForum.org In python, using pyuno, I can do it like this: table = self.model.createInstance("com.sun.star.text.TextTable") This doesn't seem to work in C#. Here is my test code (I ...
0
votes
1answer
528 views

Color palette in OpenOffice Writer

How to load another color palette (*.soc file) in OpenOffice Writer?