Type: info
         Title: DocumentMacroMode class encapsulating the macro execution mode 
of a document
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],[EMAIL PROTECTED],-
Effective from: CWS dba24c


*Summary*
--------
+ sfx2/docmacromode.hxx
+ ::sfx2::DocumentMacroMode

*Description*
-------------
The class DocumentMacroMode in namespace/module sfx2 has been
introduced to encapsulate the macro execution mode of a document.

Whether or not to execute macros contained in documents depends on a
number of factors, amongst them the macro security settings, the
signature state of the document, and possibly user interaction.

To not duplicate the complex logic to determine the actual macro
execution mode for a given document (it was previously available to
SFX-based applications only), it was outsourced into a dedicated
helper class. See the header file docmacromode.hxx in sfx2 for more
documentation.

(Note: This file is to be moved to the "framework" module in a later
step, so in the improbable case you are going to introduce another
client of it, please tell me.)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to