Home
last modified time | relevance | path

Searched refs:IntegerRectangle2D (Results 1 – 25 of 48) sorted by relevance

12

/trunk/main/oox/inc/oox/drawingml/
H A Dfillproperties.hxx51 OptValue< ::com::sun::star::geometry::IntegerRectangle2D > moFillToRect;
52 OptValue< ::com::sun::star::geometry::IntegerRectangle2D > moTileRect;
82 OptValue< ::com::sun::star::geometry::IntegerRectangle2D >
84 OptValue< ::com::sun::star::geometry::IntegerRectangle2D >
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx43 struct IntegerRectangle2D;
161 …BASEGFX_DLLPUBLIC ::com::sun::star::geometry::IntegerRectangle2D integerRectangle2DFromB2IRectangl…
165 …Range b2IRectangleFromIntegerRectangle2D( const ::com::sun::star::geometry::IntegerRectangle2D& );
186 …al( const ::com::sun::star::geometry::IntegerRectangle2D& rA, const ::com::sun::star::geometry::In…
/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx50 using ::com::sun::star::geometry::IntegerRectangle2D;
233IntegerRectangle2D aFillToRect = maGradientProps.moFillToRect.get( IntegerRectangle2D( 0, 0, MAX_P… in pushToPropMap()
373 geometry::IntegerRectangle2D oClipRect( maBlipProps.moClipRect.get() ); in pushToPropMap()
H A Ddrawingmltypes.cxx259 IntegerRectangle2D GetRelativeRect( const Reference< XFastAttributeList >& xAttribs ) in GetRelativeRect()
261 IntegerRectangle2D r; in GetRelativeRect()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx524 …geometry::IntegerRectangle2D integerRectangle2DFromB2IRectangle( const ::basegfx::B2IRange& rRecta… in integerRectangle2DFromB2IRectangle()
526 return geometry::IntegerRectangle2D( rRectangle.getMinX(), rRectangle.getMinY(), in integerRectangle2DFromB2IRectangle()
542 …::basegfx::B2IRange b2IRectangleFromIntegerRectangle2D( const geometry::IntegerRectangle2D& rRecta… in b2IRectangleFromIntegerRectangle2D()
649 …al( const ::com::sun::star::geometry::IntegerRectangle2D& rA, const ::com::sun::star::geometry::In… in IntegerRectangle2DAreEqual()
/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx62 struct IntegerRectangle2D;
223 …::com::sun::star::geometry::IntegerRectangle2D VCL_DLLPUBLIC integerRectangle2DFromRectangle( con…
227 …DLLPUBLIC rectangleFromIntegerRectangle2D( const ::com::sun::star::geometry::IntegerRectangle2D& );
/trunk/main/canvas/source/directx/
H A Ddx_ibitmap.hxx46 const ::com::sun::star::geometry::IntegerRectangle2D& rect ) = 0;
51 const ::com::sun::star::geometry::IntegerRectangle2D& rect ) = 0;
H A Ddx_bitmap.hxx56 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
61 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
H A Ddx_surfacebitmap.hxx73 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
78 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
H A Ddx_bitmapcanvashelper.hxx106 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
110 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
H A Ddx_impltools.hxx50 struct IntegerRectangle2D;
86 …::Rect gdiPlusRectFromIntegerRectangle2D( const ::com::sun::star::geometry::IntegerRectangle2D& );
H A Ddx_bitmapcanvashelper.cxx166 … const geometry::IntegerRectangle2D& rect ) in getData()
182 const geometry::IntegerRectangle2D& rect ) in setData()
H A Ddx_bitmap.cxx113 const geometry::IntegerRectangle2D& rect ) in getData()
148 const geometry::IntegerRectangle2D& rect ) in setData()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx189 …uno::Sequence<sal_Int8> aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,1,1)); in checkCanvasBitmap()
214 aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,200,1)); in checkCanvasBitmap()
340 …uno::Sequence<sal_Int8> aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,1,1)); in checkBitmapImport()
365 aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,200,1)); in checkBitmapImport()
480 … const geometry::IntegerRectangle2D& rect ) throw (lang::IndexOutOfBoundsException, in getData()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.hxx97 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
101 const ::com::sun::star::geometry::IntegerRectangle2D& rect );
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx222 geometry::IntegerRectangle2D aRect; in readBmp()
590 geometry::IntegerRectangle2D integerRectangle2DFromRectangle( const Rectangle& rRectangle ) in integerRectangle2DFromRectangle()
592 return geometry::IntegerRectangle2D( rRectangle.Left(), rRectangle.Top(), in integerRectangle2DFromRectangle()
608 Rectangle rectangleFromIntegerRectangle2D( const geometry::IntegerRectangle2D& rRectangle ) in rectangleFromIntegerRectangle2D()
/trunk/main/canvas/inc/canvas/base/
H A Ddoublebitmapbase.hxx77 …const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::Index… in getData()
92 …const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::Ill… in setData()
H A Dfloatbitmapbase.hxx77 …const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::Index… in getData()
93 …const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::Ill… in setData()
H A Dintegerbitmapbase.hxx77 …const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::IndexO… in getData()
92 …const ::com::sun::star::geometry::IntegerRectangle2D& rect ) throw (::com::sun::star::lang::Ille… in setData()
/trunk/main/offapi/com/sun/star/geometry/
H A DIntegerRectangle2D.idl37 IntegerRectangle2D with X1 equal X2 or Y1 equal Y2 can be
46 struct IntegerRectangle2D
/trunk/main/offapi/com/sun/star/rendering/
H A DXHalfFloatBitmap.idl39 #include <com/sun/star/geometry/IntegerRectangle2D.idl>
69 … FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
H A DXHalfFloatReadOnlyBitmap.idl39 #include <com/sun/star/geometry/IntegerRectangle2D.idl>
84 sequence<short> getData( [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
H A DXIeeeDoubleReadOnlyBitmap.idl39 #include <com/sun/star/geometry/IntegerRectangle2D.idl>
95 … FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
H A DXIeeeFloatReadOnlyBitmap.idl39 #include <com/sun/star/geometry/IntegerRectangle2D.idl>
94 … FloatingPointBitmapLayout bitmapLayout, [in] ::com::sun::star::geometry::IntegerRectangle2D rect )
/trunk/main/canvas/source/null/
H A Dnull_canvashelper.cxx288 const geometry::IntegerRectangle2D& /*rect*/ ) in getData() argument
296 const geometry::IntegerRectangle2D& /*rect*/ ) in setData() argument

Completed in 99 milliseconds

12