Searched refs:nProposedStartPageNum (Results 1 – 1 of 1) sorted by relevance
323 sal_uInt16 nProposedStartPageNum = ConvertAbsoluteToRelativePageNum( _nProposedStartPageNum ); in Prepare() local332 bool bStartPageRangeValid = nProposedStartPageNum <= mnPages; in Prepare()355 nProposedStartPageNum = 1; in Prepare()364 if ( nProposedStartPageNum > 0 ) in Prepare()367 sal_uInt16 nColOfProposed = GetColOfPage( nProposedStartPageNum ); in Prepare()368 sal_uInt16 nRowOfProposed = GetRowOfPage( nProposedStartPageNum ); in Prepare()375 ( nProposedStartPageNum == 1 || nRowOfProposed == 1 ) in Prepare()379 mnPaintPhyStartPageNum = nProposedStartPageNum - (nColOfProposed-1); in Prepare()382 mnPaintPhyStartPageNum = nProposedStartPageNum; in Prepare()
Completed in 31 milliseconds