Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx284 awt::Point& rUnoPoint, awt::Size& rUnoSize, awt::Point& rCaptionPoint ) in lcl_GetAnchorCell() argument
287 rUnoPoint = xShape->getPosition(); in lcl_GetAnchorCell()
293 rUnoPoint.X += rUnoSize.Width; // the right top point is base in lcl_GetAnchorCell()
297 rUnoPoint.X += rCaptionPoint.X - rUnoSize.Width; in lcl_GetAnchorCell()
299 rUnoPoint.Y += rCaptionPoint.Y; in lcl_GetAnchorCell()
301 aReturn = pDoc->GetRange( nTab, Rectangle( VCLPoint(rUnoPoint), VCLPoint(rUnoPoint) )); in lcl_GetAnchorCell()
308 rUnoPoint.X += rCaptionPoint.X; in lcl_GetAnchorCell()
310 rUnoPoint.Y += rCaptionPoint.Y; in lcl_GetAnchorCell()
312 aReturn = pDoc->GetRange( nTab, Rectangle( VCLPoint(rUnoPoint), VCLPoint(rUnoPoint) )); in lcl_GetAnchorCell()

Completed in 15 milliseconds