Home
last modified time | relevance | path

Searched refs:rRect (Results 126 – 150 of 700) sorted by relevance

12345678910>>...28

/trunk/main/chart2/source/controller/main/
H A DChartWindow.cxx87 void ChartWindow::Paint( const Rectangle& rRect ) in Paint() argument
91 m_pWindowController->execute_Paint( rRect ); in Paint()
93 Window::Paint( rRect ); in Paint()
252 void ChartWindow::Invalidate( const Rectangle& rRect, sal_uInt16 nFlags ) in Invalidate() argument
256 ::Window::Invalidate( rRect, nFlags ); in Invalidate()
/trunk/main/sw/inc/
H A Dswregion.hxx36 inline void InsertRect( const SwRect &rRect, const sal_uInt16 nPos, sal_Bool &rDel);
42 void operator-=( const SwRect& rRect );
50 inline void ChangeOrigin( const SwRect &rRect ) { aOrigin = rRect; } in ChangeOrigin() argument
H A Ddcontact.hxx342 virtual void SetSnapRect(const Rectangle& rRect);
343 virtual void NbcSetSnapRect(const Rectangle& rRect);
345 virtual void SetLogicRect(const Rectangle& rRect);
346 virtual void NbcSetLogicRect(const Rectangle& rRect);
492 SwPageFrm* FindPage( const SwRect &rRect );
/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx297 void SdrSnapView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
300 rRect=Rectangle(aDragStat.GetNow(),aDragStat.GetNow()); in TakeActionRect()
302 SdrPaintView::TakeActionRect(rRect); in TakeActionRect()
495 sal_uInt16 SdrSnapView::SnapRect(const Rectangle& rRect, const SdrPageView* pPV, long& rDX, long& r… in SnapRect() argument
501 CheckSnap(rRect.TopLeft() ,pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect()
503 CheckSnap(rRect.TopRight() ,pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect()
504 CheckSnap(rRect.BottomLeft() ,pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect()
505 CheckSnap(rRect.BottomRight(),pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect()
H A Dsvdoedge.cxx412 rRect=GetSnapRect(); in TakeUnrotatedSnapRect()
668 if (bObn) aP1.Y()=rRect.Top(); in ImpCalcObjToCenter()
683 aP3.Y()=rRect.Top(); in ImpCalcObjToCenter()
686 aP3.Y()=rRect.Bottom(); in ImpCalcObjToCenter()
697 aP3.X()=rRect.Left(); in ImpCalcObjToCenter()
700 aP3.X()=rRect.Right(); in ImpCalcObjToCenter()
2228 if(aOld != rRect) in NbcSetSnapRect()
2234 aRect = rRect; in NbcSetSnapRect()
2239 long nMulX = rRect.Right() - rRect.Left(); in NbcSetSnapRect()
2241 long nMulY = rRect.Bottom() - rRect.Top(); in NbcSetSnapRect()
[all …]
H A Dsvddrgv.cxx156 void SdrDragView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
160 rRect=aDragStat.GetActionRect(); in TakeActionRect()
161 if (rRect.IsEmpty()) in TakeActionRect()
169 rRect = Rectangle( in TakeActionRect()
174 if (rRect.IsEmpty()) in TakeActionRect()
176 rRect=Rectangle(aDragStat.GetNow(),aDragStat.GetNow()); in TakeActionRect()
181 SdrExchangeView::TakeActionRect(rRect); in TakeActionRect()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx161 const Rectangle& rRect );
181 const Rectangle& rRect );
371 virtual void PaintRow( OutputDevice &rDev, const Rectangle &rRect );
372 virtual void PaintData( Window& rWin, const Rectangle& rRect );
373 virtual void PaintField( OutputDevice& rDev, const Rectangle& rRect,
451 virtual void Paint( const Rectangle& rRect );
621 …void DoPaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId, Br… in DoPaintField() argument
622 { PaintField( rDev, rRect, nColumnId ); } in DoPaintField()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx311 const SwRect &rRect = rSh.GetAnyCurRect(RECT_FLY_EMBEDDED); in ExecTabWin() local
322 rRect.Right() - rPageRect.Right() + aLongLR.GetRight() : in ExecTabWin()
323 rPageRect.Left() + aLongLR.GetLeft() - rRect.Left(); in ExecTabWin()
470 const SwRect &rRect = rSh.GetAnyCurRect(RECT_FLY_EMBEDDED); in ExecTabWin() local
1212 const SwRect &rRect = rSh.GetAnyCurRect(RECT_FLY_EMBEDDED, pPt); in StateTabWin() local
1213 aLongUL.SetUpper((sal_uInt16)(rRect.Top() - rPageRect.Top() )); in StateTabWin()
1214 aLongUL.SetLower((sal_uInt16)(rPageRect.Bottom() - rRect.Bottom() )); in StateTabWin()
1225 const SwRect &rRect = rSh.GetObjRect(); in StateTabWin() local
1226 aLongUL.SetUpper((rRect.Top() - rPageRect.Top())); in StateTabWin()
1227 aLongUL.SetLower((rPageRect.Bottom() - rRect.Bottom())); in StateTabWin()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx75 void lcl_SetTopRight( Rectangle& rRect, const Point& rPos ) in lcl_SetTopRight() argument
77 Size aSize = rRect.GetSize(); in lcl_SetTopRight()
78 rRect.Right() = rPos.X(); in lcl_SetTopRight()
79 rRect.Left() = rPos.X() - aSize.Width() + 1; in lcl_SetTopRight()
80 rRect.Top() = rPos.Y(); in lcl_SetTopRight()
81 rRect.Bottom() = rPos.Y() + aSize.Height() - 1; in lcl_SetTopRight()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx487 const Rectangle rRect = in GetViewSettings() local
494 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.Top() ) : rRect.Top(); in GetViewSettings()
497 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.Left() ) : rRect.Left(); in GetViewSettings()
500 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.GetWidth() ) : rRect.GetWidth(); in GetViewSettings()
503 pValue[nIndex++].Value <<= bTwip ? TWIP_TO_MM100 ( rRect.GetHeight() ) : rRect.GetHeight(); in GetViewSettings()
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx209 void verifyInput( const geometry::RealRectangle2D& rRect, in verifyInput() argument
217 if( !::rtl::math::isFinite( rRect.X1 ) ) in verifyInput()
226 if( !::rtl::math::isFinite( rRect.Y1 ) ) in verifyInput()
235 if( !::rtl::math::isFinite( rRect.X2 ) ) in verifyInput()
244 if( !::rtl::math::isFinite( rRect.Y2 ) ) in verifyInput()
253 if( !::rtl::math::isFinite( rRect.X1 ) || in verifyInput()
254 !::rtl::math::isFinite( rRect.Y1 ) || in verifyInput()
255 !::rtl::math::isFinite( rRect.X2 ) || in verifyInput()
256 !::rtl::math::isFinite( rRect.Y2 ) ) in verifyInput()
/trunk/main/vcl/source/gdi/
H A Dregionband.cxx81 RegionBand::RegionBand(const Rectangle& rRect) in RegionBand() argument
85 const long nTop(std::min(rRect.Top(), rRect.Bottom())); in RegionBand()
86 const long nBottom(std::max(rRect.Top(), rRect.Bottom())); in RegionBand()
87 const long nLeft(std::min(rRect.Left(), rRect.Right())); in RegionBand()
88 const long nRight(std::max(rRect.Left(), rRect.Right())); in RegionBand()
H A Doutdev.cxx531 void OutputDevice::ImplReMirror( Rectangle &rRect ) const in ImplReMirror()
533 long nWidth = rRect.nRight - rRect.nLeft; in ImplReMirror()
539 rRect.nLeft = mnOutOffX + mnOutWidth - nWidth - 1 - rRect.nLeft + mnOutOffX; in ImplReMirror()
540 rRect.nRight = rRect.nLeft + nWidth; in ImplReMirror()
1160 void OutputDevice::IntersectClipRegion( const Rectangle& rRect ) in IntersectClipRegion() argument
1168 Rectangle aRect = LogicToPixel( rRect ); in IntersectClipRegion()
1174 mpAlphaVDev->IntersectClipRegion( rRect ); in IntersectClipRegion()
1741 void OutputDevice::DrawRect( const Rectangle& rRect ) in DrawRect() argument
1747 mpMetaFile->AddAction( new MetaRectAction( rRect ) ); in DrawRect()
1752 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawRect()
[all …]
/trunk/main/sw/source/core/view/
H A Dvprint.cxx95 SwQueuedPaint( ViewShell *pNew, const SwRect &rRect ) : in SwQueuedPaint() argument
98 aRect( rRect ) in SwQueuedPaint()
195 void SetSwVisArea( ViewShell *pSh, const SwRect &rRect /*, sal_Bool bPDFExport*/ ) in SetSwVisArea() argument
198 pSh->aVisArea = rRect; in SetSwVisArea()
200 Point aPt( rRect.Pos() ); in SetSwVisArea()
598 OutputDevice* pOleOut, const Rectangle& rRect ) in PrtOle2() argument
614 SwRect aSwRect( rRect ); in PrtOle2()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx283 …SAL_DLLPRIVATE Point ImplGetPopupPosition( const Rectangle& rRect, const Size& rSize ) c…
317 static SAL_DLLPRIVATE void ImplDrawBackground( ToolBox* pThis, const Rectangle &rRect );
318 …static SAL_DLLPRIVATE void ImplErase( ToolBox* pThis, const Rectangle &rRect, sal_Bool bHighlight …
328 …static SAL_DLLPRIVATE void ImplLineSizing( ToolBox* pThis, const Point& rPos, Rectangle& rRect, sa…
364 virtual void Paint( const Rectangle& rRect );
380 virtual sal_Bool Docking( const Point& rPos, Rectangle& rRect );
381 virtual void EndDocking( const Rectangle& rRect, sal_Bool bFloatMode );
555 void StartCustomize( const Rectangle& rRect, void* pData = NULL );
H A Dregion.hxx69 Region(const Rectangle& rRect);
110 bool IsInside( const Rectangle& rRect ) const;
111 bool IsOver( const Rectangle& rRect ) const;
114 Region& operator=( const Rectangle& rRect );
/trunk/main/sw/source/core/inc/
H A Ddflyobj.hxx103 virtual void SetSnapRect(const Rectangle& rRect);
104 virtual void NbcSetSnapRect(const Rectangle& rRect);
106 virtual void SetLogicRect(const Rectangle& rRect);
107 virtual void NbcSetLogicRect(const Rectangle& rRect);
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx121 virtual void Paint( const Rectangle& rRect );
170 virtual void Paint( const Rectangle& rRect );
227 virtual void Paint( const Rectangle& rRect );
509 virtual void Paint( const Rectangle& rRect );
529 virtual void Paint( const Rectangle& rRect );
552 virtual void Paint( const Rectangle& rRect );
H A Dsvdogrp.hxx98 virtual void SetSnapRect(const Rectangle& rRect);
99 virtual void SetLogicRect(const Rectangle& rRect);
108 virtual void NbcSetSnapRect(const Rectangle& rRect);
109 virtual void NbcSetLogicRect(const Rectangle& rRect);
H A Dsvdocirc.hxx90 SdrCircObj(SdrObjKind eNewKind, const Rectangle& rRect);
98 SdrCircObj(SdrObjKind eNewKind, const Rectangle& rRect, long nNewStartWink, long nNewEndWink);
103 virtual void TakeUnrotatedSnapRect(Rectangle& rRect) const;
110 virtual void NbcSetSnapRect(const Rectangle& rRect);
/trunk/main/sd/source/ui/view/
H A Ddrviews5.cxx463 void DrawViewShell::Paint(const Rectangle& rRect, ::sd::Window* pWin) in Paint() argument
491 mpDrawView->CompleteRedraw( pWin, Region( rRect ) ); in Paint()
496 GetDocSh()->GetDocShellFunction()->Paint( rRect, pWin ); in Paint()
499 GetCurrentFunction()->Paint( rRect, pWin ); in Paint()
651 void DrawViewShell::VisAreaChanged(const Rectangle& rRect) in VisAreaChanged() argument
653 ViewShell::VisAreaChanged( rRect ); in VisAreaChanged()
656 rController.FireVisAreaChanged (rRect); in VisAreaChanged()
/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx55 virtual void WriteData( EscherEx& rEscherEx, const Rectangle& rRect );
59 virtual void ImplCalcAnchorRect( const Rectangle& rRect, MapUnit eMapUnit );
76 virtual void ImplCalcAnchorRect( const Rectangle& rRect, MapUnit eMapUnit );
93 virtual void ImplCalcAnchorRect( const Rectangle& rRect, MapUnit eMapUnit );
107 explicit XclExpDffNoteAnchor( const XclExpRoot& rRoot, const Rectangle& rRect );
/trunk/main/xmlsecurity/source/dialogs/
H A Dstbcontrl.cxx167 const Rectangle& rRect = rUsrEvt.GetRect(); in Paint() local
178 pDev->DrawRect( rRect ); in Paint()
179 …pDev->DrawText( Point( rRect.Left() + rRect.GetWidth() / 2 - pDev->GetTextWidth( s ) / 2, aItemPos… in Paint()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx338 XPolygon::XPolygon(const Rectangle& rRect, long nRx, long nRy) in XPolygon() argument
342 long nWh = (rRect.GetWidth() - 1) / 2; in XPolygon()
343 long nHh = (rRect.GetHeight() - 1) / 2; in XPolygon()
364 case 0: aCenter = rRect.TopLeft(); in XPolygon()
368 case 1: aCenter = rRect.TopRight(); in XPolygon()
372 case 2: aCenter = rRect.BottomRight(); in XPolygon()
376 case 3: aCenter = rRect.BottomLeft(); in XPolygon()
389 pImpXPolygon->pPointAry[nPos++] = rRect.TopLeft(); in XPolygon()
390 pImpXPolygon->pPointAry[nPos++] = rRect.TopRight(); in XPolygon()
391 pImpXPolygon->pPointAry[nPos++] = rRect.BottomRight(); in XPolygon()
[all …]
/trunk/main/vcl/inc/unx/
H A Dsalframe.h203 void getPosSize( Rectangle& rRect ) { GetPosSize( rRect ); } in getPosSize() argument
204 void setPosSize( const Rectangle& rRect ) { SetPosSize( rRect ); } in setPosSize() argument
233 virtual void GetWorkArea( Rectangle& rRect );

Completed in 162 milliseconds

12345678910>>...28