Searched refs:nNeededHeight (Results 1 – 2 of 2) sorted by relevance
1963 long nNeededHeight = rSize.Height() + 2 * nBorder; in GetChartInsertPos() local2028 else if ( nTopSpace >= nNeededHeight || nBottomSpace >= nNeededHeight ) in GetChartInsertPos()2032 if ( nBottomSpace > nNeededHeight ) // bottom is preferred in GetChartInsertPos()2035 aInsertPos.Y() = aSelection.Top() - nNeededHeight; in GetChartInsertPos()2056 Rectangle aCompareRect( aInsertPos, Size( nNeededWidth, nNeededHeight ) ); in GetChartInsertPos()
1174 sal_Int32 nNeededHeight = nRows * nMinHeight; in DistributeRows() local1175 rArea.nBottom += nNeededHeight - nAllHeight; in DistributeRows()
Completed in 52 milliseconds