Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx264 sal_Bool lcl_GetCaptionPoint( uno::Reference< drawing::XShape >& xShape, awt::Point& rCaptionPoint ) in lcl_GetCaptionPoint() argument
274 …getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "CaptionPoint" )) ) >>= rCaptionPoint; in lcl_GetCaptionPoint()
282 awt::Point& rUnoPoint, awt::Size& rUnoSize, awt::Point& rCaptionPoint ) in lcl_GetAnchorCell() argument
287 sal_Bool bCaptionShape(lcl_GetCaptionPoint(xShape, rCaptionPoint)); in lcl_GetAnchorCell()
294 if (rCaptionPoint.X > 0 && rCaptionPoint.X > rUnoSize.Width) in lcl_GetAnchorCell()
295 rUnoPoint.X += rCaptionPoint.X - rUnoSize.Width; in lcl_GetAnchorCell()
296 if (rCaptionPoint.Y < 0) in lcl_GetAnchorCell()
297 rUnoPoint.Y += rCaptionPoint.Y; in lcl_GetAnchorCell()
305 if (rCaptionPoint.X < 0) in lcl_GetAnchorCell()
306 rUnoPoint.X += rCaptionPoint.X; in lcl_GetAnchorCell()
[all …]