Home
last modified time | relevance | path

Searched refs:rRect2 (Results 1 – 7 of 7) sorted by relevance

/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx295 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 Dhelpers.hxx68 bool equalRectangles( const css::awt::Rectangle& rRect1, const css::awt::Rectangle& rRect2 );
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx441 …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 );
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4235 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 Dpdfwriter_impl.hxx1015 …nst PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const Rectangle& rRect1, const Rectangle& rRect2 );
H A Dpdfwriter_impl.cxx7706 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()
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx409 const Rectangle& rRect2,

Completed in 634 milliseconds