Home
last modified time | relevance | path

Searched refs:nProposedStartPageNum (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx323 sal_uInt16 nProposedStartPageNum = ConvertAbsoluteToRelativePageNum( _nProposedStartPageNum ); in Prepare() local
332 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 25 milliseconds