Re: Greetings

2014-09-24 Thread Grover Blue
That's great Abdul-Samiel Naji! I, too, was raised in Syria, but I now live in Turkey with my body guards and mercenaries. We are not far from a refugee camp. Perhaps we've seen each other when my men would visit to punish many troublemakers (we offer payment to many soldiers for this great enjo

Re: UNO Writer: Merging cells results in wrong column count from XTextTable

2014-08-28 Thread Grover Blue
So, really, I want to grab all rows and find the max columns count among them. On Thu, Aug 28, 2014 at 2:56 PM, Michael Stahl wrote: > On 28/08/14 20:43, Grover Blue wrote: > > I have a Writer document with a table that has two rows and 5 columns. > > When XTextTable i

UNO Writer: Merging cells results in wrong column count from XTextTable

2014-08-28 Thread Grover Blue
I have a Writer document with a table that has two rows and 5 columns. When XTextTable is first created, xTextTable.getColumns().getCount() returns the correct count of 5. When I merge 4 columns in the first row, xTextTable.getColumns().getCount() then returns a count of 2. But that's wrong, since

[Libreoffice] Bug 42073 - Writer input fields are not populated using the Java UNO API

2012-01-04 Thread Grover Blue
Does anyone have insight on the following bug ( "Writer input fields are not populated using the Java UNO API" )? https://bugs.freedesktop.org/show_bug.cgi?id=42073 I can't process any documents with LO 3.4.3 or greater. Here is the summary: I've been using OpenOffice and LibreOffice to batch p

[Libreoffice] DisposedException on storeToURL

2011-11-07 Thread Grover Blue
I filed the following bug, but I'm hoping to get some help a bit sooner. https://bugs.freedesktop.org/show_bug.cgi?id=42314 Essentially, I randomly get DisposedException when using the Java UNO interface. I'm wondering if there is a way to have LibreOffice output detailed information as to why

[Libreoffice] Copy Header/Footer from one Writer document to another

2011-06-30 Thread Grover Blue
Does anyone have a Java example of copying header/footer contents between documents? I'm able to copy text, but the text format is not retained. Additionally, images are copied, but not anchored to the page header I'm insert them to. Here is what I have: fromXText = (XText) FileManager.getOOoUno