Searched refs:nProposedStartPageNum (Results 1 – 1 of 1) sorted by relevance
320 sal_uInt16 nProposedStartPageNum = ConvertAbsoluteToRelativePageNum( _nProposedStartPageNum ); in Prepare() local329 bool bStartPageRangeValid = nProposedStartPageNum <= mnPages; in Prepare()352 nProposedStartPageNum = 1; in Prepare()361 if ( nProposedStartPageNum > 0 ) in Prepare()364 sal_uInt16 nColOfProposed = GetColOfPage( nProposedStartPageNum ); in Prepare()365 sal_uInt16 nRowOfProposed = GetRowOfPage( nProposedStartPageNum ); in Prepare()372 ( nProposedStartPageNum == 1 || nRowOfProposed == 1 ) in Prepare()376 mnPaintPhyStartPageNum = nProposedStartPageNum - (nColOfProposed-1); in Prepare()379 mnPaintPhyStartPageNum = nProposedStartPageNum; in Prepare()