Listening Mode - Single instance

2012-11-29 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://issue

RE: EXTERNAL: Re: Listening Mode - Single instance

2012-11-30 Thread Steele, Raymond
should be doing to launch OpenOffice in listening mode? -Original Message- From: Andrew Douglas Pitonyak [mailto:and...@pitonyak.org] Sent: Thursday, November 29, 2012 4:19 PM To: d...@openoffice.apache.org Cc: Steele, Raymond; users@openoffice.apache.org Subject: EXTERNAL: Re

OpenOffice 3.3 and Java 7

2013-07-03 Thread Steele, Raymond
Hello, We are currently running Solaris x86 with OpenOffice 3.3. We have recently be directed to upgrade our systems to Java 7, but cannot seem to get Java 7 to work correctly with OpenOffice version 3.3. I understand there is a company (Adfinis SyGroup AG) that is porting OpenOffice to Solaris

RE: EXTERNAL: Re: OpenOffice 3.3 and Java 7

2013-07-03 Thread Steele, Raymond
: OpenOffice 3.3 and Java 7 On Wed, 03 Jul 2013 17:58:34 -, Steele, Raymond wrote: > We are currently running Solaris x86 with OpenOffice 3.3. We have > recently be directed to upgrade our systems to Java 7, but cannot seem > to get Java 7 to work correctly with OpenOffice version 3.

RE: EXTERNAL: Re: OpenOffice 3.3 and Java 7

2013-07-03 Thread Steele, Raymond
: Re: EXTERNAL: Re: OpenOffice 3.3 and Java 7 On Wed, Jul 3, 2013 at 3:30 PM, Steele, Raymond wrote: > under windows, java 7 requires visual c++ redistributable 2010, which is > packed neither with it nor with aoo and should be downloaded separately. > there might be some similar requir

RE: EXTERNAL: Re: OpenOffice 3.3 and Java 7

2013-07-03 Thread Steele, Raymond
3, 2013 at 4:12 PM, Steele, Raymond wrote: > Thanks Fernando. I think he was only using the visual c++ redistributables as > an example. Do you have any input to the issue we are facing? sadly, no. My last solaris install was Opensolaris back in the Sun days. Are you running Solaris Sparc

RE: OpenOffice 3.3 and Java 7

2013-07-03 Thread Steele, Raymond
The issue I am having is OpenOffice will not accept the Java 7 JRE via Tool->Options->Java->Add. When I try to add the Java 7 JRE, I receive the following popup: "The folder you have selected foes not contain a Java runtime environment. Please select a different folder.&q

RE: EXTERNAL: Re: OpenOffice 3.3 and Java 7

2013-07-03 Thread Steele, Raymond
sday, July 03, 2013 2:02 PM To: users@openoffice.apache.org Subject: EXTERNAL: Re: OpenOffice 3.3 and Java 7 On 7/3/2013 3:28 PM, Steele, Raymond wrote: > The issue I am having is OpenOffice will not accept the Java 7 JRE via > Tool->Options->Java->Add. When I try to add the Ja

RE: EXTERNAL: Re: OpenOffice 3.3 and Java 7

2013-07-03 Thread Steele, Raymond
mailto:donovanhender...@msn.com] > Sent: Wednesday, July 03, 2013 2:02 PM > To: users@openoffice.apache.org > Subject: EXTERNAL: Re: OpenOffice 3.3 and Java 7 > > On 7/3/2013 3:28 PM, Steele, Raymond wrote: >> The issue I am having is OpenOffice will not accept the Java 7 JRE vi

RE: EXTERNAL: Re: OpenOffice 3.3 and Java 7

2013-07-03 Thread Steele, Raymond
5:36 PM, Steele, Raymond wrote: > Are you receiving a message about the JRE each time you use OpenOffice? > > -Original Message- > From: Don [mailto:donovanhender...@msn.com] > Sent: Wednesday, July 03, 2013 2:35 PM > To: users@openoffice.apache.org > Subject: Re: EXT

OpenOffice Download Page

2013-08-07 Thread Steele, Raymond
I download page does not seem to be displaying the correct information. I am looking to download the latest version 4.0 source. Can someone point me in the right direction. I am looking for the tarball. http://www.openoffice.org/download/other.html#source Raymond

RE: EXTERNAL: Re: OpenOffice Download Page

2013-08-07 Thread Steele, Raymond
Rob, Thanks for the response. I am looking for the 4.0 code. I clicked the link, but it is not going anywhere. Does it work for you? -Original Message- From: Rob Weir [mailto:robw...@apache.org] Sent: Wednesday, August 07, 2013 10:51 AM To: d...@openoffice.apache.org; Steele, Raymond

RE: EXTERNAL: Re: OpenOffice Download Page

2013-08-07 Thread Steele, Raymond
To: d...@openoffice.apache.org Cc: Steele, Raymond; users@openoffice.apache.org Subject: Re: EXTERNAL: Re: OpenOffice Download Page Am 08/07/2013 08:43 PM, schrieb Steele, Raymond: > Rob, > > Thanks for the response. I am looking for the 4.0 code. I clicked the link, > but it is not going anywhere. Doe

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; a...@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

Configure for Build

2013-08-24 Thread Steele, Raymond
Can someone tell me how configure script works for compiling OpenOffice? Specifically, the ac_fn_c_check_header_mongrel function. I am trying to configure Solaris 10 to compile the source code, but configure is telling me that it can not find the system headers. I chose the --with-system-mdds o

Building comphelper

2013-08-28 Thread Steele, Raymond
While build AOO 4.0, the build fails in module comphelper. It seems to be complaining about the boost/integer_fwd file. /usr/local/include/boost/integer_fwd.hpp line 137, Error: Illegal value for template parameter. /usr/local/include/boost/integer_fwd.hpp line 137, Error: Cannot use class spe

RE: Building comphelper

2013-08-28 Thread Steele, Raymond
ch I think is defined in mathconf.h Any help would be greatly appreciated. From: Steele, Raymond Sent: Wednesday, August 28, 2013 2:38 PM To: d...@openoffice.apache.org; users@openoffice.apache.org Subject: Building comphelper While build AOO 4.0, the build fails in module comphelper. It seems

RE: Building comphelper

2013-09-03 Thread Steele, Raymond
Anyone? This seems to pertain to the GNU bug described here since mathconf.h included in the AOO source has a comment about it. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14608 From: Steele, Raymond Sent: Wednesday, August 28, 2013 2:54 PM To: d...@openoffice.apache.org; users

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: EXTERNAL: Re: loadComponentFromURL - Solaris 11 OO 3.3

2014-01-16 Thread Steele, Raymond
Jan 2014 00:00:29 -, Steele, Raymond wrote: > 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, loadPr

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; a