Lines Matching refs:pStartPage
935 SdPage* pStartPage = mpViewShell ? mpViewShell->GetActualPage() : 0; in startShow() local
936 bool bStartWithActualSlide = pStartPage && in startShow()
952 if( pStartPage ) in startShow()
954 if( pStartPage->GetPageKind() == PK_NOTES ) in startShow()
958 const sal_uInt16 nPgNum = ( pStartPage->GetPageNum() - 2 ) >> 1; in startShow()
959 pStartPage = mpDoc->GetSdPage( nPgNum, PK_STANDARD ); in startShow()
967 if( pStartPage->GetPageKind() == PK_STANDARD ) in startShow()
969 aPresSlide = pStartPage->GetName(); in startShow()
980 if( pStartPage->GetPageKind() != PK_STANDARD ) in startShow()
991 sal_Int32 nSlideNum = ( pStartPage->GetPageNum() - 1 ) >> 1; in startShow()
1013 if( pStartPage ) in startShow()
1014 mnRestoreSlide = ( pStartPage->GetPageNum() - 1 ) / 2; in startShow()