Home
last modified time | relevance | path

Searched refs:bMasterPage (Results 1 – 25 of 32) sorted by path

12

/trunk/main/basctl/source/dlged/
H A Ddlgedmod.cxx54 SdrPage* DlgEdModel::AllocPage(FASTBOOL bMasterPage) in AllocPage() argument
57 return new DlgEdPage(*this, bMasterPage); in AllocPage()
H A Ddlgedpage.cxx38 DlgEdPage::DlgEdPage( DlgEdModel& rModel, FASTBOOL bMasterPage ) in DlgEdPage() argument
39 :SdrPage( rModel, bMasterPage ) in DlgEdPage()
/trunk/main/basctl/source/inc/
H A Ddlgedmod.hxx55 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
H A Ddlgedpage.hxx44 DlgEdPage( DlgEdModel& rModel, FASTBOOL bMasterPage=sal_False );
/trunk/main/reportdesign/inc/
H A DRptModel.hxx69 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
H A DRptPage.hxx62 ,FASTBOOL bMasterPage=sal_False );
/trunk/main/reportdesign/source/core/sdr/
H A DRptPage.cxx41 ,FASTBOOL bMasterPage ) in DBG_NAME()
42 :SdrPage( _rModel, bMasterPage ) in DBG_NAME()
/trunk/main/sc/inc/
H A Ddrawpage.hxx39 ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, sal_Bool bMasterPage=sal_False);
H A Ddrwlayer.hxx118 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
/trunk/main/sc/source/core/data/
H A Ddrawpage.cxx42 ScDrawPage::ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, sal_Bool bMasterPage) : in ScDrawPage() argument
43 FmFormPage(rNewModel, pBasic, bMasterPage) in ScDrawPage()
H A Ddrwlayer.cxx331 SdrPage* __EXPORT ScDrawLayer::AllocPage(FASTBOOL bMasterPage) in AllocPage() argument
335 … ScDrawPage* pPage = new ScDrawPage( *this, pBasic, sal::static_int_cast<sal_Bool>(bMasterPage) ); in AllocPage()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx233 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
H A Dsdpage.hxx174 SdPage(SdDrawDocument& rNewDoc, StarBASIC* pBasic, sal_Bool bMasterPage=sal_False);
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx534 SdrPage* SdDrawDocument::AllocPage(FASTBOOL bMasterPage) in AllocPage() argument
536 return new SdPage(*this, NULL, (sal_Bool)bMasterPage); in AllocPage()
H A Ddrawdoc2.cxx567 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 Dsdpage.cxx96 SdPage::SdPage(SdDrawDocument& rNewDoc, StarBASIC* pBasic, sal_Bool bMasterPage) in SdPage() argument
97 : FmFormPage(rNewDoc, pBasic, bMasterPage) in SdPage()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4180 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()
/trunk/main/sd/source/ui/dlg/
H A Dsdpreslt.cxx116 sal_Bool bMasterPage = ( (const SfxBoolItem*) pPoolItem)->GetValue(); in Reset() local
117 maCbxMasterPage.Enable( !bMasterPage ); in Reset()
118 maCbxMasterPage.Check( bMasterPage ); in Reset()
/trunk/main/sd/source/ui/func/
H A Dfuprlout.cxx142 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()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx632 sal_Bool bMasterPage = sal_False; in IsPresObjSelected() local
645 bMasterPage = pPage->IsMasterPage(); in IsPresObjSelected()
647 if ( (bMasterPage && bOnMasterPage) || (!bMasterPage && bOnPage) ) in IsPresObjSelected()
/trunk/main/svx/inc/svx/
H A Dfmmodel.hxx60 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
H A Dfmpage.hxx51 FmFormPage(FmFormModel& rModel,StarBASIC*, FASTBOOL bMasterPage=sal_False);
H A Dsvdmodel.hxx349 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
H A Dsvdpage.hxx469 SdrPage(SdrModel& rNewModel, bool bMasterPage=false);
/trunk/main/svx/source/form/
H A Dfmmodel.cxx131 SdrPage* FmFormModel::AllocPage(FASTBOOL bMasterPage) in AllocPage() argument
133 return new FmFormPage(*this, NULL, bMasterPage); in AllocPage()

Completed in 108 milliseconds

12