Searched refs:pStandardPage (Results 1 – 4 of 4) sorted by relevance
538 SdPage* pStandardPage = (SdPage*) GetPage( pPage->GetPageNum() - 1 ); in SetSelected() local540 if (pStandardPage && pStandardPage->GetPageKind() == PK_STANDARD) in SetSelected()541 pStandardPage->SetSelected(bSelect); in SetSelected()1367 SdPage* pStandardPage; in CreatePage() local1388 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 …]
768 SdPage* pStandardPage = 0L; in InsertBookmarkAsPage() local772 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()
507 SdPage* pStandardPage = NULL; in InsertSdPage() local512 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 …]
654 SdPage* pStandardPage,