Searched refs:nCurrentHeight (Results 1 – 2 of 2) sorted by relevance
708 sal_Int32 nCurrentHeight = 0; in LayoutTableHeight() local763 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()
521 SwTwips nCurrentHeight = in lcl_PreprocessRowsInCells() local525 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 50 milliseconds