Searched refs:rRect2 (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/framework/source/layoutmanager/ |
H A D | helpers.cxx | 295 const css::awt::Rectangle& rRect2 ) in equalRectangles() argument 297 return (( rRect1.X == rRect2.X ) && in equalRectangles() 298 ( rRect1.Y == rRect2.Y ) && in equalRectangles() 299 ( rRect1.Width == rRect2.Width ) && in equalRectangles() 300 ( rRect1.Height == rRect2.Height )); in equalRectangles()
|
H A D | helpers.hxx | 68 bool equalRectangles( const css::awt::Rectangle& rRect1, const css::awt::Rectangle& rRect2 );
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 441 …lyPolygon& rPolyPoly, sal_Bool& rPolyLine, Rectangle& rRect1, Rectangle& rRect2, long& rYOff, long… 442 …nst PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const Rectangle& rRect1, const Rectangle& rRect2 );
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 4235 Rectangle& rRect1, Rectangle& rRect2, in ImplGetEmphasisMark() argument 4358 rRect2 = Rectangle( Point( 1, 1 ), Size( 1, 1 ) ); in ImplGetEmphasisMark() 4391 const Rectangle& rRect1, const Rectangle& rRect2 ) in ImplDrawEmphasisMark() argument 4426 if ( !rRect2.IsEmpty() ) in ImplDrawEmphasisMark() 4428 Rectangle aRect( Point( nX+rRect2.Left(), in ImplDrawEmphasisMark() 4429 nY+rRect2.Top() ), rRect2.GetSize() ); in ImplDrawEmphasisMark()
|
H A D | pdfwriter_impl.hxx | 1015 …nst PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const Rectangle& rRect1, const Rectangle& rRect2 );
|
H A D | pdfwriter_impl.cxx | 7706 const Rectangle& rRect1, const Rectangle& rRect2 ) in drawEmphasisMark() argument 7734 if ( !rRect2.IsEmpty() ) in drawEmphasisMark() 7736 Rectangle aRect( Point( nX+rRect2.Left(), in drawEmphasisMark() 7737 nY+rRect2.Top() ), rRect2.GetSize() ); in drawEmphasisMark()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl.hxx | 409 const Rectangle& rRect2,
|
Completed in 1829 milliseconds