Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dpagechg.cxx2195 long nSumRowHeight = 0; in CheckViewLayout() local
2346 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()
H A Dtabfrm.cxx4554 SwTwips nSumRowHeight = 0; in AdjustCells() local
4558 nSumRowHeight += pToAdjustRow == this ? in AdjustCells()
4571 const long nDiff = nSumRowHeight - (pToAdjust->Frm().*fnRect->fnGetHeight)(); in AdjustCells()

Completed in 57 milliseconds