Searched refs:i_nCreationFlags (Results 1 – 2 of 2) sorted by relevance
294 SfxObjectShell::SfxObjectShell( const sal_uInt64 i_nCreationFlags ) in SfxObjectShell() argument298 …, eCreateMode( ( i_nCreationFlags & SFXMODEL_EMBEDDED_OBJECT ) ? SFX_CREATE_MODE_EMBEDDED : SFX_… in SfxObjectShell()303 const bool bScriptSupport = ( i_nCreationFlags & SFXMODEL_DISABLE_EMBEDDED_SCRIPTS ) == 0; in SfxObjectShell()307 const bool bDocRecovery = ( i_nCreationFlags & SFXMODEL_DISABLE_DOCUMENT_RECOVERY ) == 0; in SfxObjectShell()
231 SfxObjectShell( const sal_uInt64 i_nCreationFlags ); // see sfxmodelfactory.hxx
Completed in 25 milliseconds