Home
last modified time | relevance | path

Searched refs:rRect1 (Results 1 – 11 of 11) sorted by relevance

/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx294 bool equalRectangles( const css::awt::Rectangle& rRect1, 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/svx/source/svdraw/
H A Dsvdocirc.cxx213 …CircObj::ImpCalcXPolyCirc(const SdrObjKind eCicrleKind, const Rectangle& rRect1, long nStart, long… in ImpCalcXPolyCirc() argument
215 const basegfx::B2DRange aRange(rRect1.Left(), rRect1.Top(), rRect1.Right(), rRect1.Bottom()); in ImpCalcXPolyCirc()
H A Dsvdorect.cxx141 XPolygon SdrRectObj::ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const in ImpCalcXPoly() argument
143 XPolygon aXPoly(rRect1,nRad1,nRad1); in ImpCalcXPoly()
155 aNeuPoly[0]=rRect1.BottomCenter(); in ImpCalcXPoly()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4235 Rectangle& rRect1, Rectangle& rRect2, in ImplGetEmphasisMark() argument
4290 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()
4307 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()
4333 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()
4352 rRect1 = Rectangle( Point(), Size( nDotSize, nDotSize ) ); in ImplGetEmphasisMark()
4357 rRect1 = Rectangle( Point(), Size( 1, 1 ) ); in ImplGetEmphasisMark()
4391 const Rectangle& rRect1, const Rectangle& rRect2 ) in ImplDrawEmphasisMark() argument
4419 if ( !rRect1.IsEmpty() ) in ImplDrawEmphasisMark()
4421 Rectangle aRect( Point( nX+rRect1.Left(), in ImplDrawEmphasisMark()
4422 nY+rRect1.Top() ), rRect1.GetSize() ); in ImplDrawEmphasisMark()
H A Dpdfwriter_impl.hxx1015 …g nY, const PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const Rectangle& rRect1, const Rectangle& …
H A Dpdfwriter_impl.cxx7706 const Rectangle& rRect1, const Rectangle& rRect2 ) in drawEmphasisMark() argument
7727 if ( !rRect1.IsEmpty() ) in drawEmphasisMark()
7729 Rectangle aRect( Point( nX+rRect1.Left(), in drawEmphasisMark()
7730 nY+rRect1.Top() ), rRect1.GetSize() ); in drawEmphasisMark()
/trunk/main/svx/inc/svx/
H A Dsvdorect.hxx65 XPolygon ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const;
H A Dsvdocirc.hxx75 …fx::B2DPolygon ImpCalcXPolyCirc(const SdrObjKind eKind, const Rectangle& rRect1, long nStart, long…
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx441 …GetEmphasisMark( PolyPolygon& rPolyPoly, sal_Bool& rPolyLine, Rectangle& rRect1, Rectangle& rRect2…
442 …g nY, const PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const Rectangle& rRect1, const Rectangle& …
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx408 const Rectangle& rRect1,

Completed in 160 milliseconds