Searched refs:rRect1 (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/framework/source/layoutmanager/ |
H A D | helpers.cxx | 294 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 D | helpers.hxx | 68 bool equalRectangles( const css::awt::Rectangle& rRect1, const css::awt::Rectangle& rRect2 );
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdocirc.cxx | 213 …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 D | svdorect.cxx | 141 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()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdorect.hxx | 65 XPolygon ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const;
|
H A D | svdocirc.hxx | 75 …fx::B2DPolygon ImpCalcXPolyCirc(const SdrObjKind eKind, const Rectangle& rRect1, long nStart, long…
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 4235 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 D | pdfwriter_impl.hxx | 1015 …g nY, const PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const Rectangle& rRect1, const Rectangle& …
|
H A D | pdfwriter_impl.cxx | 7706 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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 441 …GetEmphasisMark( PolyPolygon& rPolyPoly, sal_Bool& rPolyLine, Rectangle& rRect1, Rectangle& rRect2… 442 …g nY, const PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const Rectangle& rRect1, const Rectangle& …
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl.hxx | 408 const Rectangle& rRect1,
|
Completed in 126 milliseconds