Home
last modified time | relevance | path

Searched refs:rRect (Results 251 – 275 of 709) sorted by relevance

1...<<11121314151617181920>>...29

/aoo41x/main/vcl/workben/
H A Dsvptest.cxx82 void Paint( const Rectangle& rRect );
234 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
236 WorkWindow::Paint( rRect ); in Paint()
/aoo41x/main/vcl/test/
H A Ddndtest.cxx78 void Paint( const Rectangle& rRect );
277 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
279 WorkWindow::Paint( rRect ); in Paint()
/aoo41x/main/sd/source/ui/inc/
H A DViewShell.hxx197 virtual void Paint (const Rectangle& rRect, ::sd::Window* pWin);
236 void DrawMarkRect(const Rectangle& rRect) const;
306 virtual void VisAreaChanged(const Rectangle& rRect);
/aoo41x/main/sfx2/inc/sfx2/
H A Dviewsh.hxx202 void VisAreaChanged(const Rectangle& rRect);
235 void AdjustVisArea(const Rectangle& rRect);
251 virtual void QueryObjAreaPixel( Rectangle& rRect ) const;
/aoo41x/main/sw/source/core/inc/
H A Dfrmtool.hxx72 void MA_FASTCALL SwAlignRect( SwRect &rRect, ViewShell *pSh );
122 const SwRect& rRect,
134 const SwFrm * MA_FASTCALL FindPage( const SwRect &rRect, const SwFrm *pPage );
/aoo41x/main/reportdesign/inc/
H A DRptObject.hxx158 virtual void NbcSetLogicRect(const Rectangle& rRect);
201 virtual void NbcSetLogicRect(const Rectangle& rRect);
247 virtual void NbcSetLogicRect(const Rectangle& rRect);
/aoo41x/main/sw/inc/
H A Dfesh.hxx320 void SetObjRect( const SwRect& rRect );
407 …Size RequestObjectResize( const SwRect &rRect, const ::com::sun::star::uno::Reference < ::com::sun…
458 int Chainable( SwRect &rRect, const SwFrmFmt &rSource, const Point &rPt ) const;
507 …void CreateDefaultShape( sal_uInt16 /*SdrObjKind ?*/ eSdrObjectKind, const Rectangle& rRect, sal_u…
/aoo41x/main/svtools/workben/
H A Dbrowser.cxx117 virtual void PaintField( OutputDevice& rDev, const Rectangle& rRect,
499 void Browser::PaintField( OutputDevice& rDev, const Rectangle& rRect, in PaintField() argument
502 rDev.SetClipRegion( rRect ); in PaintField()
506 rDev.DrawText( rRect.TopLeft(), aText ); in PaintField()
/aoo41x/main/sfx2/source/doc/
H A Dnew.cxx163 void SfxPreviewWin_Impl::Paint( const Rectangle& rRect ) in Paint() argument
165 ImpPaint( rRect, pMetaFile.get(), this ); in Paint()
183 void SfxPreviewWin::Paint( const Rectangle& rRect ) in Paint() argument
207 SfxPreviewWin_Impl::ImpPaint( rRect, &aMtf, this ); in Paint()
/aoo41x/main/sd/source/filter/html/
H A Dhtmlattr.cxx53 void SdHtmlAttrPreview::Paint( const Rectangle& rRect ) in Paint() argument
62 DrawRect(rRect); in Paint()
/aoo41x/main/sc/source/ui/inc/
H A Dtbzoomsliderctrl.hxx70 void DoPaint( const Rectangle& rRect );
81 virtual void Paint( const Rectangle& rRect );
H A Dpfuncache.hxx85 ScPrintPageLocation( long nP, const ScRange& rRange, const Rectangle& rRect ) : in ScPrintPageLocation()
86 nPage(nP), aCellRange(rRange), aRectangle(rRect) {} in ScPrintPageLocation()
/aoo41x/main/svx/source/svdraw/
H A Dsvdedtv1.cxx81 void SdrEditView::SetMarkedObjRect(const Rectangle& rRect, sal_Bool bCopy) in SetMarkedObjRect() argument
83 DBG_ASSERT(!rRect.IsEmpty(),"SetMarkedObjRect() mit leerem Rect mach keinen Sinn"); in SetMarkedObjRect()
84 if (rRect.IsEmpty()) return; in SetMarkedObjRect()
94 long x1=rRect.Left(); in SetMarkedObjRect()
95 long y1=rRect.Top(); in SetMarkedObjRect()
96 long w1=rRect.Right()-x1; in SetMarkedObjRect()
97 long h1=rRect.Bottom()-y1; in SetMarkedObjRect()
122 aR1=rRect; in SetMarkedObjRect()
H A Dsvdograf.cxx437 SdrGrafObj::SdrGrafObj(const Graphic& rGrf, const Rectangle& rRect) in SdrGrafObj() argument
438 : SdrRectObj ( rRect ), in SdrGrafObj()
1064 void SdrGrafObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect() argument
1066 SdrRectObj::NbcSetSnapRect(rRect); in NbcSetSnapRect()
1071 void SdrGrafObj::NbcSetLogicRect( const Rectangle& rRect) in NbcSetLogicRect() argument
1074 SdrRectObj::NbcSetLogicRect(rRect); in NbcSetLogicRect()
/aoo41x/main/vcl/inc/
H A Dhelpwin.hxx69 void SetHelpArea( const Rectangle& rRect ) { maHelpArea = rRect; } in SetHelpArea() argument
/aoo41x/main/editeng/inc/editeng/
H A Dunoedhlp.hxx169 static Rectangle EEToUserSpace( const Rectangle& rRect, const Size& rEESize, bool bIsVertical );
189 static Rectangle UserSpaceToEE( const Rectangle& rRect, const Size& rEESize, bool bIsVertical );
/aoo41x/main/sw/source/core/text/
H A Dfrmform.cxx183 sal_Bool SwTxtFrm::_GetDropRect( SwRect &rRect ) const in _GetDropRect()
192 rRect.Top( aLine.Y() ); in _GetDropRect()
193 rRect.Left( aLine.GetLineStart() ); in _GetDropRect()
194 rRect.Height( aLine.GetDropHeight() ); in _GetDropRect()
195 rRect.Width( aLine.GetDropLeft() ); in _GetDropRect()
198 SwitchLTRtoRTL( rRect ); in _GetDropRect()
201 SwitchHorizontalToVertical( rRect ); in _GetDropRect()
/aoo41x/main/vcl/source/control/
H A Dctrl.cxx412 void Control::ImplDrawFrame( OutputDevice* pDev, Rectangle& rRect ) in ImplDrawFrame() argument
434 rRect = aDecoView.DrawFrame( rRect, FRAME_DRAW_WINDOWBORDER ); in ImplDrawFrame()
/aoo41x/main/svx/inc/svx/
H A Dsvdedtv.hxx243 void SetMarkedObjRect(const Rectangle& rRect, sal_Bool bCopy=sal_False);
259 …void SetAllMarkedRect(const Rectangle& rRect, sal_Bool bCopy=sal_False) { SetMarkedObjRect(rRect,b… in SetAllMarkedRect() argument
/aoo41x/main/sw/source/core/view/
H A Dviewimp.cxx190 sal_Bool SwViewImp::AddPaintRect( const SwRect &rRect ) in AddPaintRect() argument
192 if ( rRect.IsOver( pSh->VisArea() ) ) in AddPaintRect()
196 (*pRegion) -= rRect; in AddPaintRect()
/aoo41x/main/filter/source/flash/
H A Dswfwriter.hxx203 void addRect( const Rectangle& rRect );
209 static void writeRect( SvStream& rOut, const Rectangle& rRect );
373 void Impl_writeRect( const Rectangle& rRect, long nRadX, long nRadY );
/aoo41x/main/soldep/inc/soldep/
H A Dtbox.hxx60 virtual void Paint( const Rectangle& rRect );
68 virtual void EndDocking( const Rectangle& rRect, sal_Bool bFloatMode );
/aoo41x/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx55 void ArrangeChilds( long nSplitPos ,Rectangle& rRect);
90 virtual void resizeDocumentView(Rectangle& rRect);
/aoo41x/main/sd/source/ui/view/
H A Dzoomlist.cxx85 void ZoomList::InsertZoomRect(const Rectangle& rRect) in InsertZoomRect() argument
103 Rectangle* pRect = new Rectangle(rRect); in InsertZoomRect()
/aoo41x/main/tools/inc/tools/
H A Dsvborder.hxx87 TOOLS_DLLPUBLIC Rectangle & operator += ( Rectangle & rRect, const SvBorder & rBorder );
88 TOOLS_DLLPUBLIC Rectangle & operator -= ( Rectangle & rRect, const SvBorder & rBorder );

Completed in 133 milliseconds

1...<<11121314151617181920>>...29