Home
last modified time | relevance | path

Searched refs:rStartRect (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx129 void ScMyShapeResizer::GetNewShapeSizePos(ScDocument* pDoc, const Rectangle& rStartRect, in GetNewShapeSizePos() argument
137 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()
H A DXMLTableShapeResizer.hxx61 void GetNewShapeSizePos(ScDocument* pDoc, const Rectangle& rStartRect,
/aoo42x/main/sw/source/core/bastyp/
H A Dswregion.cxx47 SwRegionRects::SwRegionRects( const SwRect &rStartRect, sal_uInt16 nInit, in SwRegionRects() argument
50 aOrigin( rStartRect ) in SwRegionRects()
/aoo42x/main/sw/inc/
H A Dswregion.hxx39 SwRegionRects( const SwRect& rStartRect, sal_uInt16 nInit = 20,

Completed in 24 milliseconds