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.cxx2017 Rectangle aCompareRect( aInsertPos, Size( nNeededWidth, nNeededHeight ) ); in GetChartInsertPos() local
2018 if ( aCompareRect.Right() > aVisible.Right() ) in GetChartInsertPos()
2019 aInsertPos.X() -= aCompareRect.Right() - aVisible.Right(); in GetChartInsertPos()
2020 if ( aCompareRect.Bottom() > aVisible.Bottom() ) in GetChartInsertPos()
2021 aInsertPos.Y() -= aCompareRect.Bottom() - aVisible.Bottom(); in GetChartInsertPos()