Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx289 sal_Bool bCaptionShape(lcl_GetCaptionPoint(xShape, rCaptionPoint)); in lcl_GetAnchorCell()
296 if (rCaptionPoint.X > 0 && rCaptionPoint.X > rUnoSize.Width) in lcl_GetAnchorCell()
297 rUnoPoint.X += rCaptionPoint.X - rUnoSize.Width; in lcl_GetAnchorCell()
298 if (rCaptionPoint.Y < 0) in lcl_GetAnchorCell()
299 rUnoPoint.Y += rCaptionPoint.Y; in lcl_GetAnchorCell()
307 if (rCaptionPoint.X < 0) in lcl_GetAnchorCell()
308 rUnoPoint.X += rCaptionPoint.X; in lcl_GetAnchorCell()
309 if (rCaptionPoint.Y < 0) in lcl_GetAnchorCell()
310 rUnoPoint.Y += rCaptionPoint.Y; in lcl_GetAnchorCell()
319 awt::Size& rUnoSize, awt::Point& rCaptionPoint) in lcl_GetRelativePos() argument
[all …]

Completed in 24 milliseconds