Home
last modified time | relevance | path

Searched refs:rRect (Results 1 – 25 of 700) sorted by path

12345678910>>...28

/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx292 void MediaWindowImpl::setPosSize( const Rectangle& rRect ) in setPosSize() argument
294 SetPosSizePixel( rRect.TopLeft(), rRect.GetSize() ); in setPosSize()
H A Dmediawindow_impl.hxx101 void setPosSize( const Rectangle& rRect );
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1631 …dulWindowLayout::IsToBeDocked( DockingWindow* pDockingWindow, const Point& rPos, Rectangle& rRect ) in IsToBeDocked() argument
1647 rRect.SetSize( Size( nHSplitPos, aSz.Height() - nVSplitPos ) ); in IsToBeDocked()
1648 rRect.SetPos( OutputToScreenPixel( Point( 0, nVSplitPos ) ) ); in IsToBeDocked()
1656 rRect.SetSize( Size( aSz.Width() - nHSplitPos, aSz.Height() - nVSplitPos ) ); in IsToBeDocked()
1657 rRect.SetPos( OutputToScreenPixel( Point( nHSplitPos, nVSplitPos ) ) ); in IsToBeDocked()
H A Dbaside2.hxx268 virtual void Paint( const Rectangle& rRect );
297 virtual void Paint( const Rectangle& rRect );
482 virtual void Paint( const Rectangle& rRect );
489 sal_Bool IsToBeDocked( DockingWindow* pDockingWin, const Point& rPos, Rectangle& rRect );
H A Dbaside2b.cxx487 void __EXPORT EditorWindow::Paint( const Rectangle& rRect ) in Paint() argument
492 pEditView->Paint( rRect ); in Paint()
H A Dbaside3.cxx149 void DialogWindow::Paint( const Rectangle& rRect ) in Paint() argument
151 pEditor->Paint( rRect ); in Paint()
H A Dbastypes.cxx402 sal_Bool __EXPORT BasicDockingWindow::Docking( const Point& rPos, Rectangle& rRect ) in Docking() argument
405 Rectangle aTmpRec( rRect ); in Docking()
409 rRect.SetSize( aTmpRec.GetSize() ); in Docking()
414 rRect.SetSize( aFloatingPosAndSize.GetSize() ); in Docking()
421 void __EXPORT BasicDockingWindow::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking() argument
424 DockingWindow::EndDocking( rRect, bFloatMode ); in EndDocking()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx537 void DlgEditor::Paint( const Rectangle& rRect ) in Paint() argument
539 aPaintRect = rRect; in Paint()
H A Ddlgedview.cxx76 void DlgEdView::MakeVisible( const Rectangle& rRect, Window& rWin ) in MakeVisible() argument
86 if ( !aVisRect.IsInside( rRect ) ) in MakeVisible()
99 while ( rRect.Right() > nVisRight + nScrollX ) in MakeVisible()
102 while ( rRect.Left() < nVisLeft + nScrollX ) in MakeVisible()
105 while ( rRect.Bottom() > nVisBottom + nScrollY ) in MakeVisible()
108 while ( rRect.Top() < nVisTop + nScrollY ) in MakeVisible()
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx97 virtual sal_Bool Docking( const Point& rPos, Rectangle& rRect );
98 virtual void EndDocking( const Rectangle& rRect, sal_Bool bFloatMode );
H A Ddlged.hxx178 void Paint( const Rectangle& rRect );
H A Ddlgedview.hxx48 virtual void MakeVisible( const Rectangle& rRect, Window& rWin );
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx983 virtual void Paint( const Rectangle& rRect );
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx255 … BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromRect( const B2DRectangle& rRect, double fRadius );
267 …BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromRect( const B2DRectangle& rRect, double fRadiusX, do…
271 BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromRect( const B2DRectangle& rRect );
435 …LPUBLIC bool isPolyPolygonEqualRectangle( const B2DPolyPolygon& rPolyPoly, const B2DRange& rRect );
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1735 aRetval.append( B2DPoint( rRect.getMinX(), rRect.getMaxY() ) ); in createPolygonFromRect()
1736 aRetval.append( B2DPoint( rRect.getMinX(), rRect.getMinY() ) ); in createPolygonFromRect()
1737 aRetval.append( B2DPoint( rRect.getMaxX(), rRect.getMinY() ) ); in createPolygonFromRect()
1738 aRetval.append( B2DPoint( rRect.getMaxX(), rRect.getMaxY() ) ); in createPolygonFromRect()
1779 const B2DPoint aTopRight(rRect.getMaxX(), rRect.getMinY()); in createPolygonFromRect()
1788 const B2DPoint aTopLeft(rRect.getMinX(), rRect.getMinY()); in createPolygonFromRect()
1797 const B2DPoint aBottomLeft(rRect.getMinX(), rRect.getMaxY()); in createPolygonFromRect()
3147 B2DPoint(rRect.getMinX(),rRect.getMinY()), in isPolyPolygonEqualRectangle()
3148 B2DPoint(rRect.getMaxX(),rRect.getMinY()), in isPolyPolygonEqualRectangle()
3149 B2DPoint(rRect.getMaxX(),rRect.getMaxY()), in isPolyPolygonEqualRectangle()
[all …]
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx105 ActiveEdge( const B2DRectangle& rRect, in ActiveEdge() argument
111 mpAssociatedRect( &rRect ), in ActiveEdge()
211 const B2DRectangle& rRect, in SweepLineEvent() argument
215 mpAssociatedRect( &rRect ), in SweepLineEvent()
673 rRect, in createActiveEdgesFromStartEvent()
674 rRect.getMinY(), in createActiveEdgesFromStartEvent()
681 rRect, in createActiveEdgesFromStartEvent()
682 rRect.getMaxY(), in createActiveEdgesFromStartEvent()
698 const double nMinY( rRect.getMinY() ); in createActiveEdgesFromStartEvent()
699 const double nMaxY( rRect.getMaxY() ); in createActiveEdgesFromStartEvent()
[all …]
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx479 rRect.getMaxZ()); in rectangle3DFromB3DRectangle()
496 return ::basegfx::B2DRange( rRect.X1, in b2DRectangleFromRealRectangle2D()
497 rRect.Y1, in b2DRectangleFromRealRectangle2D()
498 rRect.X2, in b2DRectangleFromRealRectangle2D()
504 return ::basegfx::B3DRange( rRect.X1, in b3DRectangleFromRealRectangle3D()
505 rRect.Y1, in b3DRectangleFromRealRectangle3D()
509 rRect.Z2); in b3DRectangleFromRealRectangle3D()
589 return ::basegfx::B2IRange( rRect.X, in b2IRectangleFromAwtRectangle()
590 rRect.Y, in b2IRectangleFromAwtRectangle()
591 rRect.X + rRect.Width, in b2IRectangleFromAwtRectangle()
[all …]
/trunk/main/basegfx/test/
H A Dtesttools.cxx174 plot( B2DPoint(rRect.getMinX(), in plot()
175 rRect.getMinY()), in plot()
176 B2DPoint(rRect.getMaxX(), in plot()
178 plot( B2DPoint(rRect.getMaxX(), in plot()
179 rRect.getMinY()), in plot()
180 B2DPoint(rRect.getMaxX(), in plot()
182 plot( B2DPoint(rRect.getMaxX(), in plot()
183 rRect.getMaxY()), in plot()
184 B2DPoint(rRect.getMinX(), in plot()
186 plot( B2DPoint(rRect.getMinX(), in plot()
[all …]
H A Dtesttools.hxx74 void plot( const B2DRange& rRect );
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx490 const ::com::sun::star::awt::Rectangle& rRect,
H A Dverifyinput.hxx233 … CANVASTOOLS_DLLPUBLIC void verifyInput( const ::com::sun::star::geometry::RealRectangle2D& rRect,
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx322 rRect.X2 - rRect.X1, in gdiPlusRectFromIntegerRectangle2D()
323 rRect.Y2 - rRect.Y1 ); in gdiPlusRectFromIntegerRectangle2D()
330 static_cast<Gdiplus::REAL>(rRect.X2 - rRect.X1), in gdiPlusRectFFromRectangle2D()
331 static_cast<Gdiplus::REAL>(rRect.Y2 - rRect.Y1) ); in gdiPlusRectFFromRectangle2D()
336 RECT aRect = {rRect.getMinX(), in gdiRectFromB2IRect()
351 return geometry::RealRectangle2D( rRect.X, rRect.Y, in realRectangle2DFromGdiPlusRectF()
352 rRect.X + rRect.Width, in realRectangle2DFromGdiPlusRectF()
353 rRect.Y + rRect.Height ); in realRectangle2DFromGdiPlusRectF()
363 return ::basegfx::B2DRange( rRect.X, rRect.Y, in b2dRangeFromGdiPlusRectF()
364 rRect.X + rRect.Width, in b2dRangeFromGdiPlusRectF()
[all …]
H A Ddx_spritedevicehelper.cxx65 const awt::Rectangle& rRect, in init() argument
69 const sal_Int32 w( ::std::max(sal_Int32(1),sal_Int32(rRect.Width))); in init()
70 const sal_Int32 h( ::std::max(sal_Int32(1),sal_Int32(rRect.Height))); in init()
H A Ddx_spritedevicehelper.hxx52 const ::com::sun::star::awt::Rectangle& rRect,
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx69 … geometry::RealRectangle2D const& rRect ) in rect2Poly() argument
73 pOutput[0] = geometry::RealPoint2D( rRect.X1, rRect.Y1 ); in rect2Poly()
74 pOutput[1] = geometry::RealPoint2D( rRect.X2, rRect.Y1 ); in rect2Poly()
75 pOutput[2] = geometry::RealPoint2D( rRect.X2, rRect.Y2 ); in rect2Poly()
76 pOutput[3] = geometry::RealPoint2D( rRect.X1, rRect.Y2 ); in rect2Poly()

Completed in 179 milliseconds

12345678910>>...28