Was: 'Macro Security' button not doing anything

2023-12-18 Thread Yury Tarasievich
Responding to my own post. Some success & some unsuccess, too. Finally, got macros security working by a total wipeout of unxlngx6.pro subdirs & a rebuild. Wasn't able to put the newer xmlsec1 in, at least quickly-like, as there are tons of patches for its code in the AOO tree. Also I not

introducing new versions of external dependencies (Was: 'Macro Security' button not doing anything)

2023-12-13 Thread Yury Tarasievich
Hi guys, I still have my issue with 'Macro Security' button or, rather, with the macro security subsystem not allowing my macros to be run off keyboard shortcuts. My supposition (maybe wrong) is that the certificates got stale, so I've tried to plug in the newest version o

Macro Security Button Crash (shlib.cxx)

2014-06-24 Thread Steele, Raymond
The OpenOffice application crashes when I click the Macro Security button in Options. I've traced the crash to line 364 in shlib.cxx. It appears that the library libsec_xml.so is trying to be loaded with osl_loadModule(), but that function and osl_loadAsciiModule() return NULL, causin

Re: EXTERNAL: Re: Macro Security Button

2014-06-14 Thread Andrea Pescetti
Steele, Raymond wrote: Thanks. Is coinMP and Hunspell needed for security features? CoinMP is used for the solver in Calc. As far as I know, we do not use it for any macro- or document- security features. Hunspell is used for spell checking and related functionality. Nothing to do with macr

RE: EXTERNAL: Re: Macro Security Button

2014-06-13 Thread Steele, Raymond
Thanks. Is coinMP and Hunspell needed for security features? -Original Message- From: Herbert Duerr [mailto:h...@apache.org] Sent: Friday, June 13, 2014 2:50 AM To: dev@openoffice.apache.org Subject: Re: EXTERNAL: Re: Macro Security Button Hi Raymond, On 12.06.2014 17:39, Steele

Re: EXTERNAL: Re: Macro Security Button

2014-06-13 Thread Herbert Duerr
Hi Raymond, On 12.06.2014 17:39, Steele, Raymond wrote: I am just trying to set ENABLE_NSS_MODULE=YES.I thought enabling category-b would do this, but that does not seem to be the case. How does one go about enabling the security macros button? I thought it was by enabling NSS and category-b,

RE: EXTERNAL: Re: Macro Security Button

2014-06-12 Thread Steele, Raymond
, or change the configure script, but that does not seem to be the correct solution. -Original Message- From: Jürgen Schmidt [mailto:jogischm...@gmail.com] Sent: Wednesday, June 11, 2014 11:24 PM To: dev@openoffice.apache.org Subject: Re: EXTERNAL: Re: Macro Security Button On 12/06/14

Re: EXTERNAL: Re: Macro Security Button

2014-06-11 Thread Jürgen Schmidt
odule="no" > > 1455 > > enable_hunspell="no" > > 1456 > > enable_hyphen="no" > > 1457 > > enable_saxon="no" > > 1458 > > enable_javascript="no" > > 1459 > > enable_beanshell=&quo

RE: EXTERNAL: Re: Macro Security Button

2014-06-11 Thread Steele, Raymond
1 enable_coinmp="no" 1462 enable_category_b_fonts="no" -Original Message- From: Kay Schenk [mailto:kay.sch...@gmail.com] Sent: Tuesday, June 10, 2014 8:48 AM To: OOo Apache Subject: Re: EXTERNAL: Re: Macro Security Button On Mon, Jun 9, 2014 at 3:12 PM, Steele, Raym

Re: EXTERNAL: Re: Macro Security Button

2014-06-10 Thread Kay Schenk
gt; To: dev@openoffice.apache.org > Subject: EXTERNAL: Re: Macro Security Button > > Hi, > > On 05.06.2014 20:24, Steele, Raymond wrote: > > In reference to the following thread, is setting the > > -enable-category-b switch and re-compiling the only way to get the > >

RE: EXTERNAL: Re: Macro Security Button

2014-06-09 Thread Steele, Raymond
:25 AM To: dev@openoffice.apache.org Subject: EXTERNAL: Re: Macro Security Button Hi, On 05.06.2014 20:24, Steele, Raymond wrote: > In reference to the following thread, is setting the > -enable-category-b switch and re-compiling the only way to get the > macro security button t

Re: Macro Security Button

2014-06-06 Thread Oliver-Rainer Wittmann
Hi, On 05.06.2014 20:24, Steele, Raymond wrote: In reference to the following thread, is setting the -enable-category-b switch and re-compiling the only way to get the macro security button to work in OpenOffice? http://markmail.org/thread/etx2btp74xaazc3p configure option -enable-category

Macro Security Button

2014-06-05 Thread Steele, Raymond
In reference to the following thread, is setting the -enable-category-b switch and re-compiling the only way to get the macro security button to work in OpenOffice? http://markmail.org/thread/etx2btp74xaazc3p Raymond

Re: How to get macro security button enabled?

2014-01-03 Thread Herbert Duerr
On 03.01.2014 01:01, Regina Henschel wrote: Herbert Duerr schrieb: On 02.01.2014 12:49, Regina Henschel wrote: one difference seems to be in --enable-category-b Do you know, whether that include something, what might have an effect on macro security? AOO security depends on NSS and that is M

Re: How to get macro security button enabled?

2014-01-03 Thread Oliver-Rainer Wittmann
Hi, On 03.01.2014 01:01, Regina Henschel wrote: Hi, Herbert Duerr schrieb: On 02.01.2014 12:49, Regina Henschel wrote: one difference seems to be in --enable-category-b Do you know, whether that include something, what might have an effect on macro security? AOO security depends on NSS and

Re: How to get macro security button enabled?

2014-01-02 Thread Regina Henschel
Hi, Herbert Duerr schrieb: On 02.01.2014 12:49, Regina Henschel wrote: one difference seems to be in --enable-category-b Do you know, whether that include something, what might have an effect on macro security? AOO security depends on NSS and that is MPL-licensed == category-B. It used to al

Re: How to get macro security button enabled?

2014-01-02 Thread Herbert Duerr
On 02.01.2014 12:49, Regina Henschel wrote: one difference seems to be in --enable-category-b Do you know, whether that include something, what might have an effect on macro security? AOO security depends on NSS and that is MPL-licensed == category-B. It used to also depend on Mozilla which wa

Re: How to get macro security button enabled?

2014-01-02 Thread Regina Henschel
trunk with the configure settings listed below. I have installed the build administrative. In Tools > Options > OpenOffice > Security I click on the "Macro security" button, but nothing happens. There is no general problem with "Macro security". It works in the builds f

Re: How to get macro security button enabled?

2014-01-02 Thread Oliver-Rainer Wittmann
Hi, On 02.01.2014 01:41, Regina Henschel wrote: Hi all, I've build AOO from trunk with the configure settings listed below. I have installed the build administrative. In Tools > Options > OpenOffice > Security I click on the "Macro security" button, but nothing happe

How to get macro security button enabled?

2014-01-01 Thread Regina Henschel
Hi all, I've build AOO from trunk with the configure settings listed below. I have installed the build administrative. In Tools > Options > OpenOffice > Security I click on the "Macro security" button, but nothing happens. There is no general problem with "Mac