Searched refs:rUnoSize (Results 1 – 1 of 1) sorted by relevance
282 awt::Point& rUnoPoint, awt::Size& rUnoSize, awt::Point& rCaptionPoint ) in lcl_GetAnchorCell() argument290 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() argument320 rRange = lcl_GetAnchorCell(xShape, pDoc, nTab, aUnoPoint, rUnoSize, rCaptionPoint); in lcl_GetRelativePos()