Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfuprlout.cxx125 bool bCheckMasters = false; in DoExecute() local
135 aSet.Put( SfxBoolItem( ATTR_PRESLAYOUT_CHECK_MASTERS, bCheckMasters ) ); in DoExecute()
155bCheckMasters = static_cast<const SfxBoolItem&>( pArgs->Get( ATTR_PRESLAYOUT_CHECK_MASTERS ) ).Get… in DoExecute()
176bCheckMasters = static_cast<const SfxBoolItem&>(aSet.Get( ATTR_PRESLAYOUT_CHECK_MASTERS ) ).GetVal… in DoExecute()
198 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr && !bCheckMasters ) in DoExecute()
214 mpDoc->SetMasterPage(nSelectedPage, aLayoutName, pTempDoc, bMasterPage, bCheckMasters); in DoExecute()
221 mpDoc->SetMasterPage(nSelectedPage, aFile, mpDoc, bMasterPage, bCheckMasters); in DoExecute()
225 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr && !bCheckMasters ) in DoExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuprlout.cxx125 bool bCheckMasters = false; in DoExecute() local
135 aSet.Put( SfxBoolItem( ATTR_PRESLAYOUT_CHECK_MASTERS, bCheckMasters ) ); in DoExecute()
155bCheckMasters = static_cast<const SfxBoolItem&>( pArgs->Get( ATTR_PRESLAYOUT_CHECK_MASTERS ) ).Get… in DoExecute()
176bCheckMasters = static_cast<const SfxBoolItem&>(aSet.Get( ATTR_PRESLAYOUT_CHECK_MASTERS ) ).GetVal… in DoExecute()
198 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr && !bCheckMasters ) in DoExecute()
214 mpDoc->SetMasterPage(nSelectedPage, aLayoutName, pTempDoc, bMasterPage, bCheckMasters); in DoExecute()
221 mpDoc->SetMasterPage(nSelectedPage, aFile, mpDoc, bMasterPage, bCheckMasters); in DoExecute()
225 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr && !bCheckMasters ) in DoExecute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Ddrawdoc.hxx272 SdDrawDocument* pSourceDoc, bool bMaster, bool bCheckMasters);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/
H A Ddrawdoc.hxx285 SdDrawDocument* pSourceDoc, bool bMaster, bool bCheckMasters);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Ddrawdoc3.cxx1359 bool bCheckMasters) in SetMasterPage() argument
1832 if (bCheckMasters) in SetMasterPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Ddrawdoc3.cxx1367 bool bCheckMasters) in SetMasterPage() argument
1845 if (bCheckMasters) in SetMasterPage()