/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/ |
H A D | drawdoc2.cxx | 505 rtl::Reference<SdPage> pHandoutPage = AllocSdPage(false); in CreateFirstPages() 528 rtl::Reference<SdPage> pHandoutMPage = AllocSdPage(true); in CreateFirstPages() 549 pPage = AllocSdPage(false); in CreateFirstPages() 603 rtl::Reference<SdPage> pMPage = AllocSdPage(true); in CreateFirstPages() 615 rtl::Reference<SdPage> pNotesPage = AllocSdPage(false); in CreateFirstPages() 645 rtl::Reference<SdPage> pNotesMPage = AllocSdPage(true); in CreateFirstPages() 1092 rtl::Reference<SdPage> pNewNotesPage = AllocSdPage(true); in CheckMasterPages() 1162 pStandardPage = AllocSdPage(false); in CreatePage() 1192 pNotesPage = AllocSdPage(false); in CreatePage()
|
H A D | drawdoc.cxx | 643 rtl::Reference<SdPage> SdDrawDocument::AllocSdPage(bool bMasterPage) in AllocSdPage() function in SdDrawDocument 653 return AllocSdPage(bMasterPage); in AllocPage()
|
H A D | drawdoc3.cxx | 1757 pMaster = AllocSdPage(true); in SetMasterPage() 1772 pNotesMaster = AllocSdPage(true); in SetMasterPage()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/ |
H A D | drawdoc2.cxx | 506 SdPage* pHandoutPage = AllocSdPage(false); in CreateFirstPages() 529 SdPage* pHandoutMPage = AllocSdPage(true); in CreateFirstPages() 550 pPage = AllocSdPage(false); in CreateFirstPages() 604 SdPage* pMPage = AllocSdPage(true); in CreateFirstPages() 616 SdPage* pNotesPage = AllocSdPage(false); in CreateFirstPages() 646 SdPage* pNotesMPage = AllocSdPage(true); in CreateFirstPages() 1093 SdPage* pNewNotesPage = AllocSdPage(true); in CheckMasterPages() 1163 pStandardPage = AllocSdPage(false); in CreatePage() 1193 pNotesPage = AllocSdPage(false); in CreatePage()
|
H A D | drawdoc.cxx | 641 SdPage* SdDrawDocument::AllocSdPage(bool bMasterPage) in AllocSdPage() function in SdDrawDocument 651 return AllocSdPage(bMasterPage); in AllocPage()
|
H A D | drawdoc3.cxx | 1770 pMaster = AllocSdPage(true); in SetMasterPage() 1785 pNotesMaster = AllocSdPage(true); in SetMasterPage()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/ |
H A D | fusumry.cxx | 121 pSummaryPage = mpDoc->AllocSdPage(false); in DoExecute() 141 rtl::Reference<SdPage> pNotesPage = mpDoc->AllocSdPage(false); in DoExecute()
|
H A D | fuexpand.cxx | 136 rtl::Reference<SdPage> pPage = mpDoc->AllocSdPage(false); in DoExecute() 158 rtl::Reference<SdPage> pNotesPage = mpDoc->AllocSdPage(false); in DoExecute()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/ |
H A D | fusumry.cxx | 121 pSummaryPage = mpDoc->AllocSdPage(false); in DoExecute() 141 SdPage* pNotesPage = mpDoc->AllocSdPage(false); in DoExecute()
|
H A D | fuexpand.cxx | 136 SdPage* pPage = mpDoc->AllocSdPage(false); in DoExecute() 158 SdPage* pNotesPage = mpDoc->AllocSdPage(false); in DoExecute()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/ |
H A D | drawdoc.hxx | 227 SAL_DLLPRIVATE rtl::Reference<SdPage> AllocSdPage(bool bMasterPage);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/ |
H A D | drawdoc.hxx | 240 SAL_DLLPRIVATE SdPage* AllocSdPage(bool bMasterPage);
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 457 pStandardPage = mpDoc->AllocSdPage(false); in InsertSdPage() 488 pStandardPage = mpDoc->AllocSdPage(false); in InsertSdPage() 523 pNotesPage = mpDoc->AllocSdPage(false); in InsertSdPage() 3135 rtl::Reference<SdPage> pMPage = mpModel->mpDoc->AllocSdPage(true); in insertNewByIndex() 3152 rtl::Reference<SdPage> pMNotesPage = mpModel->mpDoc->AllocSdPage(true); in insertNewByIndex()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 456 pStandardPage = mpDoc->AllocSdPage(false); in InsertSdPage() 487 pStandardPage = mpDoc->AllocSdPage(false); in InsertSdPage() 522 pNotesPage = mpDoc->AllocSdPage(false); in InsertSdPage() 3138 SdPage* pMPage = mpModel->mpDoc->AllocSdPage(true); in insertNewByIndex() 3155 SdPage* pMNotesPage = mpModel->mpDoc->AllocSdPage(true); in insertNewByIndex()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/ |
H A D | outlview.cxx | 393 rtl::Reference<SdPage> pPage = mrDoc.AllocSdPage(false); in InsertSlideForParagraph() 430 rtl::Reference<SdPage> pNotesPage = mrDoc.AllocSdPage(false); in InsertSlideForParagraph()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/ |
H A D | outlview.cxx | 393 SdPage* pPage = mrDoc.AllocSdPage(false); in InsertSlideForParagraph() 430 SdPage* pNotesPage = mrDoc.AllocSdPage(false); in InsertSlideForParagraph()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 161 rtl::Reference<SdPage> pPage = pMyDoc->AllocSdPage(false); in AnimationWindow()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 164 SdPage* pPage = pMyDoc->AllocSdPage(false); in AnimationWindow()
|