Searched refs:rStartRect (Results 1 – 4 of 4) sorted by relevance
129 void ScMyShapeResizer::GetNewShapeSizePos(ScDocument* pDoc, const Rectangle& rStartRect, in GetNewShapeSizePos() argument137 aRefPoint.X = rStartRect.Right(); in GetNewShapeSizePos()139 aRefPoint.X = rStartRect.Left(); in GetNewShapeSizePos()140 aRefPoint.Y = rStartRect.Top(); in GetNewShapeSizePos()152 if (rPoint.X < rStartRect.Left()) in GetNewShapeSizePos()153 …rPoint.X = rStartRect.Left() + 2; // increment by 2 100th_mm because the cellwidth is internal in … in GetNewShapeSizePos()157 if (rPoint.X > rStartRect.Right()) in GetNewShapeSizePos()158 …rPoint.X = rStartRect.Right() - 2; // decrement by 2 100th_mm because the cellwidth is internal in… in GetNewShapeSizePos()161 if (rPoint.Y > rStartRect.Bottom()) in GetNewShapeSizePos()162 …rPoint.Y = rStartRect.Bottom() - 2; // decrement by 2 100th_mm because the cellheight is internal … in GetNewShapeSizePos()
61 void GetNewShapeSizePos(ScDocument* pDoc, const Rectangle& rStartRect,
47 SwRegionRects::SwRegionRects( const SwRect &rStartRect, sal_uInt16 nInit, in SwRegionRects() argument50 aOrigin( rStartRect ) in SwRegionRects()
39 SwRegionRects( const SwRect& rStartRect, sal_uInt16 nInit = 20,
Completed in 16 milliseconds