Home
last modified time | relevance | path

Searched refs:rRect (Results 151 – 175 of 700) sorted by relevance

12345678910>>...28

/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx60 inline void MoveRect(Rectangle& rRect, const Size& S) { rRect.Move(S.Width(),S.Height()); } in MoveRect() argument
67 SVX_DLLPUBLIC void ResizeRect(Rectangle& rRect, const Point& rRef, const Fraction& xFact, const Fra…
82 void MirrorRect(Rectangle& rRect, const Point& rRef1, const Point& rRef2, FASTBOOL bNoJustify); // …
233 Polygon Rect2Poly(const Rectangle& rRect, const GeoStat& rGeo);
234 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo);
H A Dsvdovirt.hxx122 virtual void SetSnapRect(const Rectangle& rRect);
123 virtual void NbcSetSnapRect(const Rectangle& rRect);
126 virtual void SetLogicRect(const Rectangle& rRect);
127 virtual void NbcSetLogicRect(const Rectangle& rRect);
H A Dsvddrgv.hxx114 virtual void TakeActionRect(Rectangle& rRect) const;
298 void SetWorkArea(const Rectangle& rRect) { aMaxWorkArea=rRect; } in SetWorkArea() argument
313 virtual sal_Bool TakeDragLimit(SdrDragMode eMode, Rectangle& rRect) const;
H A Dsvdoashp.hxx190 virtual void SetSnapRect(const Rectangle& rRect);
191 virtual void SetLogicRect(const Rectangle& rRect);
198 virtual void NbcSetSnapRect(const Rectangle& rRect);
199 virtual void NbcSetLogicRect(const Rectangle& rRect);
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx234 if( rRect.IsOver(PaintArea()) ) in FillSelection()
239 pFrm->FillSelection( rList, rRect ); in FillSelection()
249 if( rRect.IsOver(PaintArea()) ) in FillSelection()
251 bRet = SwLayoutFrm::FillSelection( rList, rRect ); in FillSelection()
261 if( pFly->FillSelection( rList, rRect ) ) in FillSelection()
272 const long nBottom = rRect.Bottom(); in FillSelection()
277 if( pPage->Frm().Bottom() > rRect.Top() ) in FillSelection()
278 pPage->FillSelection( aSelList, rRect ); in FillSelection()
2000 if( rRect.Width() > 1 && rRect.Height() > 1 && in Sub()
2001 rRect.IsOver( rRegion.GetOrigin() )) in Sub()
[all …]
H A Dvirtoutp.hxx57 void Enter( ViewShell *pShell, SwRect &rRect, sal_Bool bOn );
60 void SetOrgRect( SwRect &rRect ) { aOrgRect = rRect; } in SetOrgRect() argument
/trunk/main/slideshow/test/
H A Dtestshape.cxx54 ImplTestShape( const basegfx::B2DRange& rRect, in ImplTestShape() argument
58 maRect( rRect ), in ImplTestShape()
209 TestShapeSharedPtr createTestShape(const basegfx::B2DRange& rRect, in createTestShape() argument
214 new ImplTestShape(rRect,nPrio)) ); in createTestShape()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx121 const ::com::sun::star::geometry::RealRectangle2D& rRect,
125 ::com::sun::star::geometry::RealRectangle2D& rRect,
172 const ::com::sun::star::geometry::RealRectangle2D& rRect,
264 … void setRect (const ::com::sun::star::geometry::RealRectangle2D& rRect ){ m_rRect=rRect; } in setRect() argument
/trunk/main/sw/inc/
H A Dviewsh.hxx233 sal_Bool AddPaintRect( const SwRect &rRect );
235 void InvalidateWindows( const SwRect &rRect );
250 virtual void Paint(const Rectangle &rRect);
374 OutputDevice* pOleOut, const Rectangle& rRect );
580 sal_Int32 GetPageNumAndSetOffsetForPDF( OutputDevice& rOut, const SwRect& rRect ) const;
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx544 virtual void Paint( const Rectangle& rRect );
1051 void ImplDockingWindowWrapper::StartDocking( const Point& rPoint, Rectangle& rRect ) in StartDocking() argument
1053 DockingData data( rPoint, rRect, IsFloatingMode() ); in StartDocking()
1061 sal_Bool ImplDockingWindowWrapper::Docking( const Point& rPoint, Rectangle& rRect ) in Docking() argument
1063 DockingData data( rPoint, rRect, IsFloatingMode() ); in Docking()
1066 rRect = data.maTrackRect; in Docking()
1072 void ImplDockingWindowWrapper::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking() argument
1074 Rectangle aRect( rRect ); in EndDocking()
1653 void ImplDockingWindowWrapper::SetDragArea( const Rectangle& rRect ) in SetDragArea() argument
1655 maDragArea = rRect; in SetDragArea()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxregion.hxx77 …void SAL_CALL unionRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com:…
78 …void SAL_CALL intersectRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::…
79 …void SAL_CALL excludeRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::co…
80 …void SAL_CALL xOrRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::s…
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx434 const Rectangle& rRect = static_cast<const MetaEllipseAction&>(rAct).GetRect(); in ImplCalcActionBounds() local
435 aActionBounds = Polygon( rRect.Center(), in ImplCalcActionBounds()
436 rRect.GetWidth() >> 1, in ImplCalcActionBounds()
437 rRect.GetHeight() >> 1 ).GetBoundRect(); in ImplCalcActionBounds()
1509 void Printer::DrawGradientEx( OutputDevice* pOut, const Rectangle& rRect, const Gradient& rGradient… in DrawGradientEx() argument
1522 pOut->DrawGradient( rRect, aNewGradient ); in DrawGradientEx()
1525 pOut->DrawGradient( rRect, rGradient ); in DrawGradientEx()
1542 pOut->DrawRect( rRect ); in DrawGradientEx()
1547 pOut->DrawGradient( rRect, rGradient ); in DrawGradientEx()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx566 void OCustomShape::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect() argument
568 SdrObjCustomShape::NbcSetLogicRect(rRect); in NbcSetLogicRect()
569 SetPropsFromRect(rRect); in NbcSetLogicRect()
793 void OUnoObject::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect() argument
795 SdrUnoObj::NbcSetLogicRect(rRect); in NbcSetLogicRect()
800 SetPropsFromRect(rRect); in NbcSetLogicRect()
1093 void OOle2Obj::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect() argument
1095 SdrOle2Obj::NbcSetLogicRect(rRect); in NbcSetLogicRect()
1100 SetPropsFromRect(rRect); in NbcSetLogicRect()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx503 void SdrTextObj::ImpJustifyRect(Rectangle& rRect) const in ImpJustifyRect()
505 if (!rRect.IsEmpty()) { in ImpJustifyRect()
506 rRect.Justify(); in ImpJustifyRect()
507 if (rRect.Left()==rRect.Right()) rRect.Right()++; in ImpJustifyRect()
508 if (rRect.Top()==rRect.Bottom()) rRect.Bottom()++; in ImpJustifyRect()
795 void SdrTextObj::TakeUnrotatedSnapRect(Rectangle& rRect) const in TakeUnrotatedSnapRect()
797 rRect=aRect; in TakeUnrotatedSnapRect()
H A Dsvdmark.cxx826 sal_Bool SdrMarkList::TakeBoundRect(SdrPageView* pPV, Rectangle& rRect) const in TakeBoundRect()
843 rRect.Union(aR); in TakeBoundRect()
847 rRect = aR; in TakeBoundRect()
857 sal_Bool SdrMarkList::TakeSnapRect(SdrPageView* pPV, Rectangle& rRect) const in TakeSnapRect()
873 rRect.Union(aR); in TakeSnapRect()
877 rRect = aR; in TakeSnapRect()
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx73 virtual void Paint( const Rectangle& rRect );
129 void RepaintCoreRect( const SwRect& rRect );
257 inline void RepaintCoreRect( const SwRect& rRect ) in RepaintCoreRect() argument
258 { pViewWin->RepaintCoreRect( rRect ); } in RepaintCoreRect()
/trunk/main/vcl/inc/vcl/
H A Dfixed.hxx65 virtual void Paint( const Rectangle& rRect );
101 virtual void Paint( const Rectangle& rRect );
136 virtual void Paint( const Rectangle& rRect );
177 virtual void Paint( const Rectangle& rRect );
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx509 void SwEditWin::Paint(const Rectangle& rRect) in Paint() argument
529 if( rRect.IsInside( aRect ) ) in Paint()
532 else if( rRect.IsOver( aRect )) in Paint()
552 Invalidate( rRect ); in Paint()
554 pWrtShell->Paint( rRect ); in Paint()
/trunk/main/sw/source/core/text/
H A Dporglue.cxx173 SwFixPortion::SwFixPortion( const SwRect &rRect ) in SwFixPortion() argument
174 :SwGluePortion( KSHORT(rRect.Width()) ), nFix( KSHORT(rRect.Left()) ) in SwFixPortion()
176 Height( KSHORT(rRect.Height()) ); in SwFixPortion()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx988 void AquaSalFrame::Flush( const Rectangle& rRect ) in Flush() argument
996 NSRect aNSRect = NSMakeRect( rRect.Left(), rRect.Top(), rRect.GetWidth(), rRect.GetHeight()); in Flush()
1445 void AquaSalFrame::GetWorkArea( Rectangle& rRect ) in GetWorkArea() argument
1458 rRect.nLeft = static_cast<long>(aRect.origin.x); in GetWorkArea()
1459 rRect.nTop = static_cast<long>(aRect.origin.y); in GetWorkArea()
1460 rRect.nRight = static_cast<long>(aRect.origin.x + aRect.size.width - 1); in GetWorkArea()
1461 rRect.nBottom = static_cast<long>(aRect.origin.y + aRect.size.height - 1); in GetWorkArea()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1201 bool Os2SalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
1219 rRect = Rectangle( Point( +aGM.gmptGlyphOrigin.x, -aGM.gmptGlyphOrigin.y ), in GetGlyphBoundRect()
1221 rRect.Left() = static_cast<int>( mfFontScale * rRect.Left() ); in GetGlyphBoundRect()
1222 rRect.Right() = static_cast<int>( mfFontScale * rRect.Right() ); in GetGlyphBoundRect()
1223 rRect.Top() = static_cast<int>( mfFontScale * rRect.Top() ); in GetGlyphBoundRect()
1224 rRect.Bottom() = static_cast<int>( mfFontScale * rRect.Bottom() ); in GetGlyphBoundRect()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx347 virtual void Paint( const Rectangle& rRect );
378 void ColorPreviewControl::Paint( const Rectangle& rRect ) in Paint() argument
380 DrawRect( rRect ); in Paint()
398 virtual void Paint( const Rectangle& rRect );
712 void ColorFieldControl::Paint( const Rectangle& rRect ) in Paint() argument
722 DrawBitmap( rRect.TopLeft(), rRect.GetSize(), rRect.TopLeft(), rRect.GetSize(), aOutputBitmap ); in Paint()
804 virtual void Paint( const Rectangle& rRect );
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1196 void Writer::Impl_writeRect( const Rectangle& rRect, long nRadX, long nRadY ) in Impl_writeRect() argument
1198 if( (rRect.nTop == rRect.nBottom) || (rRect.nLeft == rRect.nRight) ) in Impl_writeRect()
1201 Impl_writeLine( rRect.TopLeft(), rRect.BottomRight(), &aColor ); in Impl_writeRect()
1205 Polygon aPoly( rRect, nRadX, nRadY ); in Impl_writeRect()
1498 const Rectangle& rRect = pA->GetRect(); in Impl_writeActions() local
1500 Impl_writeEllipse( rRect.Center(), rRect.GetWidth() >> 1, rRect.GetHeight() >> 1 ); in Impl_writeActions()
/trunk/main/svtools/source/inc/
H A Dgradwrap.hxx67 void WriteLinearGradient(const Rectangle& rRect,
69 void WriteRadialGradient(const Rectangle& rRect,
71 void WriteRectGradient(const Rectangle& rRect,
/trunk/main/svx/source/engine3d/
H A Dviewpt3d2.cxx194 void Viewport3D::SetDeviceWindow(const Rectangle& rRect) in SetDeviceWindow() argument
196 long nNewW = rRect.GetWidth(); in SetDeviceWindow()
197 long nNewH = rRect.GetHeight(); in SetDeviceWindow()
240 aDeviceRect = rRect; in SetDeviceWindow()

Completed in 185 milliseconds

12345678910>>...28