Home
last modified time | relevance | path

Searched refs:rUnoSize (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
290 rUnoSize = xShape->getSize(); in lcl_GetAnchorCell()
291 rUnoPoint.X += rUnoSize.Width; // the right top point is base 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()
317 awt::Size& rUnoSize, awt::Point& rCaptionPoint) in lcl_GetRelativePos() argument
320 rRange = lcl_GetAnchorCell(xShape, pDoc, nTab, aUnoPoint, rUnoSize, rCaptionPoint); in lcl_GetRelativePos()