[dev] Re: RuntimeException: [msci_uno bridge error] UNO type of C++ exception unknown

2011-04-28 Thread Grover Blue
, without any additional debug-build-hassle. -Stephan On Apr 28, 2011, at 4:56 PM, Grover Blue wrote: perhaps it's necessary to build OOo with debug information first I don't know how to do that, but I'm willing to try with some help. The only source I could find was for the java libraries

[dev] RuntimeException: [msci_uno bridge error] UNO type of C++ exception unknown

2011-04-26 Thread Grover Blue
I have a muti-threaded application that processes document mostly asynchronous. I synchronize all UnoRuntime.* API calls, but not such calls as setting a table cell's value, etc. Everything runs fine in development, qa and in a production environment for one our clients. We have another client,

[dev] OOo crashes during processing

2009-11-05 Thread Grover Blue
I've been running an app on my dev qa machines without problems. My development box is Win2k, and the QA box is XP sp2. Both are using OO.org v3.1.1. We recently set up another machine, XP sp2 OOo v3.1, and OOo is crashing. The crash dialog appears, and the bug appears to be submitted, but

[dev] Refreshing a writer document - XRefreshable says no.

2009-10-29 Thread Grover Blue
I'm looking for a workaround for the bug filed for OOo opens files as Page 1/2 before correcting itself to Page 1/1 http://www.openoffice.org/issues/show_bug.cgi?id=99346 In the issue comments, cloph suggests refreshing the document. So, I found the interface XRefreshable. This would be

Re: [dev] Refreshing a writer document - XRefreshable says no.

2009-10-29 Thread Grover Blue
October 2009, 15:39, Grover Blue wrote: I'm looking for a workaround for the bug filed for OOo opens files as Page 1/2 before correcting itself to Page 1/1 http://www.openoffice.org/issues/show_bug.cgi?id=99346 In the issue comments, cloph suggests refreshing the document. So, I found

Re: [dev] Sections and appending documents

2009-03-24 Thread Grover Blue
yeah, I'm not sure how to do that. I start with a fresh document. On Mon, Mar 23, 2009 at 11:04 AM, Fhomasp thomas.peet...@realdolmen.comwrote: Hey, Now that the merging is working fine I seem to stumble upon a new question. How should I start unmerging the document, or actively

Re: [dev] Sections and appending documents

2009-03-18 Thread Grover Blue
When I get the time to do so I will. I've been saying that for years. ;-D Thanks ;-) --

Re: [dev] Sections and appending documents

2009-03-16 Thread Grover Blue
showed that there is a possible solution to this. Grover Blue wrote: I got everything to work, except for images and horizontal line objects. Images are completely ignored and not imported into the document, whereas horizontal line objects are flushing themselves at the top

Re: [dev] Sections and appending documents

2009-03-05 Thread Grover Blue
Tor, thanks for your input. I updated my code to reflect that. I would also like to let everyone know that this issue has been resolved. The original file was Word document that we ran through a converter. Apparently, the original image was BMP and the conversion saved that image as an object in

Re: [dev] Sections and appending documents

2009-03-04 Thread Grover Blue
Documents at a cursors position: http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Text/Inserting_Text_Files Please be aware that instead of using a file-URL you can also insert from a Stream. Regards Peter Grover Blue schrieb: Does anyone have an example of inserting a section

Re: [dev] Sections and appending documents

2009-03-04 Thread Grover Blue
Eberlein pet@refofd.verwalt-berlin.de wrote: Grover Blue schrieb: I found examples of inserting via a file, but I'm confused on how I would go from a XTextDocument to an input stream. I guess I'd need to use an XInputStream object (assuming that is the interface I want to use when

Re: [dev] Sections and appending documents

2009-03-04 Thread Grover Blue
to completing this! On Wed, Mar 4, 2009 at 4:42 PM, Cor Nouws oo...@nouenoff.nl wrote: Hi, Grover Blue wrote (4-3-2009 22:22) I got everything to work, except for images and horizontal line objects. Images are completely ignored and not imported into the document, whereas horizontal line

Re: [dev] Sections and appending documents

2009-03-04 Thread Grover Blue
I have found forum posts where images were imported fine: http://www.oooforum.org/forum/viewtopic.phtml?t=45027 You can see that in this example another method is used: insertDocumentFromURL I am using that same method (with the exception of Java vs C++):

[dev] Sections and appending documents

2009-03-03 Thread Grover Blue
Does anyone have an example of inserting a section and merging two XTextDocuments? I'm stuck. Below is what I have so far, but I'm not sure how to insert the second document. public void appendDocument(XTextDocument document1, XTextDocument document2) throws

[dev] Java API differences between 2.4 and 3.x

2009-02-11 Thread Grover Blue
What are the Java API differences between 2.4 and 3.x? I wrote software using the 2.4 sdk, and it uses the 2.4 runtime. Should I expect problems compiling/running my 2.4 designed programs against v3? Thanks

Re: [dev] extending the OpenOffice BugBounty Programm

2009-02-06 Thread Grover Blue
heck, simple: 1 start a twitter account and get 1000+ followers. post a link. 2 post to digg 3 tell a few high profile bloggers about it. 4 inform writers/editors on tech news sites, like wired.com 5 send notices to computer science departments at universities (there has to be an easy way to

Re: [dev] Duplex printer option?

2008-11-26 Thread Grover Blue
office) in order to pause processing until the duplexed item has printed? Perhaps there is a spool setting available in windows where the network printers are defined. On Tue, Nov 25, 2008 at 2:34 PM, Grover Blue [EMAIL PROTECTED] wrote: I filed an issue for this: http://api.openoffice.org

Re: [dev] Duplex printer option?

2008-11-25 Thread Grover Blue
I filed an issue for this: http://api.openoffice.org/issues/show_bug.cgi?id=96402 Please consider voting for it, thanks. On Wed, Nov 12, 2008 at 9:50 PM, Grover Blue [EMAIL PROTECTED] wrote: Forgive my ignorance, but I thought that all print options were Open Office defined

[dev] Two Important Issues to Vote For - Please Support These

2008-11-25 Thread Grover Blue
These enhancements are a must for any proper Open Office development in a corporate environment. I consider the late of these feature a huge fail of the API. If you feel the same, please consider voting for these enhancements. Click on Vote for this issue on each of the issue pages. Thanks.

Re: [dev] Duplex printer option?

2008-11-12 Thread Grover Blue
Forgive my ignorance, but I thought that all print options were Open Office defined. PrintRequestAttribute is for Java printing, not Open Office, right? On Mon, Nov 10, 2008 at 1:48 PM, James [EMAIL PROTECTED] wrote: On Mon, November 10, 2008 1:36 pm, Grover Blue wrote: I'm doing some batch

[dev] Duplex printer option?

2008-11-10 Thread Grover Blue
I'm doing some batch printing of Writer templates in Java, and I need to specify duplex for some items. Is there any way to specify duplex printing in the printer options for an XPrintable (or maybe it's XStyle since that's what the PrinterPaperTray option is available to)? I can't find

Re: [dev] Selecting Output Bin When Printing

2008-03-27 Thread Grover Blue
I want to thank everyone for your help, especially for filing the issue. Is there any way to subscribe to issue in order to track their progress? On Thu, Mar 27, 2008 at 7:00 AM, Cor Nouws [EMAIL PROTECTED] wrote: Hi Mathias, Mathias Bauer wrote (27-3-2008 11:12) Cor Nouws wrote: I

[dev] Selecting Output Bin When Printing

2008-03-26 Thread Grover Blue
Does anyone know how to select the output bin/tray when printing an OOo document from Java? I know how to select the input tray; PrinterPaperTray is being used. These are my defined trays: *INPUT TRAYS:* Bypass Tray Tray 1 Tray 2 *OUTPUT TRAYS* Inner Tray 1 (Lower) This is the code I use to

[dev] XCloneable on a Writer document

2007-11-01 Thread Grover Blue
I'm trying to clone a Writer object, but I can't seem to get it to work. Every time I request the XCloneable interface, my xClone object is NULL. What am I doing wrong? NOTE: Irrelevant code has not be included in this email private XComponent getDocument(String doc) throws Exception {

Re: [dev] XCloneable on a Writer document

2007-11-01 Thread Grover Blue
Thanks for the info. I find OOo documentation very confusing. On 11/1/07, Ariel Constenla-Haile [EMAIL PROTECTED] wrote: Hi Grover, Grover Blue escribió: I'm trying to clone a Writer object, but I can't seem to get it to work. Every time I request the XCloneable interface, my xClone