Home
last modified time | relevance | path

Searched refs:LOAD_FRAME_STYLES (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dnew.hxx50 LOAD_FRAME_STYLES = 0x02, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dnew.hxx50 LOAD_FRAME_STYLES = 0x02, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dnew.cxx330 nRet |= SfxTemplateFlags::LOAD_FRAME_STYLES; in GetTemplateFlags()
343 m_xFrameStyleCB->set_active( bool(nSet & SfxTemplateFlags::LOAD_FRAME_STYLES)); in SetTemplateFlags()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dnew.cxx331 nRet |= SfxTemplateFlags::LOAD_FRAME_STYLES; in GetTemplateFlags()
344 m_xFrameStyleCB->set_active( bool(nSet & SfxTemplateFlags::LOAD_FRAME_STYLES)); in SetTemplateFlags()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocsh2.cxx525 … SfxTemplateFlags nFlags = bFrame ? SfxTemplateFlags::LOAD_FRAME_STYLES : SfxTemplateFlags::NONE; in Execute()
621 bFrame = bool(nFlags & SfxTemplateFlags::LOAD_FRAME_STYLES); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocsh2.cxx544 … SfxTemplateFlags nFlags = bFrame ? SfxTemplateFlags::LOAD_FRAME_STYLES : SfxTemplateFlags::NONE; in Execute()
640 bFrame = bool(nFlags & SfxTemplateFlags::LOAD_FRAME_STYLES); in Execute()