Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablelayouter.cxx708 sal_Int32 nCurrentHeight = 0; in LayoutTableHeight() local
763 nCurrentHeight += maRows[nRow].mnSize; in LayoutTableHeight()
768 if( !bFit && !aOptimalRows.empty() && (nCurrentHeight < rArea.getHeight()) ) in LayoutTableHeight()
770 sal_Int32 nLeft = rArea.getHeight() - nCurrentHeight; in LayoutTableHeight()
813 nCurrentHeight += maRows[nRow].mnSize - nOldSize; in LayoutTableHeight()
817 if( bFit && nCurrentHeight != rArea.getHeight() ) in LayoutTableHeight()
818 distribute( maRows, rArea.getHeight() - nCurrentHeight ); in LayoutTableHeight()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx521 SwTwips nCurrentHeight = in lcl_PreprocessRowsInCells() local
525 while ( pTmpLastLineRow && pTmpLastLineRow->GetNext() && nTmpCut > nCurrentHeight ) in lcl_PreprocessRowsInCells()
527 nTmpCut -= nCurrentHeight; in lcl_PreprocessRowsInCells()
530 nCurrentHeight = in lcl_PreprocessRowsInCells()
589 if ( nTmpCut > nCurrentHeight || in lcl_PreprocessRowsInCells()

Completed in 65 milliseconds