Lines Matching refs:SdPage

496 SdPage* SdXImpressDocument::InsertSdPage( sal_uInt16 nPage, sal_Bool bDuplicate ) throw()  in InsertSdPage()
503 SdPage* pStandardPage = NULL; in InsertSdPage()
508 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()
517SdPage* pPreviousStandardPage = mpDoc->GetSdPage( Min( (sal_uInt16)(nPageCount - 1), nPage ), PK_S… in InsertSdPage()
532 SdPage* pPreviousNotesPage = (SdPage*) mpDoc->GetPage( nStandardPageNum - 1 ); in InsertSdPage()
541 pStandardPage = (SdPage*) pPreviousStandardPage->Clone(); in InsertSdPage()
543 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()
573 SdPage* pNotesPage = NULL; in InsertSdPage()
576 pNotesPage = (SdPage*) pPreviousNotesPage->Clone(); in InsertSdPage()
578 pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()
756 SdPage* pPage = (SdPage*) pSvxPage->GetSdrPage(); in duplicate()
875 SdPage* pPage = mpDoc->GetMasterSdPage( 0, PK_HANDOUT ); in getHandoutMasterPage()
1936 SdPage* pPage = (SdPage*)pPV->GetPage(); in render()
2370 SdPage* pPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)Index, PK_STANDARD ); in getByIndex()
2394 SdPage* pPage = mpModel->mpDoc->GetSdPage( nPage, PK_STANDARD ); in getByName()
2425 SdPage* pPage = mpModel->mpDoc->GetSdPage( nPage, PK_STANDARD ); in getElementNames()
2443 SdPage* pPage = mpModel->mpDoc->GetSdPage( nPage, PK_STANDARD ); in hasByName()
2483 SdPage* pPage = mpModel->InsertSdPage( (sal_uInt16)nIndex ); in insertNewByIndex()
2516 SdPage* pPage = (SdPage*) pSvxPage->GetSdrPage(); in remove()
2521 SdPage* pNotesPage = static_cast< SdPage* >( rDoc.GetPage( nPage+1 ) ); in remove()
2646 SdPage* pPage = mpModel->mpDoc->GetMasterSdPage( (sal_uInt16)Index, PK_STANDARD ); in getByIndex()
2700 SdPage* pPage = (SdPage*)mpDoc->GetMasterPage((sal_uInt16)nMaster); in insertNewByIndex()
2726 SdPage* pPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_STANDARD ); in insertNewByIndex()
2727 SdPage* pRefNotesPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_NOTES); in insertNewByIndex()
2730 SdPage* pMPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex()
2747 SdPage* pMNotesPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True); in insertNewByIndex()
2783 SdPage* pPage = dynamic_cast< SdPage* > (pSdPage->GetSdrPage()); in remove()
2795 SdPage* pNotesPage = static_cast< SdPage* >( rDoc.GetMasterPage( nPage+1 ) ); in remove()
2880 SdPage* pPage = FindPage( aName ); in getByName()
2938 *pStr++ = ((SdPage*)mpDoc->GetPage( nPage ))->GetName(); in getElementNames()
2942 *pStr++ = ((SdPage*)mpDoc->GetMasterPage( nPage ))->GetName(); in getElementNames()
2976 SdPage* SdDocLinkTargets::FindPage( const OUString& rName ) const throw() in FindPage()
2986 SdPage* pPage; in FindPage()
2995 pPage = (SdPage*)mpDoc->GetPage( nPage ); in FindPage()
3003 pPage = (SdPage*)mpDoc->GetMasterPage( nPage ); in FindPage()