| /aoo41x/main/vcl/source/gdi/ | 
| H A D | bmpacc3.cxx | 270 void BitmapWriteAccess::FillRect( const Rectangle& rRect )  in FillRect()296 void BitmapWriteAccess::DrawRect( const Rectangle& rRect )  in DrawRect()
 
 | 
| /aoo41x/main/sw/source/core/inc/ | 
| H A D | drawdev.hxx | 126 inline void SwDrawDev::DrawRect( const SwRect& rRect,  in DrawRect()
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | framelink.hxx | 244 inline double GetHorDiagAngle( const Rectangle& rRect )  in GetHorDiagAngle()281 inline double GetVerDiagAngle( const Rectangle& rRect )  in GetVerDiagAngle()
 
 | 
| H A D | svdmrkv.hxx | 368 …sal_Bool MarkPoints(const Rectangle& rRect, sal_Bool bUnmark=sal_False) { return MarkPoints(&rRect…  in MarkPoints()443     sal_Bool MarkGluePoints(const Rectangle& rRect) { return MarkGluePoints(&rRect,sal_False); }  in MarkGluePoints()
 444     sal_Bool UnmarkGluePoints(const Rectangle& rRect) { return MarkGluePoints(&rRect,sal_True); }  in UnmarkGluePoints()
 
 | 
| /aoo41x/main/svx/source/gallery2/ | 
| H A D | galctrl.cxx | 167 void GalleryPreview::Paint( const Rectangle& rRect )  in Paint()381         const Rectangle& rRect = rUDEvt.GetRect();  in UserDraw()  local
 708 void GalleryListView::PaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId …  in PaintField()  argument
 
 | 
| /aoo41x/main/sc/source/ui/cctrl/ | 
| H A D | cbuttonw.cxx | 127 void ScDDComboBoxButton::ImpDrawArrow( const Rectangle& rRect,  in ImpDrawArrow()
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | window2.cxx | 349 void Window::ShowFocus( const Rectangle& rRect )  in ShowFocus()434 void Window::Invert( const Rectangle& rRect, sal_uInt16 nFlags )  in Invert()
 508 void Window::ShowTracking( const Rectangle& rRect, sal_uInt16 nFlags )  in ShowTracking()
 553 void Window::InvertTracking( const Rectangle& rRect, sal_uInt16 nFlags )  in InvertTracking()
 1574 void Window::ImplOutputToFrame( Rectangle& rRect )  in ImplOutputToFrame()
 1582 void Window::ImplFrameToOutput( Rectangle& rRect )  in ImplFrameToOutput()
 
 | 
| /aoo41x/main/svtools/source/misc/ | 
| H A D | helpagentwindow.cxx | 116 	void HelpAgentWindow::Paint( const Rectangle& rRect )  in Paint()
 | 
| /aoo41x/main/sw/source/core/view/ | 
| H A D | viewsh.cxx | 502 sal_Bool ViewShell::AddPaintRect( const SwRect & rRect )  in AddPaintRect()529 void ViewShell::InvalidateWindows( const SwRect &rRect )  in InvalidateWindows()
 558 void ViewShell::MakeVisible( const SwRect &rRect )  in MakeVisible()
 1111 void ViewShell::VisPortChgd( const SwRect &rRect)  in VisPortChgd()
 1622 void ViewShell::PaintDesktop( const SwRect &rRect )  in PaintDesktop()
 1766 sal_Bool ViewShell::CheckInvalidForPaint( const SwRect &rRect )  in CheckInvalidForPaint()
 1879 void ViewShell::Paint(const Rectangle &rRect)  in Paint()
 
 | 
| /aoo41x/main/starmath/inc/ | 
| H A D | rect.hxx | 226 inline void SmRect::CopyMBL(const SmRect &rRect)  in CopyMBL()242 inline SmRect & SmRect::operator = (const SmRect &rRect)  in operator =()
 
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdomedia.cxx | 49 SdrMediaObj::SdrMediaObj( const Rectangle& rRect ) :  in SdrMediaObj()
 | 
| H A D | svdogrp.cxx | 417 void SdrObjGroup::NbcSetSnapRect(const Rectangle& rRect)  in NbcSetSnapRect()437 void SdrObjGroup::NbcSetLogicRect(const Rectangle& rRect)  in NbcSetLogicRect()
 551 void SdrObjGroup::SetSnapRect(const Rectangle& rRect)  in SetSnapRect()
 576 void SdrObjGroup::SetLogicRect(const Rectangle& rRect)  in SetLogicRect()
 
 | 
| H A D | svdotxtr.cxx | 61 void SdrTextObj::NbcSetSnapRect(const Rectangle& rRect)  in NbcSetSnapRect()104 void SdrTextObj::NbcSetLogicRect(const Rectangle& rRect)  in NbcSetLogicRect()
 
 | 
| /aoo41x/main/sdext/source/pdfimport/tree/ | 
| H A D | pdfiprocessor.cxx | 443                                    const geometry::RealRectangle2D& rRect,  in drawGlyphLine()488     geometry::RealRectangle2D   rRect = rGlyph.getRect();  in getTransformGlyphContext()  local
 513                                     geometry::RealRectangle2D& rRect,  in drawCharGlyphs()
 552                                 const geometry::RealRectangle2D& rRect,  in drawGlyphs()
 
 | 
| /aoo41x/main/basctl/source/dlged/ | 
| H A D | dlgedview.cxx | 76 void DlgEdView::MakeVisible( const Rectangle& rRect, Window& rWin )  in MakeVisible()
 | 
| /aoo41x/main/soldep/source/ | 
| H A D | connctr.cxx | 111 void Connector::Paint( const Rectangle& rRect )  in Paint()
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | flyincnt.cxx | 238 void SwFlyInCntFrm::NotifyBackground( SwPageFrm *, const SwRect& rRect,  in NotifyBackground()
 | 
| /aoo41x/main/sw/source/core/text/ | 
| H A D | porglue.cxx | 173 SwFixPortion::SwFixPortion( const SwRect &rRect )  in SwFixPortion()
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | contwnd.cxx | 312 void ContourWindow::Paint( const Rectangle& rRect )  in Paint()
 | 
| H A D | framelink.cxx | 998 LinePoints lclGetDiagLineEnds( const Rectangle& rRect, bool bTLBR, long nDiagOffs )  in lclGetDiagLineEnds()1036 void lclPushDiagClipRect( OutputDevice& rDev, const Rectangle& rRect, const DiagLineResult& rResult…  in lclPushDiagClipRect()
 1073 void lclPushCrossingClipRegion( OutputDevice& rDev, const Rectangle& rRect, bool bTLBR, const Style…  in lclPushCrossingClipRegion()
 1108         OutputDevice& rDev, const Rectangle& rRect, bool bTLBR,  in lclDrawDiagLine()
 1137         OutputDevice& rDev, const Rectangle& rRect, bool bTLBR,  in lclDrawDiagFrameBorder()
 1172         OutputDevice& rDev, const Rectangle& rRect,  in lclDrawDiagFrameBorders()
 1511         OutputDevice& rDev, const Rectangle& rRect, const Style& rTLBR, const Style& rBLTR,  in DrawDiagFrameBorders()
 
 | 
| /aoo41x/main/canvas/source/directx/ | 
| H A D | dx_spritedevicehelper.cxx | 65                                    const awt::Rectangle& rRect,  in init()
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | commonlingui.cxx | 184 void SvxCommonLinguisticControl::Paint( const Rectangle& rRect )  in Paint()
 | 
| /aoo41x/main/sc/source/filter/excel/ | 
| H A D | xeescher.cxx | 111 void XclExpDffAnchorBase::WriteData( EscherEx& rEscherEx, const Rectangle& rRect )  in WriteData()143 void XclExpDffSheetAnchor::ImplCalcAnchorRect( const Rectangle& rRect, MapUnit eMapUnit )  in ImplCalcAnchorRect()
 164 void XclExpDffEmbeddedAnchor::ImplCalcAnchorRect( const Rectangle& rRect, MapUnit eMapUnit )  in ImplCalcAnchorRect()
 171 XclExpDffNoteAnchor::XclExpDffNoteAnchor( const XclExpRoot& rRoot, const Rectangle& rRect ) :  in XclExpDffNoteAnchor()
 
 | 
| /aoo41x/main/svtools/source/filter/wmf/ | 
| H A D | wmfwr.cxx | 356 void WMFWriter::WriteRectangle(const Rectangle & rRect)  in WriteRectangle()395 void WMFWriter::WMFRecord_Arc(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt)  in WMFRecord_Arc()
 403 void WMFWriter::WMFRecord_Chord(const Rectangle & rRect, const Point & rStartPt, const Point & rEnd…  in WMFRecord_Chord()
 531 void WMFWriter::WMFRecord_Ellipse(const Rectangle & rRect)  in WMFRecord_Ellipse()
 734 void WMFWriter::WMFRecord_Pie(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt)  in WMFRecord_Pie()
 802 void WMFWriter::WMFRecord_Rectangle(const Rectangle & rRect)  in WMFRecord_Rectangle()
 816 void WMFWriter::WMFRecord_RoundRect(const Rectangle & rRect, long nHorzRound, long nVertRound)  in WMFRecord_RoundRect()
 1000 void WMFWriter::WMFRecord_IntersectClipRect( const Rectangle& rRect )  in WMFRecord_IntersectClipRect()
 
 | 
| /aoo41x/main/vcl/workben/ | 
| H A D | svpclient.cxx | 332 void MyWin::Paint( const Rectangle& rRect )  in Paint()
 |