Searched refs:nAllHeight (Results 1 – 1 of 1) sorted by relevance
1160 sal_Int32 nAllHeight = 0; in DistributeRows() local1166 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 28 milliseconds