Lines Matching refs:mnCols
77 mnCols = mnRows = 0; in _Clear()
161 mnPrevwLayoutWidth = mnCols * mnColWidth + mnXFree; in _CalcPrevwLayoutSizes()
217 mnCols = _nCols; in Init()
419 mnPaintPhyStartPageNum = (nRowOfProposed-1) * mnCols + nColOfProposed; in Prepare()
631 if ( mbBookPreview && pPage->GetPhyPageNum() == 1 && mnCols != 1 && nCurrCol == 1 ) in _CalcPreviewPages()
660 if ( nCurrCol > mnCols ) in _CalcPreviewPages()
856 sal_uInt16 nTmpCol = nTmpRelSelPageNum % mnCols; in CalcStartValuesForSelectedPageMove()
857 sal_uInt16 nCurrRow = nTmpRelSelPageNum / mnCols; in CalcStartValuesForSelectedPageMove()
874 if ( (nNewRelSelectedPageNum + (_nVertMove * mnCols)) < 1 ) in CalcStartValuesForSelectedPageMove()
876 else if ( (nNewRelSelectedPageNum + (_nVertMove * mnCols)) > mnPages ) in CalcStartValuesForSelectedPageMove()
879 nNewRelSelectedPageNum += ( _nVertMove * mnCols ); in CalcStartValuesForSelectedPageMove()
905 nNewStartPage = (nTotalRows - mnRows) * mnCols + 1; in CalcStartValuesForSelectedPageMove()
1409 sal_uInt16 nRow = (_nPageNum) / mnCols; in GetRowOfPage()
1410 if ( ( (_nPageNum) % mnCols ) > 0 ) in GetRowOfPage()
1433 sal_uInt16 nCol = (_nPageNum) % mnCols; in GetColOfPage()
1435 nCol = mnCols; in GetColOfPage()