Home
last modified time | relevance | path

Searched refs:aCaptPos (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Dpostit.cxx259 Point aCaptPos = aCaptRect.TopLeft(); in FitCaptionToRect() local
261 aCaptPos.X() = ::std::min< long >( aCaptPos.X(), rVisRect.Right() - aCaptRect.GetWidth() ); in FitCaptionToRect()
263 aCaptPos.X() = ::std::max< long >( aCaptPos.X(), rVisRect.Left() ); in FitCaptionToRect()
265 aCaptPos.Y() = ::std::min< long >( aCaptPos.Y(), rVisRect.Bottom() - aCaptRect.GetHeight() ); in FitCaptionToRect()
267 aCaptPos.Y() = ::std::max< long >( aCaptPos.Y(), rVisRect.Top() ); in FitCaptionToRect()
269 aCaptRect.SetPos( aCaptPos ); in FitCaptionToRect()
308 Point aCaptPos; in AutoPlaceCaption() local
319 aCaptPos.X() = maCellRect.Right() + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
321 aCaptPos.Y() = maCellRect.Top() + SC_NOTECAPTION_OFFSET_Y; in AutoPlaceCaption()
326 aCaptPos.X() = maCellRect.Left() + SC_NOTECAPTION_OFFSET_X; in AutoPlaceCaption()
[all …]

Completed in 20 milliseconds