Searched refs:nProposedStartPageNum (Results 1 – 1 of 1) sorted by relevance
321 sal_uInt16 nProposedStartPageNum = ConvertAbsoluteToRelativePageNum( _nProposedStartPageNum ); in Prepare() local330 bool bStartPageRangeValid = nProposedStartPageNum <= mnPages; in Prepare()353 nProposedStartPageNum = 1; in Prepare()362 if ( nProposedStartPageNum > 0 ) in Prepare()365 sal_uInt16 nColOfProposed = GetColOfPage( nProposedStartPageNum ); in Prepare()366 sal_uInt16 nRowOfProposed = GetRowOfPage( nProposedStartPageNum ); in Prepare()373 ( nProposedStartPageNum == 1 || nRowOfProposed == 1 ) in Prepare()377 mnPaintPhyStartPageNum = nProposedStartPageNum - (nColOfProposed-1); in Prepare()380 mnPaintPhyStartPageNum = nProposedStartPageNum; in Prepare()
Completed in 18 milliseconds