Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...28

/trunk/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);
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx81 void MA_FASTCALL SwAlignRect( SwRect &rRect, ViewShell *pSh );
131 const SwRect& rRect,
143 const SwFrm * MA_FASTCALL FindPage( const SwRect &rRect, const SwFrm *pPage );
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx203 void VisAreaChanged(const Rectangle& rRect);
236 void AdjustVisArea(const Rectangle& rRect);
252 virtual void QueryObjAreaPixel( Rectangle& rRect ) const;
/trunk/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()
/trunk/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…
/trunk/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()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx437 SdrGrafObj::SdrGrafObj(const Graphic& rGrf, const Rectangle& rRect) in SdrGrafObj() argument
438 : SdrRectObj ( rRect ), in SdrGrafObj()
1067 void SdrGrafObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect() argument
1069 SdrRectObj::NbcSetSnapRect(rRect); in NbcSetSnapRect()
1074 void SdrGrafObj::NbcSetLogicRect( const Rectangle& rRect) in NbcSetLogicRect() argument
1077 SdrRectObj::NbcSetLogicRect(rRect); in NbcSetLogicRect()
/trunk/main/sd/source/ui/view/
H A Dclview.cxx85 void ClientView::InvalidateOneWin(::Window& rWin, const Rectangle& rRect) in InvalidateOneWin() argument
87 CompleteRedraw(&rWin, rRect); in InvalidateOneWin()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2429 bool WinSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
2450 rRect = Rectangle( Point( +aGM.gmptGlyphOrigin.x, -aGM.gmptGlyphOrigin.y ), in GetGlyphBoundRect()
2452 rRect.Left() = static_cast<int>( mfFontScale * rRect.Left() ); in GetGlyphBoundRect()
2453 rRect.Right() = static_cast<int>( mfFontScale * rRect.Right() ); in GetGlyphBoundRect()
2454 rRect.Top() = static_cast<int>( mfFontScale * rRect.Top() ); in GetGlyphBoundRect()
2455 rRect.Bottom() = static_cast<int>( mfFontScale * rRect.Bottom() ); in GetGlyphBoundRect()
/trunk/main/sfx2/source/inc/
H A Dpreview.hxx56 virtual void Paint( const Rectangle& rRect );
64 const Rectangle& rRect, GDIMetaFile* pFile, Window* pWindow );
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1462 void PSWriter::ImplRect( const Rectangle & rRect ) in ImplRect() argument
1465 ImplRectFill( rRect ); in ImplRect()
1468 double nWidth = rRect.GetWidth(); in ImplRect()
1469 double nHeight = rRect.GetHeight(); in ImplRect()
1472 ImplMoveTo( rRect.TopLeft() ); in ImplRect()
1487 void PSWriter::ImplRectFill( const Rectangle & rRect ) in ImplRectFill() argument
1489 double nWidth = rRect.GetWidth(); in ImplRectFill()
1490 double nHeight = rRect.GetHeight(); in ImplRectFill()
1493 ImplMoveTo( rRect.TopLeft() ); in ImplRectFill()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6392 long nWidth = rRect.GetWidth(); in ImplDrawText()
6393 long nHeight = rRect.GetHeight(); in ImplDrawText()
6398 Point aPos = rRect.TopLeft(); in ImplDrawText()
6513 aPos.X() = rRect.Left(); in ImplDrawText()
6584 rTargetDevice.IntersectClipRegion( rRect ); in ImplDrawText()
6622 if ( !rOrigStr.Len() || rRect.IsEmpty() ) in AddTextRectActions()
6707 Rectangle aRect = rRect; in GetTextRect()
6709 long nWidth = rRect.GetWidth(); in GetTextRect()
7530 rRect.SetEmpty(); in GetTextBoundRect()
7578 rRect = PixelToLogic( aPixelRect ); in GetTextBoundRect()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dimaprect.hxx42 SVT_DLLPRIVATE void ImpConstruct( const Rectangle& rRect, sal_Bool bPixel );
53 IMapRectangleObject( const Rectangle& rRect,
/trunk/main/chart2/source/controller/main/
H A DChartWindow.hxx51 virtual void Paint( const Rectangle& rRect );
68 virtual void Invalidate( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
/trunk/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
H A Dsvdobj.hxx795 virtual void SetSnapRect(const Rectangle& rRect);
796 virtual void NbcSetSnapRect(const Rectangle& rRect);
800 virtual void SetLogicRect(const Rectangle& rRect);
801 virtual void NbcSetLogicRect(const Rectangle& rRect);
/trunk/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()
/trunk/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 );
/trunk/main/sw/source/core/view/
H A Dviewimp.cxx177 sal_Bool SwViewImp::AddPaintRect( const SwRect &rRect ) in AddPaintRect() argument
179 if ( rRect.IsOver( pSh->VisArea() ) ) in AddPaintRect()
183 (*pRegion) -= rRect; in AddPaintRect()
/trunk/main/sc/source/ui/inc/
H A Dtbzoomsliderctrl.hxx70 void DoPaint( const Rectangle& rRect );
81 virtual void Paint( const Rectangle& rRect );
/trunk/main/sd/source/filter/html/
H A Dhtmlattr.cxx53 void SdHtmlAttrPreview::Paint( const Rectangle& rRect ) in Paint() argument
62 DrawRect(rRect); in Paint()
/trunk/main/vcl/aqua/source/window/
H A Dsalmenu.cxx342 bool AquaSalMenu::ShowNativePopupMenu(FloatingWindow * pWin, const Rectangle& rRect, sal_uLong nFla… in ShowNativePopupMenu() argument
367 …NSRect displayPopupFrame = NSMakeRect( rRect.nLeft+(offset-1), rRect.nTop+(offset+1), popupFrame.s… in ShowNativePopupMenu()
373 pWin->SetPosPixel( pWin->ImplCalcPos( pWin, rRect, nFlags, nArrangeIndex ) ); in ShowNativePopupMenu()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx228 void __EXPORT SvIconView::Paint( const Rectangle& rRect ) in Paint() argument
230 pImp->Paint( rRect ); in Paint()
750 void SvIconView::SelectRect( const Rectangle& rRect, sal_Bool bAdd, in SelectRect() argument
753 pImp->SelectRect( rRect, bAdd, pRects, nOffs ); in SelectRect()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx754 Rectangle& rRect ) const in TakeDragLimit()
764 rRect = aRect.SVRect(); in TakeDragLimit()
936 void SwDrawView::MakeVisible( const Rectangle &rRect, Window & ) in MakeVisible() argument
939 rImp.GetShell()->MakeVisible( SwRect( rRect ) ); in MakeVisible()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx133 void AnnotationTextWindow::Paint( const Rectangle& rRect) in Paint() argument
152 mpOutlinerView->Paint( rRect ); in Paint()
696 void AnnotationWindow::Paint( const Rectangle& rRect) in Paint() argument
698 FloatingWindow::Paint( rRect ); in Paint()

Completed in 215 milliseconds

1...<<11121314151617181920>>...28