Home
last modified time | relevance | path

Searched refs:SFXMODEL_DISABLE_EMBEDDED_SCRIPTS (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sfx2/inc/sfx2/
H A Dsfxmodelfactory.hxx41 #define SFXMODEL_DISABLE_EMBEDDED_SCRIPTS (sal_uInt64)(0x0002) macro
/AOO41X/main/basctl/source/basicide/
H A Dbasdoc.cxx58 :SfxObjectShell( SFXMODEL_DISABLE_EMBEDDED_SCRIPTS | SFXMODEL_DISABLE_DOCUMENT_RECOVERY ) in BasicDocShell()
/AOO41X/main/sfx2/source/doc/
H A Dsfxmodelfactory.cxx175 | ( bScriptSupport ? 0 : SFXMODEL_DISABLE_EMBEDDED_SCRIPTS ) in createInstanceWithArguments()
H A Dobjxtor.cxx303 const bool bScriptSupport = ( i_nCreationFlags & SFXMODEL_DISABLE_EMBEDDED_SCRIPTS ) == 0; in SfxObjectShell()