Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Dpostit.cxx258 Rectangle aCaptRect = mpCaption->GetLogicRect(); in FitCaptionToRect() local
259 Point aCaptPos = aCaptRect.TopLeft(); in FitCaptionToRect()
261 aCaptPos.X() = ::std::min< long >( aCaptPos.X(), rVisRect.Right() - aCaptRect.GetWidth() ); in FitCaptionToRect()
265 aCaptPos.Y() = ::std::min< long >( aCaptPos.Y(), rVisRect.Bottom() - aCaptRect.GetHeight() ); in FitCaptionToRect()
269 aCaptRect.SetPos( aCaptPos ); in FitCaptionToRect()
270 mpCaption->SetLogicRect( aCaptRect ); in FitCaptionToRect()
278 Rectangle aCaptRect = mpCaption->GetLogicRect(); in AutoPlaceCaption() local
279 long nWidth = aCaptRect.GetWidth(); in AutoPlaceCaption()
280 long nHeight = aCaptRect.GetHeight(); in AutoPlaceCaption()
335 aCaptRect.SetPos( aCaptPos ); in AutoPlaceCaption()
[all …]