Searched refs:nSumRowHeight (Results 1 – 2 of 2) sorted by relevance
2195 long nSumRowHeight = 0; in CheckViewLayout() local2346 Point aNewPagePos( nBorder + nX, nBorder + nSumRowHeight ); in CheckViewLayout()2347 … Point aNewPagePosWithLeftOffset( nBorder + nX + nLeftPageAddOffset, nBorder + nSumRowHeight ); in CheckViewLayout()2422 nSumRowHeight = nSumRowHeight + nCurrentRowHeight; in CheckViewLayout()2436 const Size aNewSize( nMaxPageRight - nBorder, nSumRowHeight - nGapBetweenPages ); in CheckViewLayout()
4554 SwTwips nSumRowHeight = 0; in AdjustCells() local4558 nSumRowHeight += pToAdjustRow == this ? in AdjustCells()4571 const long nDiff = nSumRowHeight - (pToAdjust->Frm().*fnRect->fnGetHeight)(); in AdjustCells()
Completed in 60 milliseconds