Home
last modified time | relevance | path

Searched refs:pSelectedPage (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel2.cxx61 SdPage* pSelectedPage = nullptr; in Draw() local
70 pSelectedPage = mpDoc->GetSdPage(nSelectedPage, PageKind::Standard); in Draw()
74 if( nullptr == pSelectedPage ) in Draw()
84 pSelectedPage = pPage; in Draw()
87 if( nullptr == pSelectedPage ) in Draw()
88 pSelectedPage = mpDoc->GetSdPage(0, PageKind::Standard); in Draw()
93 pView->ShowSdrPage(pSelectedPage); in Draw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel2.cxx61 SdPage* pSelectedPage = nullptr; in Draw() local
70 pSelectedPage = mpDoc->GetSdPage(nSelectedPage, PageKind::Standard); in Draw()
74 if( nullptr == pSelectedPage ) in Draw()
84 pSelectedPage = pPage; in Draw()
87 if( nullptr == pSelectedPage ) in Draw()
88 pSelectedPage = mpDoc->GetSdPage(0, PageKind::Standard); in Draw()
93 pView->ShowSdrPage(pSelectedPage); in Draw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfuprlout.cxx236 for (auto pSelectedPage : aSelectedPages) in DoExecute() local
238 sal_uInt16 nPgNum = pSelectedPage->TRG_GetMasterPage().GetPageNum(); in DoExecute()
253 for (auto pSelectedPage : aSelectedPages) in DoExecute() local
254 pSelectedPage->SetAutoLayout(pSelectedPage->GetAutoLayout()); in DoExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuprlout.cxx237 for (auto pSelectedPage : aSelectedPages) in DoExecute() local
239 sal_uInt16 nPgNum = pSelectedPage->TRG_GetMasterPage().GetPageNum(); in DoExecute()
254 for (auto pSelectedPage : aSelectedPages) in DoExecute() local
255 pSelectedPage->SetAutoLayout(pSelectedPage->GetAutoLayout()); in DoExecute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Ddrawdoc3.cxx1379 SdPage* pSelectedPage = GetSdPage(nSdPageNum, PageKind::Standard); in SetMasterPage() local
1380 SdPage* pNotes = static_cast<SdPage*>( GetPage(pSelectedPage->GetPageNum()+1) ); in SetMasterPage()
1381 SdPage& rOldMaster = static_cast<SdPage&>(pSelectedPage->TRG_GetMasterPage()); in SetMasterPage()
1385 OUString aOldPageLayoutName(pSelectedPage->GetLayoutName()); in SetMasterPage()
1676 aPageList.push_back(pSelectedPage); in SetMasterPage()
1758 pMaster->SetSize(pSelectedPage->GetSize()); in SetMasterPage()
1759 pMaster->SetBorder(pSelectedPage->GetLeftBorder(), in SetMasterPage()
1760 pSelectedPage->GetUpperBorder(), in SetMasterPage()
1761 pSelectedPage->GetRightBorder(), in SetMasterPage()
1762 pSelectedPage->GetLowerBorder() ); in SetMasterPage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Ddrawdoc3.cxx1387 SdPage* pSelectedPage = GetSdPage(nSdPageNum, PageKind::Standard); in SetMasterPage() local
1388 SdPage* pNotes = static_cast<SdPage*>( GetPage(pSelectedPage->GetPageNum()+1) ); in SetMasterPage()
1389 SdPage& rOldMaster = static_cast<SdPage&>(pSelectedPage->TRG_GetMasterPage()); in SetMasterPage()
1393 OUString aOldPageLayoutName(pSelectedPage->GetLayoutName()); in SetMasterPage()
1689 aPageList.push_back(pSelectedPage); in SetMasterPage()
1771 pMaster->SetSize(pSelectedPage->GetSize()); in SetMasterPage()
1772 pMaster->SetBorder(pSelectedPage->GetLeftBorder(), in SetMasterPage()
1773 pSelectedPage->GetUpperBorder(), in SetMasterPage()
1774 pSelectedPage->GetRightBorder(), in SetMasterPage()
1775 pSelectedPage->GetLowerBorder() ); in SetMasterPage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx879 SdPage* pSelectedPage = nullptr; in RenameSlide() local
884 pSelectedPage = aSelectedPages.GetNextElement()->GetPage(); in RenameSlide()
885 if (pSelectedPage == nullptr) in RenameSlide()
899 OUString aPageName = pSelectedPage->GetName(); in RenameSlide()
905 bool bResult = RenameSlideFromDrawViewShell(pSelectedPage->GetPageNum()/2, aName ); in RenameSlide()
930 pSelectedPage->GetPageNum()/2, aNewName ); in RenameSlide()
942 (pSelectedPage->GetPageNum()-1)/2, aPageName); in RenameSlide()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx881 SdPage* pSelectedPage = nullptr; in RenameSlide() local
886 pSelectedPage = aSelectedPages.GetNextElement()->GetPage(); in RenameSlide()
887 if (pSelectedPage == nullptr) in RenameSlide()
901 OUString aPageName = pSelectedPage->GetName(); in RenameSlide()
907 bool bResult = RenameSlideFromDrawViewShell(pSelectedPage->GetPageNum()/2, aName ); in RenameSlide()
931 pSelectedPage->GetPageNum()/2, aNewName ); in RenameSlide()
943 (pSelectedPage->GetPageNum()-1)/2, aPageName); in RenameSlide()