Home
last modified time | relevance | path

Searched refs:i_nCreationFlags (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dobjxtor.cxx243 SfxObjectShell::SfxObjectShell( const SfxModelFlags i_nCreationFlags ) in SfxObjectShell() argument
251 if (i_nCreationFlags & SfxModelFlags::EMBEDDED_OBJECT) in SfxObjectShell()
253 else if (i_nCreationFlags & SfxModelFlags::EXTERNAL_LINK) in SfxObjectShell()
256 …const bool bScriptSupport = ( i_nCreationFlags & SfxModelFlags::DISABLE_EMBEDDED_SCRIPTS ) == SfxM… in SfxObjectShell()
260 …const bool bDocRecovery = ( i_nCreationFlags & SfxModelFlags::DISABLE_DOCUMENT_RECOVERY ) == SfxMo… in SfxObjectShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dobjxtor.cxx270 SfxObjectShell::SfxObjectShell( const SfxModelFlags i_nCreationFlags ) in SfxObjectShell() argument
278 if (i_nCreationFlags & SfxModelFlags::EMBEDDED_OBJECT) in SfxObjectShell()
280 else if (i_nCreationFlags & SfxModelFlags::EXTERNAL_LINK) in SfxObjectShell()
283 …const bool bScriptSupport = ( i_nCreationFlags & SfxModelFlags::DISABLE_EMBEDDED_SCRIPTS ) == SfxM… in SfxObjectShell()
287 …const bool bDocRecovery = ( i_nCreationFlags & SfxModelFlags::DISABLE_DOCUMENT_RECOVERY ) == SfxMo… in SfxObjectShell()