Searched refs:pStandardPage (Results 1 – 4 of 4) sorted by relevance
540 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()1439 pStandardPage, in CreatePage()1488 SdPage* pStandardPage; in DuplicatePage() local1519 pStandardPage, in DuplicatePage()1536 SdPage* pStandardPage, in InsertPageSet() argument1575 pStandardPage, in InsertPageSet()[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()
503 SdPage* pStandardPage = NULL; in InsertSdPage() local508 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()511 pStandardPage->SetSize( aDefSize ); in InsertSdPage()512 mpDoc->InsertPage(pStandardPage, 0); in InsertSdPage()541 pStandardPage = (SdPage*) pPreviousStandardPage->Clone(); in InsertSdPage()543 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()545 pStandardPage->SetSize( pPreviousStandardPage->GetSize() ); in InsertSdPage()551 pStandardPage->SetName(aStandardPageName); in InsertSdPage()554 mpDoc->InsertPage(pStandardPage, nStandardPageNum); in InsertSdPage()561 pStandardPage->SetAutoLayout(AUTOLAYOUT_NONE, sal_True ); in InsertSdPage()[all …]
654 SdPage* pStandardPage,
Completed in 53 milliseconds