Home
last modified time | relevance | path

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

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