Lines Matching refs:pStartPage
956 SdPage* pStartPage = mpViewShell ? mpViewShell->GetActualPage() : 0; in startShow() local
957 bool bStartWithActualSlide = pStartPage && in startShow()
973 if( pStartPage ) in startShow()
975 if( pStartPage->GetPageKind() == PK_NOTES ) in startShow()
979 const sal_uInt16 nPgNum = ( pStartPage->GetPageNum() - 2 ) >> 1; in startShow()
980 pStartPage = mpDoc->GetSdPage( nPgNum, PK_STANDARD ); in startShow()
988 if( pStartPage->GetPageKind() == PK_STANDARD ) in startShow()
990 aPresSlide = pStartPage->GetName(); in startShow()
1001 if( pStartPage->GetPageKind() != PK_STANDARD ) in startShow()
1012 sal_Int32 nSlideNum = ( pStartPage->GetPageNum() - 1 ) >> 1; in startShow()
1034 if( pStartPage ) in startShow()
1035 mnRestoreSlide = ( pStartPage->GetPageNum() - 1 ) / 2; in startShow()