RE: EXTERNAL: Re: Borders around XColumnRowRange

2014-06-13 Thread Steele, Raymond
Thanks for the guidance, Bernard! -Original Message- From: Bernard Marcelly [mailto:marce...@club-internet.fr] Sent: Friday, June 13, 2014 2:29 AM To: api@openoffice.apache.org Subject: EXTERNAL: Re: Borders around XColumnRowRange Message de Steele, Raymond date 2014-06-13 02:08 : >

Borders around XColumnRowRange

2014-06-12 Thread Steele, Raymond
I want to determine if my XColumnRowRange has a border around all the outside cells. The first row cells should have a TopLine. The first column cells should have a LeftLine. The last column cells should have a RightLine. The last rows cells should have a BottomLine. What is the best way to

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-30 Thread Steele, Raymond
On 16.04.2014 01:16, Steele, Raymond wrote: > Why do you mention the Solaris Sparc UNO C++ bridge below. Is it related to > the x86/intel bridge. I am running Solaris 11 x86_64. Ah, ok. Looking at the directory main/bridges/source/cpp_uno there is no UNO bridge yet for Solaris Studio on a

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-17 Thread Steele, Raymond
brary? -Original Message- From: Steele, Raymond Sent: Thursday, April 17, 2014 3:58 PM To: 'api@openoffice.apache.org'; 'd...@openoffice.apache.org' Cc: Meffe, David K; Marks, Jeffrie Subject: RE: EXTERNAL: Re: Extension Manager Add Crashes I traced this osl_getAsciiFunction

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-17 Thread Steele, Raymond
can't I simple define NO_DL_FUNCTIONS to prevent this from occurring or will this have a negative impact on my underlying issue with the bridge? Raymond -----Original Message- From: Steele, Raymond Sent: Tuesday, April 15, 2014 12:28 PM To: api@openoffice.apache.org; d...@openoff

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-15 Thread Steele, Raymond
: api@openoffice.apache.org Subject: Re: EXTERNAL: Re: Extension Manager Add Crashes On 14.04.2014 17:59, Steele, Raymond wrote: > Anyone available that understands the OpenOffice bridges or could point me to > the correct documentation so that I can begin to understand the problem > mys

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-15 Thread Steele, Raymond
14.04.2014 17:59, Steele, Raymond wrote: > Anyone available that understands the OpenOffice bridges or could point me to > the correct documentation so that I can begin to understand the problem > myself? This has been a road block for me. The OpenOffice bridges are part of the UNO framew

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-14 Thread Steele, Raymond
Anyone available that understands the OpenOffice bridges or could point me to the correct documentation so that I can begin to understand the problem myself? This has been a road block for me. Thanks! -Original Message- From: Steele, Raymond Sent: Friday, April 11, 2014 5:00 PM To: d

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-11 Thread Steele, Raymond
PM, Steele, Raymond wrote: > Carl, > > I have the new Netbeans plugin. I created a new Add-on project (just an empty > one that does nothing), compiled and generated the .OXT. The Extension > manager still rejects it and OpenOffice crashes. I was able to install the > extens

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-10 Thread Steele, Raymond
eds configured within the .oxt that was > not needed in 3.3? Any help would be great! > > -----Original Message- > From: Steele, Raymond > Sent: Wednesday, April 09, 2014 8:08 AM > To: d...@openoffice.apache.org > Subject: RE: EXTERNAL: Re: Extension Manager Add Crashes > &g

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-10 Thread Steele, Raymond
Subject: Re: EXTERNAL: Re: Extension Manager Add Crashes On 04/10/2014 03:31 PM, Steele, Raymond wrote: > I am cross posting here since I am not getting much traction on the > dev list and it appears it may be API related. I have an add-on that I > developed using the Netbeans Openiffi

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-10 Thread Steele, Raymond
...@openoffice.apache.org Cc: api@openoffice.apache.org Subject: Re: EXTERNAL: Re: Extension Manager Add Crashes On 04/10/2014 03:31 PM, Steele, Raymond wrote: > I am cross posting here since I am not getting much traction on the > dev list and it appears it may be API related. I have an add-on

RE: EXTERNAL: Re: Extension Manager Add Crashes

2014-04-10 Thread Steele, Raymond
? Any help would be great! -Original Message- From: Steele, Raymond Sent: Wednesday, April 09, 2014 8:08 AM To: d...@openoffice.apache.org Subject: RE: EXTERNAL: Re: Extension Manager Add Crashes Thanks. I am using Java. The extension I have works on my Solaris 10 OpenOffice 3.3 instance

RE: EXTERNAL: Re: DisposedException

2014-03-06 Thread Steele, Raymond
ue = page_range; PropertyValue loadProps= new PropertyValue[2]; loadProps[0] = new PropertyValue(); loadProps[0].Name = "FilterName"; loadProps[0].Value = format.getFormatCode; loadProps[1] = new PropertyValue();

RE: EXTERNAL: Re: DisposedException

2014-02-28 Thread Steele, Raymond
adProps[1] = new PropertyValue(); loadProps[1].Name = "FilterData"; loadProps[1].Value = filter_data; store.storeToUrl(file_url, loadProps); } } From: Andre Fischer [mailto:awf@gmail.com] Sent: Wednesday, February 26, 2014 3:15 AM To: Stee

RE: EXTERNAL: Re: DisposedException

2014-02-25 Thread Steele, Raymond
ry the XComponent returned from loadComponentFromURL to get the XSpreadsheetDocument. That is when I get the DisposedException. -Original Message- From: Andre Fischer [mailto:awf....@gmail.com] Sent: Tuesday, February 25, 2014 1:26 AM To: Steele, Raymond; api@openoffic

RE: EXTERNAL: Re: DisposedException

2014-02-24 Thread Steele, Raymond
: DisposedException On 21.02.2014 19:20, Steele, Raymond wrote: > While running my application using AOO 4.0.1 on Solaris 11, a > star.lang.DisposedException is thrown inconsistently (sometimes it works) > when I use UnoRuntime.queryInterface. > > The line of code ca

DisposedException

2014-02-21 Thread Steele, Raymond
While running my application using AOO 4.0.1 on Solaris 11, a star.lang.DisposedException is thrown inconsistently (sometimes it works) when I use UnoRuntime.queryInterface. The line of code causing the issue: XSpreadsheetDocument document = UnoRuntime.queryInterface(XSpreadsheetDocument.cl

RE: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Save As Stuck in a Loop

2014-02-17 Thread Steele, Raymond
, 2014 at 10:06:33PM +, Steele, Raymond wrote: > [OFF-TOPIC stuff] Can you please stop cross-posting and remove api@openoffice.apache.org in your further posts if they are completely off-topic, like this one? Thanks in advance. Regards -- Ariel Constenla-Haile La Plata, Argent

OO 4.01 Compiled for Solaris 11 x86 Save As Stuck in a Loop

2014-02-14 Thread Steele, Raymond
We are attempting to use the newly build OpenOffice 4.0.1 for Solaris 11 x86, but the 'Save As' to disk of any document type (i.e. .ods) continuous to prompt for a file name. Each time we hit okay to save the document after supplying a unique name, the FilePicker closes, but instantly reappear

RE: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-14 Thread Steele, Raymond
, February 07, 2014 2:18 AM To: Steele, Raymond; Andre Fischer; api@openoffice.apache.org; Herbert Duerr (h...@apache.org); d...@openoffice.apache.org Cc: Meffe, David K Subject: Re: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault On 07.02.2014 00:04, Steele, Raymond wrote: Andre

RE: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-06 Thread Steele, Raymond
"delete x". See attached stack trace. m_RefCount was 3 for us as well. Thanks for taking the time to look into this, we are grateful. Would you happen to be located in the U.S.? From: Andre Fischer [mailto:awf@gmail.com] Sent: Thursday, February 06, 2014 2:03 AM To:

RE: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-05 Thread Steele, Raymond
They are different. Raymond From: Steele, Raymond Sent: Wednesday, February 05, 2014 9:48 AM To: 'api@openoffice.apache.org'; Herbert Duerr (h...@apache.org); d...@openoffice.apache.org Cc: Meffe, David K; 'awf@gmail.com' Subject: RE: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11

RE: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-05 Thread Steele, Raymond
nce (line 168)? Thanks! Raymond From: Steele, Raymond Sent: Tuesday, February 04, 2014 3:59 PM To: api@openoffice.apache.org; Herbert Duerr (h...@apache.org); d...@openoffice.apache.org Cc: Meffe, David K Subject: RE: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault Herbert

RE: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-04 Thread Steele, Raymond
lready recommended the try to find whether any exceptions are thrown (and caught away) during the steps you already debugged. In gdb I'd use the command catch throw to find the throwing code. Maybe there is similar facility in Solaris Studio? Herbert On 31.01

RE: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-01-31 Thread Steele, Raymond
Anyone out there? We really need to get this working, but are having a difficult time. From: Steele, Raymond Sent: Wednesday, January 29, 2014 5:11 PM To: d...@openoffice.apache.org; api@openoffice.apache.org; Herbert Duerr (h...@apache.org) Cc: Meffe, David K Subject: OO 4.01 Compiled for

OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-01-29 Thread Steele, Raymond
We've recently compiled OpenOffice 4.01 on Solaris 11 x86 and are experiencing the following at runtime. I've included some of the stack trace below. Any help would be great. Thanks! Observed Behaviour 1.OpenOffice starts, the splash screen with logo appears and then closes repla

RE: EXTERNAL: Re: loadComponentFromURL - Solaris 11 OO 3.3

2014-01-22 Thread Steele, Raymond
Andrew, Thanks again for taking the time to look at this. I hope someone else can also provide some input. Thanks, Raymond -Original Message- From: Andrew Douglas Pitonyak [mailto:and...@pitonyak.org] Sent: Tuesday, January 21, 2014 8:16 PM To: Steele, Raymond; api

RE: EXTERNAL: Re: loadComponentFromURL - Solaris 11 OO 3.3

2014-01-21 Thread Steele, Raymond
hange my LD_LIBRARY_PATH to include the one openoffice requires, I then get other library references out of sync. Raymond -Original Message- From: Andrew Douglas Pitonyak [mailto:and...@pitonyak.org] Sent: Tuesday, January 21, 2014 6:49 AM To: api@openoffice.apache.org; Steele, Raymond Su

loadComponentFromURL - Solaris 11 OO 3.3

2014-01-15 Thread Steele, Raymond
Hello, I have OpenOffice 3.3 installed and running on my Solaris x86 system. Things run under normal user experience, but if I run a custom application it fails on loadComponentFromURL("private:factory/scalc", "_blank, 0, loadProps). This code works fine on a Solaris 10 system running OO 3.3.

RE: Solaris Build

2013-08-09 Thread Steele, Raymond
Anyone? From: Steele, Raymond Sent: Thursday, August 08, 2013 4:20 PM To: d...@openoffice.apache.org; api@openoffice.apache.org Subject: RE: Solaris Build dmake is failing on the line 43 of startup.mk. Anyone know why dmake would fail on the following: .IMPORT .IGNORE : .EVERYTHING From

RE: Solaris Build

2013-08-08 Thread Steele, Raymond
dmake is failing on the line 43 of startup.mk. Anyone know why dmake would fail on the following: .IMPORT .IGNORE : .EVERYTHING From: Steele, Raymond Sent: Thursday, August 08, 2013 9:42 AM To: d...@openoffice.apache.org; api@openoffice.apache.org Subject: Solaris Build I am trying to build

Solaris Build

2013-08-08 Thread Steele, Raymond
I am trying to build OpenOffice 4.0 for Solaris x86. I finally go through installing all the pre-requisites, configure and bootstrap, but now I am having trouble with the build --all. I am receiving the following error on execution: Entering ../main/solenv dmake: ../solenv/inc/startup.mk: line

RE: EXTERNAL: Re: soffice process still running

2013-05-07 Thread Steele, Raymond
04:25:57PM +, Steele, Raymond wrote: > Ariel, > > Thank you for the quick response. I have narrowed the continued > process down to a component. However, the behavior is strange because > I am not really opening the component in my code. My code opens a > document usin

RE: EXTERNAL: Re: soffice process still running

2013-05-07 Thread Steele, Raymond
.org Subject: Re: EXTERNAL: Re: soffice process still running Hi Raymond, On Mon, May 06, 2013 at 08:14:17PM +, Steele, Raymond wrote: > Ariel, > > I am having a case were the process continues to run. I appears the > the EnumerationAccess does have elements, causing the deskt

RE: EXTERNAL: Re: soffice process still running

2013-05-06 Thread Steele, Raymond
- From: Steele, Raymond Sent: Monday, February 04, 2013 1:45 PM To: 'api@openoffice.apache.org' Subject: RE: EXTERNAL: Re: soffice process still running Ariel, I am not sure I understand why the following causes only the last opened document to close, but it seems to be the sol

RE: EXTERNAL: Re: soffice process still running

2013-02-04 Thread Steele, Raymond
...@apache.org] Sent: Friday, February 01, 2013 5:24 AM To: api@openoffice.apache.org Subject: Re: EXTERNAL: Re: soffice process still running On Thu, Jan 31, 2013 at 05:48:11PM +, Steele, Raymond wrote: > Thanks for the feedback. > > I implemented the following, but the method kills off

RE: EXTERNAL: Re: soffice process still running

2013-01-31 Thread Steele, Raymond
rg Subject: EXTERNAL: Re: soffice process still running On Mon, Jan 28, 2013 at 10:44:10PM +0000, Steele, Raymond wrote: > After implementing the below code, the soffice process continues to > run. I check this using ps -ef| grep soffice on Solaris 10 x86 > OpenOffice 3.2. Can anyone expl

RE: EXTERNAL: Re: soffice process still running

2013-01-31 Thread Steele, Raymond
Yes, I seen this article. I guess, I don't understand why we would have to use XAsyncJob to close the document, if this is the solution. -Original Message- From: Marcin Gutman [mailto:mgut...@op.pl] Sent: Wednesday, January 30, 2013 3:51 PM To: api@openoffice.apache.org; Steele, Ra

RE: EXTERNAL: Re: soffice process still running

2013-01-30 Thread Steele, Raymond
Yes, I have, to no avail. -Original Message- From: Marcin Gutman [mailto:mgut...@op.pl] Sent: Wednesday, January 30, 2013 2:27 PM To: api@openoffice.apache.org; Steele, Raymond Subject: EXTERNAL: Re: soffice process still running Hi, > Any help here would be apprecia

RE: soffice process still running

2013-01-30 Thread Steele, Raymond
Any help here would be appreciated. xCloseable.close(true) does not kill the soffice process off. Also, I am using version 3.3 versus 3.2 as stated below. Thanks! From: Steele, Raymond Sent: Monday, January 28, 2013 3:44 PM To: 'ooo-...@incubator.apache.org'; 'ooo-...@incub

RE: EXTERNAL: Re: Single Instance OpenOffice Calc in Listening Mode

2012-12-13 Thread Steele, Raymond
Calc in Listening Mode On 11/28/12 10:53 PM, Steele, Raymond wrote: > Is it possible to open a single instance of calc via loadComponentFromURL() > in listening mode. The instructions here, > http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Starting_OpenOffice.org_in_Liste

Single Instance OpenOffice Calc in Listening Mode

2012-11-28 Thread Steele, Raymond
Is it possible to open a single instance of calc via loadComponentFromURL() in listening mode. The instructions here, http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Starting_OpenOffice.org_in_Listening_Mode, define editing a Setup.xcu file, but the information here, https://issu