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.cxx284 awt::Point& rUnoPoint, awt::Size& rUnoSize, awt::Point& rCaptionPoint ) in lcl_GetAnchorCell() argument
292 rUnoSize = xShape->getSize(); in lcl_GetAnchorCell()
293 rUnoPoint.X += rUnoSize.Width; // the right top point is base 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()
319 awt::Size& rUnoSize, awt::Point& rCaptionPoint) in lcl_GetRelativePos() argument
322 rRange = lcl_GetAnchorCell(xShape, pDoc, nTab, aUnoPoint, rUnoSize, rCaptionPoint); in lcl_GetRelativePos()

Completed in 52 milliseconds