Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablelayouter.cxx1160 sal_Int32 nAllHeight = 0; in DistributeRows() local
1166 nAllHeight += maRows[nRow].mnSize; in DistributeRows()
1170 sal_Int32 nHeight = nAllHeight / nRows; in DistributeRows()
1175 rArea.nBottom += nNeededHeight - nAllHeight; in DistributeRows()
1177 nAllHeight = nRows * nMinHeight; in DistributeRows()
1184 nHeight = nAllHeight; // last row get round errors in DistributeRows()
1189 nAllHeight -= nHeight; in DistributeRows()

Completed in 20 milliseconds