Searched refs:aRects (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/svtools/source/hatchwindow/ |
| H A D | ipwin.cxx | 51 void SvResizeHelper::FillHandleRectsPixel( Rectangle aRects[ 8 ] ) const in FillHandleRectsPixel() 57 aRects[ 0 ] = Rectangle( aOuter.TopLeft(), aBorder ); in FillHandleRectsPixel() 59 aRects[ 1 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel() 63 aRects[ 2 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 67 aRects[ 3 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 71 aRects[ 4 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 75 aRects[ 5 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel() 79 aRects[ 6 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel() 83 aRects[ 7 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel() 93 void SvResizeHelper::FillMoveRectsPixel( Rectangle aRects[ 4 ] ) const in FillMoveRectsPixel() [all …]
|
| H A D | ipwin.hxx | 62 void FillHandleRectsPixel( Rectangle aRects[ 8 ] ) const; 63 void FillMoveRectsPixel( Rectangle aRects[ 4 ] ) const;
|
| /AOO42X/main/toolkit/source/awt/ |
| H A D | vclxregion.cxx | 157 ::com::sun::star::uno::Sequence< ::com::sun::star::awt::Rectangle > aRects(aRectangles.size()); in getRectangles() 162 aRects.getArray()[a++] = AWTRectangle(*aRectIter); in getRectangles() 172 return aRects; in getRectangles()
|
| /AOO42X/main/svtools/source/contnr/ |
| H A D | svtabbx.cxx | 1292 MetricVector aRects; in GetFieldIndexAtPoint() local 1293 if ( GetGlyphBoundRects(Point(0,0),sText,0,STRING_LEN,0,aRects) ) in GetFieldIndexAtPoint() 1295 for (MetricVector::iterator aIter = aRects.begin(); aIter != aRects.end(); ++aIter) in GetFieldIndexAtPoint() 1298 return aIter - aRects.begin(); in GetFieldIndexAtPoint()
|
| /AOO42X/main/toolkit/source/helper/ |
| H A D | vclunohelper.cxx | 145 …::com::sun::star::uno::Sequence< ::com::sun::star::awt::Rectangle > aRects = rxRegion->getRectangl… in GetRegion() 146 sal_Int32 nRects = aRects.getLength(); in GetRegion() 148 aRegion.Union( VCLRectangle( aRects.getArray()[n] ) ); in GetRegion()
|
| /AOO42X/main/vcl/aqua/source/gdi/ |
| H A D | salgdi.cxx | 1354 static const CGRect aRects[2] = { { {0,0}, { 2, 2 } }, { { 2, 2 }, { 2, 2 } } }; in DrawPattern50() local 1355 CGContextAddRects( rContext, aRects, 2 ); in DrawPattern50()
|