Searched refs:bCheckMasters (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sd/source/ui/func/ |
H A D | fuprlout.cxx | 143 sal_Bool bCheckMasters = sal_False; in DoExecute() local 153 aSet.Put( SfxBoolItem( ATTR_PRESLAYOUT_CHECK_MASTERS, bCheckMasters ) ); in DoExecute() 167 bCheckMasters = ( (SfxBoolItem&) pArgs->Get( ATTR_PRESLAYOUT_CHECK_MASTERS ) ).GetValue(); in DoExecute() 188 bCheckMasters = ( (SfxBoolItem&) aSet.Get( ATTR_PRESLAYOUT_CHECK_MASTERS ) ).GetValue(); in DoExecute() 211 if( mpViewShell->ISA(DrawViewShell) && !bCheckMasters ) in DoExecute() 226 mpDoc->SetMasterPage(nSelectedPage, aLayoutName, pTempDoc, bMasterPage, bCheckMasters); in DoExecute() 232 mpDoc->SetMasterPage(nSelectedPage, aFile, mpDoc, bMasterPage, bCheckMasters); in DoExecute() 236 if (mpViewShell->ISA(DrawViewShell) && !bCheckMasters ) in DoExecute()
|
/aoo41x/main/sd/inc/ |
H A D | drawdoc.hxx | 278 SdDrawDocument* pSourceDoc, sal_Bool bMaster, sal_Bool bCheckMasters);
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 1571 sal_Bool bCheckMasters) in SetMasterPage() argument 2107 if (bCheckMasters) in SetMasterPage()
|
Completed in 30 milliseconds