Home
last modified time | relevance | path

Searched refs:pStandardPage (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sd/source/core/
H A Ddrawdoc2.cxx538 SdPage* pStandardPage = (SdPage*) GetPage( pPage->GetPageNum() - 1 ); in SetSelected() local
540 if (pStandardPage && pStandardPage->GetPageKind() == PK_STANDARD) in SetSelected()
541 pStandardPage->SetSelected(bSelect); in SetSelected()
1367 SdPage* pStandardPage; in CreatePage() local
1388 pStandardPage = (SdPage*) AllocPage(sal_False); in CreatePage()
1393 pStandardPage->SetSize( pPreviousStandardPage->GetSize() ); in CreatePage()
1394 pStandardPage->SetBorder( pPreviousStandardPage->GetLftBorder(), in CreatePage()
1400 pStandardPage->TRG_SetMasterPage(pPreviousStandardPage->TRG_GetMasterPage()); in CreatePage()
1403 pStandardPage->SetLayoutName( pPreviousStandardPage->GetLayoutName() ); in CreatePage()
1404 pStandardPage->SetAutoLayout(eStandardLayout, sal_True); in CreatePage()
[all …]
H A Ddrawdoc3.cxx768 SdPage* pStandardPage = 0L; in InsertBookmarkAsPage() local
772 pStandardPage = (SdPage*)GetPage(nDestPageNum); in InsertBookmarkAsPage()
775 if (pStandardPage) in InsertBookmarkAsPage()
781 pPage->SetName( pStandardPage->GetRealName() ); in InsertBookmarkAsPage()
785 AddUndo(GetSdrUndoFactory().CreateUndoDeletePage(*pStandardPage)); in InsertBookmarkAsPage()
790 delete pStandardPage; in InsertBookmarkAsPage()
807 pNewNotesPage->SetName( pStandardPage->GetRealName() ); in InsertBookmarkAsPage()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunomodel.cxx507 SdPage* pStandardPage = NULL; in InsertSdPage() local
512 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()
515 pStandardPage->SetSize( aDefSize ); in InsertSdPage()
516 mpDoc->InsertPage(pStandardPage, 0); in InsertSdPage()
545 pStandardPage = (SdPage*) pPreviousStandardPage->Clone(); in InsertSdPage()
547 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()
549 pStandardPage->SetSize( pPreviousStandardPage->GetSize() ); in InsertSdPage()
550 pStandardPage->SetBorder( pPreviousStandardPage->GetLftBorder(), in InsertSdPage()
554 pStandardPage->SetOrientation( pPreviousStandardPage->GetOrientation() ); in InsertSdPage()
555 pStandardPage->SetName(aStandardPageName); in InsertSdPage()
[all …]
/AOO41X/main/sd/inc/
H A Ddrawdoc.hxx654 SdPage* pStandardPage,