Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx321 sal_uInt16 nProposedStartPageNum = ConvertAbsoluteToRelativePageNum( _nProposedStartPageNum ); in Prepare() local
330 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 13 milliseconds