/aoo42x/main/sd/source/ui/func/ |
H A D | fuprlout.cxx | 142 sal_Bool bMasterPage = bOnMaster; in DoExecute() local 152 aSet.Put( SfxBoolItem( ATTR_PRESLAYOUT_MASTER_PAGE, bMasterPage ) ); in DoExecute() 165 bMasterPage = ( (SfxBoolItem&) pArgs->Get( ATTR_PRESLAYOUT_MASTER_PAGE ) ).GetValue(); in DoExecute() 186 bMasterPage = ( (SfxBoolItem&) aSet.Get( ATTR_PRESLAYOUT_MASTER_PAGE ) ).GetValue(); in DoExecute() 226 mpDoc->SetMasterPage(nSelectedPage, aLayoutName, pTempDoc, bMasterPage, bCheckMasters); in DoExecute() 232 mpDoc->SetMasterPage(nSelectedPage, aFile, mpDoc, bMasterPage, bCheckMasters); in DoExecute()
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 567 sal_Bool bMasterPage; in CreateFirstPages() local 568 SdPage* pHandoutPage = dynamic_cast< SdPage* >( AllocPage(bMasterPage=sal_False) ); in CreateFirstPages() 593 SdPage* pHandoutMPage = (SdPage*) AllocPage(bMasterPage=sal_True); in CreateFirstPages() 616 pPage = dynamic_cast< SdPage* >( AllocPage(bMasterPage=sal_False) ); in CreateFirstPages() 672 SdPage* pMPage = (SdPage*) AllocPage(bMasterPage=sal_True); in CreateFirstPages() 686 SdPage* pNotesPage = (SdPage*) AllocPage(bMasterPage=sal_False); in CreateFirstPages() 718 SdPage* pNotesMPage = (SdPage*) AllocPage(bMasterPage=sal_True); in CreateFirstPages()
|
H A D | drawdoc.cxx | 534 SdrPage* SdDrawDocument::AllocPage(FASTBOOL bMasterPage) in AllocPage() argument 536 return new SdPage(*this, NULL, (sal_Bool)bMasterPage); in AllocPage()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | sdpreslt.cxx | 116 sal_Bool bMasterPage = ( (const SfxBoolItem*) pPoolItem)->GetValue(); in Reset() local 117 maCbxMasterPage.Enable( !bMasterPage ); in Reset() 118 maCbxMasterPage.Check( bMasterPage ); in Reset()
|
/aoo42x/main/sc/source/core/data/ |
H A D | drawpage.cxx | 42 ScDrawPage::ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, sal_Bool bMasterPage) : in ScDrawPage() argument 43 FmFormPage(rNewModel, pBasic, bMasterPage) in ScDrawPage()
|
/aoo42x/main/basctl/source/dlged/ |
H A D | dlgedmod.cxx | 54 SdrPage* DlgEdModel::AllocPage(FASTBOOL bMasterPage) in AllocPage() argument 57 return new DlgEdPage(*this, bMasterPage); in AllocPage()
|
H A D | dlgedpage.cxx | 38 DlgEdPage::DlgEdPage( DlgEdModel& rModel, FASTBOOL bMasterPage ) in DlgEdPage() argument 39 :SdrPage( rModel, bMasterPage ) in DlgEdPage()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | drawdoc.cxx | 138 SdrPage* SwDrawModel::AllocPage(FASTBOOL bMasterPage) in AllocPage() argument 140 SwDPage* pPage = new SwDPage(*this, 0 != bMasterPage); in AllocPage()
|
H A D | dpage.cxx | 62 SwDPage::SwDPage(SwDrawModel& rNewModel, sal_Bool bMasterPage) : in SwDPage() argument 63 FmFormPage(rNewModel, 0, bMasterPage), in SwDPage()
|
/aoo42x/main/svx/source/form/ |
H A D | fmmodel.cxx | 131 SdrPage* FmFormModel::AllocPage(FASTBOOL bMasterPage) in AllocPage() argument 133 return new FmFormPage(*this, NULL, bMasterPage); in AllocPage()
|
H A D | fmpage.cxx | 88 FmFormPage::FmFormPage(FmFormModel& rModel, StarBASIC* _pBasic, FASTBOOL bMasterPage) in FmFormPage() argument 89 :SdrPage(rModel, bMasterPage) in FmFormPage()
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | RptPage.cxx | 41 ,FASTBOOL bMasterPage ) in DBG_NAME() 42 :SdrPage( _rModel, bMasterPage ) in DBG_NAME()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 632 sal_Bool bMasterPage = sal_False; in IsPresObjSelected() local 645 bMasterPage = pPage->IsMasterPage(); in IsPresObjSelected() 647 if ( (bMasterPage && bOnMasterPage) || (!bMasterPage && bOnPage) ) in IsPresObjSelected()
|
/aoo42x/main/basctl/source/inc/ |
H A D | dlgedmod.hxx | 55 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
H A D | dlgedpage.hxx | 44 DlgEdPage( DlgEdModel& rModel, FASTBOOL bMasterPage=sal_False );
|
/aoo42x/main/sc/inc/ |
H A D | drawpage.hxx | 39 ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, sal_Bool bMasterPage=sal_False);
|
H A D | drwlayer.hxx | 118 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo42x/main/sw/inc/ |
H A D | drawdoc.hxx | 45 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
H A D | dpage.hxx | 41 SwDPage(SwDrawModel& rNewModel, sal_Bool bMasterPage=sal_False);
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmpage.hxx | 51 FmFormPage(FmFormModel& rModel,StarBASIC*, FASTBOOL bMasterPage=sal_False);
|
H A D | fmmodel.hxx | 60 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo42x/main/reportdesign/inc/ |
H A D | RptPage.hxx | 62 ,FASTBOOL bMasterPage=sal_False );
|
H A D | RptModel.hxx | 69 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdpage.cxx | 1301 SdrPage::SdrPage(SdrModel& rNewModel, bool bMasterPage) in DBG_NAME() 1314 mbMaster(bMasterPage), in DBG_NAME() 1322 eListKind = (bMasterPage) ? SDROBJLIST_MASTERPAGE : SDROBJLIST_DRAWPAGE; in DBG_NAME()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 4180 sal_Bool PPTWriter::ImplCreatePresentationPlaceholder( const sal_Bool bMasterPage, const PageType /… in ImplCreatePresentationPlaceholder() argument 4184 if ( bRet && bMasterPage ) in ImplCreatePresentationPlaceholder() 4260 … EscherSolverContainer& aSolverContainer, PageType ePageType, sal_Bool bMasterPage, int nPageNumbe… in ImplWritePage() argument 4876 …if ( ImplCreatePresentationPlaceholder( bMasterPage, ePageType, EPP_TEXTTYPE_Notes, EPP_PLACEHOLDE… in ImplWritePage() 5099 …if ( ImplCreatePresentationPlaceholder( bMasterPage, ePageType, EPP_TEXTTYPE_Notes, EPP_PLACEHOLDE… in ImplWritePage() 5189 …if ( ImplCreatePresentationPlaceholder( bMasterPage, ePageType, EPP_TEXTTYPE_Other, EPP_PLACEHOLDE… in ImplWritePage() 5200 …if ( ImplCreatePresentationPlaceholder( bMasterPage, ePageType, EPP_TEXTTYPE_Other, EPP_PLACEHOLDE… in ImplWritePage() 5211 …if ( ImplCreatePresentationPlaceholder( bMasterPage, ePageType, EPP_TEXTTYPE_Other, EPP_PLACEHOLDE… in ImplWritePage() 5222 …if ( ImplCreatePresentationPlaceholder( bMasterPage, ePageType, EPP_TEXTTYPE_Other, EPP_PLACEHOLDE… in ImplWritePage() 5429 if ( ( ePageType == NORMAL ) && ( bMasterPage == sal_False ) ) in ImplWritePage()
|