Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dpostit.cxx258 Rectangle aCaptRect = mpCaption->GetLogicRect(); in FitCaptionToRect() local
259 Point aCaptPos = aCaptRect.TopLeft(); in FitCaptionToRect()
269 aCaptRect.SetPos( aCaptPos ); in FitCaptionToRect()
270 mpCaption->SetLogicRect( aCaptRect ); in FitCaptionToRect()
279 long nWidth = aCaptRect.GetWidth(); in AutoPlaceCaption()
280 long nHeight = aCaptRect.GetHeight(); in AutoPlaceCaption()
335 aCaptRect.SetPos( aCaptPos ); in AutoPlaceCaption()
336 mpCaption->SetLogicRect( aCaptRect ); in AutoPlaceCaption()
357 …long nDiffX = (rOldTailPos.X() >= 0) ? (aCaptRect.Left() - rOldTailPos.X()) : (rOldTailPos.X() - a… in UpdateCaptionPos()
363 mpCaption->SetLogicRect( aCaptRect ); in UpdateCaptionPos()
[all …]

Completed in 23 milliseconds