Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2056 Rectangle aCompareRect( aInsertPos, Size( nNeededWidth, nNeededHeight ) ); in GetChartInsertPos() local
2057 if ( aCompareRect.Right() > aVisible.Right() ) in GetChartInsertPos()
2058 aInsertPos.X() -= aCompareRect.Right() - aVisible.Right(); in GetChartInsertPos()
2059 if ( aCompareRect.Bottom() > aVisible.Bottom() ) in GetChartInsertPos()
2060 aInsertPos.Y() -= aCompareRect.Bottom() - aVisible.Bottom(); in GetChartInsertPos()

Completed in 19 milliseconds