Lines Matching refs:pStartPage
946 SdPage* pStartPage = mpViewShell ? mpViewShell->GetActualPage() : 0; in startShow() local
947 bool bStartWithActualSlide = pStartPage && in startShow()
963 if( pStartPage ) in startShow()
965 if( pStartPage->GetPageKind() == PK_NOTES ) in startShow()
969 const sal_uInt16 nPgNum = ( pStartPage->GetPageNum() - 2 ) >> 1; in startShow()
970 pStartPage = mpDoc->GetSdPage( nPgNum, PK_STANDARD ); in startShow()
978 if( pStartPage->GetPageKind() == PK_STANDARD ) in startShow()
980 aPresSlide = pStartPage->GetName(); in startShow()
991 if( pStartPage->GetPageKind() != PK_STANDARD ) in startShow()
1002 sal_Int32 nSlideNum = ( pStartPage->GetPageNum() - 1 ) >> 1; in startShow()
1024 if( pStartPage ) in startShow()
1025 mnRestoreSlide = ( pStartPage->GetPageNum() - 1 ) / 2; in startShow()