1
vote
0answers
19 views
How do I reconnect to OpenOffice.org once it has been closed?
Here is a sample application that creates a Window with a single Button inside. When clicked, it connects to OOo (if not already connected) and creates a text document.
This works fine unless all …
0
votes
3answers
41 views
How to Use OpenOffice.org Spell Checker in My App (VB6)
It is possible to use Microsoft Word to spell chek an arbitrary document.
What I want is to use OpenOffice.org to do the same.
Is it possible? How?
4
votes
2answers
40 views
Generate ODT documents with dynamic images in PHP
I maintain a couple of web databases based on PHP and mySQL on a shared hosting package.
The databases have a mechanism for the user to upload OpenOffice documents with placeholders:
[person.name] …
0
votes
1answer
70 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
5answers
67 views
PDF conversion service
I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader.
I have used a piece of software from …
3
votes
2answers
64 views
What do I need to do in order to get OpenOffice.org Calc to read the VBA code in an Excel file?
My employer is considering installing OpenOffice.org's suite of Office products instead of using Microsoft Office. I've written several advanced applications in Access and Excel, and I'm trying to …
1
vote
1answer
25 views
Generating documents in multiple applications
I need to create an application that generates a bunch of templates for Office (2000), OpenOffice.org (2.0) and Indesign. The design of the templates will be made in each application but we need a …
0
votes
1answer
88 views
Openoffice3.1 pyuno confusing errors
I'm trying to get the sample and other sample codes i find for pyuno running with openoffice 3.1.1 and python 2.5 with no luck.
Unfortunately, pyuno does not give any clues about what goes wrong.
…
0
votes
1answer
28 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 …
1
vote
1answer
68 views
how to export a checkbox to a .doc document in OpenOffice ?
Hi all,
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 …
0
votes
1answer
52 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 …
1
vote
2answers
74 views
openoffice in java
I need a Java interface to the OpenOffice document conversion which would equal to a manual (Open... and then Save As...) as well as access to the PDF generation.
The following are some example of …
0
votes
1answer
24 views
Keeping text on same page in OpenOffice document
I am converting a bunch of html pages into an OpenOffice document (.odt), which will then be converted to a PDF. Is there any way to get a bunch of text lines to stay on the same page (like the keep …
4
votes
2answers
204 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 …
1
vote
0answers
27 views
How to map an XML schema to an OpenCalc spreadsheet cell and export cell data as an XML data file
I have created an XML schema for storing data. I want to provide a simple user interface with OpenCalc spreadsheet for data entry.
Things which I wanted to do.
Map my XML schema elements to cells …
