/aoo41x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 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() 1317 SdPage* pNewNotesPage = static_cast<SdPage*>(AllocPage(sal_True)); in CheckMasterPages() 1388 pStandardPage = (SdPage*) AllocPage(sal_False); in CreatePage() 1419 pNotesPage = (SdPage*) AllocPage(sal_False); in CreatePage()
|
H A D | drawdoc3.cxx | 2016 pMaster = (SdPage*) AllocPage(sal_True); in SetMasterPage() 2031 pNotesMaster = (SdPage*) AllocPage(sal_True); in SetMasterPage()
|
H A D | drawdoc.cxx | 536 SdrPage* SdDrawDocument::AllocPage(FASTBOOL bMasterPage) in AllocPage() function in SdDrawDocument
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fusumry.cxx | 137 pSummaryPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute() 157 SdPage* pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute()
|
H A D | fuexpand.cxx | 150 SdPage* pPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute() 172 SdPage* pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute()
|
/aoo41x/main/basctl/source/inc/ |
H A D | dlgedmod.hxx | 55 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedmod.cxx | 54 SdrPage* DlgEdModel::AllocPage(FASTBOOL bMasterPage) in AllocPage() function in DlgEdModel
|
/aoo41x/main/sw/inc/ |
H A D | drawdoc.hxx | 45 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmmodel.hxx | 60 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
H A D | svdmodel.hxx | 349 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo41x/main/reportdesign/inc/ |
H A D | RptModel.hxx | 69 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 508 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage() 543 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage() 578 pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage() 2730 SdPage* pMPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex() 2747 SdPage* pMNotesPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | drawdoc.cxx | 159 SdrPage* SwDrawDocument::AllocPage(FASTBOOL bMasterPage) in AllocPage() function in SwDrawDocument
|
/aoo41x/main/svx/source/form/ |
H A D | fmmodel.cxx | 131 SdrPage* FmFormModel::AllocPage(FASTBOOL bMasterPage) in AllocPage() function in FmFormModel
|
/aoo41x/main/sc/source/ui/view/ |
H A D | notemark.cxx | 103 if( SdrPage* pPage = pModel->AllocPage( sal_False ) ) in IMPL_LINK()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | RptModel.cxx | 95 SdrPage* OReportModel::AllocPage(FASTBOOL /*bMasterPage*/) in AllocPage() function in rptui::OReportModel
|
/aoo41x/main/sc/inc/ |
H A D | drwlayer.hxx | 118 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 331 SdrPage* __EXPORT ScDrawLayer::AllocPage(FASTBOOL bMasterPage) in AllocPage() function in ScDrawLayer 385 ScDrawPage* pPage = (ScDrawPage*)AllocPage( sal_False ); in ScAddPage() 429 SdrPage* pNewPage = bAlloc ? AllocPage(sal_False) : GetPage(nNewPos); in ScCopyPage()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galobj.cxx | 527 mpFormModel->InsertPage( mpFormModel->AllocPage( false ) ); in DBG_NAME()
|
/aoo41x/main/sd/inc/ |
H A D | drawdoc.hxx | 233 virtual SdrPage* AllocPage(FASTBOOL bMasterPage);
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 697 pModel->InsertPage(pModel->AllocPage(false)); in InsertData() 1540 pModel->InsertPage(pModel->AllocPage(false)); in PasteRTFTable()
|
H A D | outlview.cxx | 606 SdPage* pPage = (SdPage*)mpDoc->AllocPage(sal_False); in InsertSlideForParagraph() 643 SdPage* pNotesPage = (SdPage*)mpDoc->AllocPage(sal_False); in InsertSlideForParagraph()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docdraw.cxx | 663 SdrPage* pMasterPage = pDrawModel->AllocPage( sal_False ); in InitDrawModel()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdxcgv.cxx | 823 SdrPage* pNeuPag=pNeuMod->AllocPage(sal_False); in GetMarkedObjModel()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 191 SdPage* pPage = (SdPage*) pMyDoc->AllocPage(sal_False); in AnimationWindow()
|