Lines Matching refs:rCaptionPoint
266 sal_Bool lcl_GetCaptionPoint( uno::Reference< drawing::XShape >& xShape, awt::Point& rCaptionPoint ) in lcl_GetCaptionPoint() argument
276 …getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "CaptionPoint" )) ) >>= rCaptionPoint; in lcl_GetCaptionPoint()
284 awt::Point& rUnoPoint, awt::Size& rUnoSize, awt::Point& rCaptionPoint ) in lcl_GetAnchorCell() argument
289 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
322 rRange = lcl_GetAnchorCell(xShape, pDoc, nTab, aUnoPoint, rUnoSize, rCaptionPoint); in lcl_GetRelativePos()