Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx540 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()
1439 pStandardPage, in CreatePage()
1488 SdPage* pStandardPage; in DuplicatePage() local
1519 pStandardPage, in DuplicatePage()
1536 SdPage* pStandardPage, in InsertPageSet() argument
1575 pStandardPage, in InsertPageSet()
[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()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx503 SdPage* pStandardPage = NULL; in InsertSdPage() local
508 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 …]
/trunk/main/sd/inc/
H A Ddrawdoc.hxx654 SdPage* pStandardPage,

Completed in 50 milliseconds