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