Tagged Questions

7
votes
2answers
390 views

What is the (single) best online source for learning OpenOffice.org scripting API

I am using OpenOffice.org for most of my not so very frequent Office Suite needs and most of the time it is more than adequate replacement for it's commercial alternative. Where it falls short though ...
5
votes
3answers
2k views

OpenOffice.org development with pyUno for Windows—which Python?

At home, on Linux, I've experimented with pyUNO to control OpenOffice.org using Python. I've been using Python 2.6. It all seems to work nicely. Now I thought I would try one of my scripts (run a ...
3
votes
2answers
572 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
0answers
151 views

How to update an embedded Excel table in a word document with OpenOffice Java API?

I need to update an embedded Excel table inside a Word document (can be .doc or .docx) using Java and the OpenOffice API UNO. Has anyone done this? Any pointers appreciated :)
2
votes
1answer
227 views

OpenOffice pyuno “select all”

Does anyone know how to use the OO uno bridge api to "select all" in a Calc sheet? Alternatively, finding the maximum used row and column number would work. What I want to do is apply a format to ...
2
votes
2answers
302 views

OpenOffice, writing a document to a servlet response

Currently we use OpenOffice to grab bookmarks in a template file document and replace them with content from our DB via Java. The lines of code that actually save the file look like this... ...
2
votes
2answers
686 views

Embedding objects into Microsoft Word and OpenOffice Writer

I am looking for some references on how to implement the following feature: ability to embed objects (e.g. diagrams) into word processors and being able to edit them in their respective "mother" ...
2
votes
1answer
753 views

How do I programmatically save a document in OpenOffice.org?

I'd like to save a TextDocument created through OpenOffice.org UNO to a file on the disk. What is the best way to do this? Edit: This is the C# code that I ended up using. document is an ...
2
votes
1answer
557 views

Using PyUNO on Windows and CentOS

Is there any way to use OpenOffice's PyUNO without using the version of Python that comes with OpenOffice? I mean, can I install a package (on Windows and CentOS) that uses the version of Python ...
1
vote
0answers
39 views

Libreoffice impersonate practice

See at the reproduction: OpenOffice 3.2 installed OpenOffice 3.2 SDK installed interoperebility DLLs uno for OpenOffice (api communicated by DLLs in C#), tested and used for a year in my app for ...
1
vote
1answer
122 views

How do I run OpenOffice.org as a background process for connecting my application to using the UNO Java API?

Right now, I'm starting OpenOffice.org 3.3 with the arguments "-accept=socket,host=0,port=8100;urp;" using a shell script (.bat file on Windows, .sh file on Solaris). OpenOffice.org starts and the ...
1
vote
1answer
144 views

How to shutdown OpenOffice from may Java Uno application?

I have Java Uno application which runs on server and performs automated text extraction from documents. I want to shutdown OpenOffice from my application before exiting. How can I do this? Thanks in ...
1
vote
1answer
88 views

how to get address of a Reference in UNo?

In Uno suppose i have Interface of UNO type.... i need to access its value or address which method should i call?
1
vote
0answers
130 views

Using pyuno on MacOS to do file conversions

I am running MacOS 10.6 and OpenOffice 3.3. I am interested in using PyUNO to script conversions of .odp to .ppt, .pdf, and .swf. I have not found any clear documentation on how to do so with MacOS. ...
1
vote
1answer
347 views

are there any ways to embed Open Office into my application?

I am successful in working with Open Office via UNO. Now I want to embed the Open Office library into my Java application, is it possible?
1
vote
1answer
1k views

Use OpenOffice Uno CLI with C# to create a spreadsheet

I have so far found a couple of sources that discuss creation of ODS files: How to create ODS documents in .Net and How to create .odt files with C#.NET? And most interestingly an explanation for ...
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
1answer
269 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 ...
1
vote
1answer
743 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
745 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. ...
1
vote
1answer
817 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
1answer
1k views

Migrating Java UNO code from OpenOffice 2.4 to 3.0

I had a nifty small tool written to convert spreadsheets to plain text. Since it was my private hacker tool, it relied on OpenOffice 2.x to read the files. But when I installed OpenOffice 3 and tried ...
0
votes
1answer
58 views

Adding buttons, textfields, checkboxes etc. to an OpenOffice textdocument usind UNO with Java

I am trying to create a OpenOffice document using the UNO-API with Java. I am already able to create a simple document and put some simple text into it. What I want to do, i.e. need to do, is add ...
0
votes
0answers
24 views

Merging RTF documents with OpenOffice API

Can this be done? I've got what seems to be a relatively simple task: Take a set of RTF documents (that may have different fonts, btw) and merge them together into one big document programmatically. ...
0
votes
1answer
104 views

OpenOffice.org API or LibreOffice API?

Which API should I use? Which one is more promising? My main goal is to generate ODF documents. It's important for me to support ODF 1.2. And I want to use C++ and CLI bingings.
0
votes
1answer
47 views

OpenOffice use .odm progammaticaly in Java

I need to do some work on a Master Document (.odm) with the UNO IDL and it's binding to Java. I want to know if there is a way to access all the documents it's referencing and, if possible, without ...
0
votes
0answers
92 views

how to use Enum Types in uno-python?

I start learning uno-python. I want to convert this java code to python: // example for use of enum types xCellProps.setPropertyValue("VertJustify",com.sun.star.table.CellVertJustify.TOP); the ...
0
votes
1answer
193 views

OpenOffice Basic Select All

Does anyone know how to select all the used cells in an OpenOffice Basic Macro? I found this other question telling how to do it with pyUno: OpenOffice pyuno "select all" I tried just ...
0
votes
0answers
303 views

How to insert a row into an OpenOffice.org Calc with java? (uno)

I had installed the OOo SDK, and the UNO into my eclipse. I can do the HelloWorld example, but i don't know how to run it... Whatever... I want to insert a row into an OOo Calculator (excel) with UNO ...
0
votes
0answers
63 views

How to get Xcell address in string

I'm newby openoffice uno java api user, I want to get cell range address into a string expression, something like 'A1:B2' can anyone help me?!
0
votes
0answers
101 views

how to activate OpenOffice from UNO

I want to activate the OpenOffice application (i.e. bring it to the foreground) with a UNO call. I've tried frame.activate (), frame.getContainerWindow ().setVisible (true), frame.getContainerWindow ...
0
votes
1answer
201 views

Java OpenOffice UNO API: How to scale spreadsheet document?

I have an Excel document and I want to export it to PDF format. However, my document goes beyond A4 format area and I want to scale it before export. Some body knows any solution of this problem? ...
0
votes
1answer
329 views

Opening multiple documents in a same window with UNO

I have script in python using pyuno that extracts data from many excel files. My problem is that for every file I open and close a window with url = ...
0
votes
1answer
466 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
1answer
436 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
694 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 ...