[nicholas ferguson]
in sc/qa/.../qahelper.cxx 
line 544
SfxItemSet* pSet = pSrcMed->GetItemSet();
pSet->Put(SfxUInt16Item(SID_MACROEXECMODE,::com::sun::star::document::MacroExecMode::ALWAYS_EXECUTE_NO_WARN));
and add include
#include <com/sun/star/document/MacroExecMode.hdl>
This does work. But someone needs to write a CPP Unit test of opening up a s/h, then dynamically 
changing MacroExecMode's and checking that they are ok.
[Bergmann]
] >>No idea what you mean with "dynamically changing MacroExecMode's and checking that they are ok" 
(the macro security settings are checked once, when the document is opened, if that is where you're 
heading).
[nicholas ferguson] 
It appears you don't code spreadsheets for computations. People who work with VB code in 
spreadsheets understand that enabling macros is essential.  
        open up an excel with macros enabled.
        open up an excel s.h ...macros were not enabled.  Enable them, without closing the s/h.
Tests like...
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
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.