Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/view/
H A Dtabview.cxx1963 long nNeededHeight = rSize.Height() + 2 * nBorder; in GetChartInsertPos() local
2028 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()
/aoo4110/main/svx/source/table/
H A Dtablelayouter.cxx1174 sal_Int32 nNeededHeight = nRows * nMinHeight; in DistributeRows() local
1175 rArea.nBottom += nNeededHeight - nAllHeight; in DistributeRows()

Completed in 51 milliseconds