Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


On 18.11.2014 23:21, admin@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()

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.