Tagged Questions
Uno is the component model of OpenOffice.org.
7
votes
2answers
389 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
1k 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
1answer
262 views
Is there a simple way to write an ODT using Python?
My point is that using either pod (from appy framework, which is a pain to use for me) or the OpenOffice UNO bridge that seems soon to be deprecated, and that requires OOo.org to run while launching ...
3
votes
2answers
536 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
139 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
210 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
288 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
659 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
715 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
526 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
82 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
1answer
101 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
131 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
86 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
118 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
317 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
258 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
709 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
737 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
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
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
14 views
use uno (openoffice api) to open spreadsheet *without* recalculation
I'm using pyuno to read an excel spreadsheet (running on linux.) Many cells have formulas referring to addins that are, obviously, not available. However the cell values are what I want.
But when I ...
0
votes
0answers
9 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
61 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
0answers
30 views
Unoconv adds margins to image when exporting as pdf
I'm using unoconv (python interface to open office) to convert files from multiples formats to pdf. They all work fine EXCEPT images. I've tried exact, to the pixel images (8.5x11) and various sizes ...
0
votes
1answer
82 views
How to insert data to Open Office Base using Visual Basic?
I have a problem in inserting data from a sheet into database. Some people say that this can be done using (UNO) RowSet, but i find minimal example for this. Could anyone give my a sampe of this?
...
0
votes
1answer
89 views
Python-uno package issue with python2.6 and python2.7 installed
I'm working with OpenERP and a module named report_openoffice. This module needs the package python-uno installed. The problem is that i have 2 versions of python(2.6 and 2.7). When I install the ...
0
votes
0answers
52 views
freezing pane in excel sheet being written with python using openoffice uno module
I have a Python script that reads a OpenOffice odt template and creates a xls file after inserting required data. I am using OpenOffice uno module with python.
I need to perform freeze pane in the ...
0
votes
1answer
41 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
72 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
166 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
38 views
Adding slide UNO API
Im creating an add-on for impress, in which one of the feature is to add a slide. I could manage to add a blank slide by using XDrawPages for the current Componenet. How can i add a slide with ...
0
votes
0answers
302 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
62 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
95 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
191 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
188 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
1answer
299 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
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
1answer
419 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 ...