On 18.11.2014 23:21, ad...@wingarch.xohost.com wrote:
>     
> 
>  Hi,
>  Can anyone send me how to access and change a level of the 
> MacroSecurityLevel?
>  In 
>   
>  qa\xmlsecurity\qa\certext\SanCertExt.cxx  there is an example of security 
> for certificates?
>   
>  How do I write someting similar for chaning a Macro Security Level?

the MacroSecurityLevel is just a configuration entry, see
officecfg/registry/schema/org/openoffice/Office/Common.xcs.

there is already one unit test that sets the MacroSecurityLevel:

dbaccess/qa/complex/dbaccess/DatabaseDocument.java
(from JunitTest_dbaccess_complex)

it would of course be nice to test more scenarios, preferably in a C++
unit test.  you can access the configuration via the generated headers
like so officecfg::Office::Common::MacroSecurityLevel::get()
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to