3
votes
2answers
47 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, …
1
vote
1answer
58 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 …
3
votes
1answer
100 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 h …
0
votes
1answer
19 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 ca …
0
votes
1answer
30 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 …
1
vote
0answers
13 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 applicati …
1
vote
2answers
68 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 ar …
0
votes
1answer
33 views
How can I tell which application of openoffice is running?
I want to look in the list of processes to determine if OpenOffice Calc is running or if OpenOffice Writer is running. With QuickStart off, I get a scalc.exe and an swriter.exe so …
0
votes
1answer
202 views
openoffice calc macro for CSV saving
Given: I recorded a simple macro in Openoffice to save my worksheet as a CSV file. Here it is.
sub toCSV
dim document as object
dim dispatcher as object
document = ThisCompo …
1
vote
0answers
19 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 schem …
0
votes
0answers
230 views
Programatically convert *.odt file to MS Word *.doc file using OpenOffice.org basic macro
Hello, I am trying to build a reStructuredText to MS Word document tool-chain, so I will be able to save only the rst sources in version control.
So far I --
Have rst2odt.py to c …
0
votes
1answer
30 views
UUID in OpenOffice.org Base
How would one go about using a UUID as a primary key in an OpenOffice.org Base database?
I have a need to gather data on multiple, unnetworked PCs that I can't install software on …
0
votes
1answer
115 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 t …
0
votes
3answers
413 views
Open Office org Calc (spreadsheet): limit of 64k rows?
I was using a not-so-up-to-date version of OOo.calc (Open Office Spreasheet component, version 2.04, default for RHEL 5), and bumped into a nasty surprise. When trying to import a …
1
vote
1answer
439 views
using OpenOffice from C# to convert File Formats.
Has anyone used the cli libraries from OpenOffice that allow to use it from a .Net Application?
I'm trying to save a Document in HTML format, the way is the following...
You defin …
