Tagged Questions
related to OpenOffice.org Writer, a word processing application which is similar to Microsoft Word.
5
votes
0answers
185 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
394 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
938 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
533 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 ...
2
votes
1answer
99 views
WYSIWYG editor in jsp
I need help finding a WYSIWYG editor to use in the web application I'm developing.
The boss wants to reach a word-like usability, where you can set header/footer for the pages, see actually what the ...
2
votes
3answers
644 views
How to give color to your code in open-office-writer?
I have code blocks written in Open Office Write and want colorize it. How can I do this?
EDIT: When I copy syntax-highlighted code back to open office writer it becomes black again. How can I change ...
2
votes
1answer
20 views
using OOoWrite, i would like to add custom html elements
I have 35 pages list of scientific references. In order to upload them to a webpage, I would like to add custom fields before and after each reference. I would also like to find italicized text and ...
1
vote
1answer
62 views
Open Office assembly folder
I googled "Open Office C#" and found a commonly reoccurring tutorial: http://www.opendocument4all.com/download/OpenOffice.net.pdf
The trouble is this portion (snippet from pdf):
Change from the ...
1
vote
2answers
119 views
Converting SXW to PDF without OpenOffice automation
I have to convert old OpenOffice.org Writer documents (.sxw) to PDF without an installation of OpenOffice present. Is there a (open source or commercial) component (.NET) or commandline tool to do ...
1
vote
0answers
81 views
Programmatic Search and Replace in an OpenOffice writer document from Java?
Is there a way to programmatically search and replace text in an OpenOffice Writer document using the Java UNO API?
I'm looking to search and replace particular text with mail merge query fields.
1
vote
0answers
187 views
Open Office mail merge - pick text colour based on field value (formulas / scripting)?
Is there a simple way (via formulas if possible rather than scripting) in Open Office text documents (.odt) to format characters via a formula based on the value of a mail-merge field?
The File -> ...
1
vote
1answer
306 views
XForms with JSF, is it a reasonable solution?
We are creating a business process management solution, which involves creating forms to be used by the process. At the moment we create the forms using xhtml, which is part of a component with a ...
1
vote
1answer
292 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
3answers
1k views
Chrome: Open links to OpenOffice documents on WebDAV directly in OpenOffice
is there any way to open OpenOffice with the URL when I click on the link in Chrome browser?
To be a bit more precise: I have a WebDAV folder that contains documents.
...
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
0answers
182 views
Scripting OpenOffice Forms with VB or python
I'm trying to script my OpenOffice document (Writer in my case) to do some simple things with widgets. Namely I'd like to copy text from widget to widget. For this I want to get one component and than ...
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
1answer
240 views
get pure text form odt file in console
I am looking for a small linux tool that would be able to extract text from odt file.
It just needs to be human-readable and it can have problems with complicated objects etc.
It's almost a ...
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
705 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
298 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
785 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
0answers
17 views
How do i import .ODT automatically to openoffice impress, using VBA macros?
Ive never written a macro before but i know VB/ASP.NET.
The problem is simple, there are about 450 .odt files each with six slides on each, as openoffice writer files, as the output from some OCR ...
0
votes
0answers
25 views
why can I access text properties through cursor object in OpenOffice?
I'm developing a simple script in OpenOffice Basic for Writer. I have a code like this:
vText = ThisComponent.Text
vc = ThisComponent.CurrentController.getViewCursor()
c = ...
0
votes
0answers
26 views
How to create and format open office writer document in asp.net
I have stucking to create open office writer document through asp.net from last one week. Actually I want to create a downloadable odt document. It created successfully but there is formatting issue ...
0
votes
3answers
92 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
83 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
1answer
105 views
Remote control or script Open Office to edit Word document from Python
I want to (preferably on Windows) start Open Office on a particular document, search for a fixed string and replace it with another string selected by my program.
How do I do that, from an external ...
0
votes
0answers
42 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
29 views
How to export page break while converting open office writer document to html using unoconv
I have converted a doc file from OpenOffice writer to html using unoconv. The output file does not contain any pattern for page breaks. Is there any possible way to get page breaks in html.
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
122 views
How to set Text Background Color using PyUNO with OpenOffice
I have a python script that successfully does a search and replace in an OpenOffice Writer document using PyUNO. I am able to set the CharColor of the replaced text ok but am unable to set the ...
0
votes
1answer
155 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
0answers
362 views
modify docx with OpenXML SDK and open it with OpenOffice
I try to modify an docx-document with the OpenXML SDK and want to open it with OpenOffice.
But OpenOffice can't open, because the class "WordprocessingDocument" uses absolute paths in the XML-files ...
0
votes
2answers
505 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
0answers
302 views
Enabling OpenOffice.org office suit with speech-to-text conversion technology such as Sphinx-4
myself Amol Dudvadkar from India. As part of my final year project I am working on enabling OpenOffice.org office suit with voice command module. I want to execute normal cut, copy, select all, etc ...
0
votes
1answer
475 views
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 ...
0
votes
1answer
144 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
64 views
Is it possible to include OpenOffice Writer or MS Word data in a ReportLab generated PDF?
The desire is to have the user provide information in an OpenOffice Writer or MS Word file that is inserted into part of a ReportLab generated PDF. I am comfortable with ReportLab; but, I don't have ...
0
votes
1answer
185 views
UNO classes to VB .NET
I've found some samples of OpenOffice UNO dll to try out with VB.NET, but I'm still having issues with it:
It doesn't want to compile with any version of .NET Framework over 2.0 (Which is at least 7 ...
0
votes
2answers
352 views
Convert source code to syntax highlighted image
Background
OpenOffice Writer lacks the ability to link to an ASCII text source file, apply syntax highlighting, wrap it in a frame, and update the frame contents whenever the source file changes. ...
0
votes
1answer
173 views
VBA macro to toolbar button in Open Office
I draw the short straw at work and got tasked with converting all our MS Word templates to OO.
All macros seems to work when the template is opened in OO but in MS Word we have a toolbar with 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
456 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 ...