Home
last modified time | relevance | path

Searched refs:rRect (Results 201 – 225 of 700) sorted by relevance

12345678910>>...28

/trunk/main/sd/source/ui/inc/
H A DDrawViewShell.hxx101 virtual void Paint(const Rectangle& rRect, ::sd::Window* pWin);
140 void ShowMousePosInfo(const Rectangle& rRect, ::sd::Window* pWin);
259 void MakeVisible(const Rectangle& rRect, ::Window& rWin);
304 virtual void VisAreaChanged(const Rectangle& rRect);
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx268 virtual void Paint( const Rectangle& rRect );
297 virtual void Paint( const Rectangle& rRect );
482 virtual void Paint( const Rectangle& rRect );
489 sal_Bool IsToBeDocked( DockingWindow* pDockingWin, const Point& rPos, Rectangle& rRect );
H A Dbastypes.cxx402 sal_Bool __EXPORT BasicDockingWindow::Docking( const Point& rPos, Rectangle& rRect ) in Docking() argument
405 Rectangle aTmpRec( rRect ); in Docking()
409 rRect.SetSize( aTmpRec.GetSize() ); in Docking()
414 rRect.SetSize( aFloatingPosAndSize.GetSize() ); in Docking()
421 void __EXPORT BasicDockingWindow::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking() argument
424 DockingWindow::EndDocking( rRect, bFloatMode ); in EndDocking()
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx84 virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const;
299 …void DriverListControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId )… in PaintCell() argument
305 rDev.SetClipRegion(rRect); in PaintCell()
317 rDev.DrawText(rRect, implGetCellText(m_aSeekRow, nColId), nStyle); in PaintCell()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx459 const Rectangle& rRect, in Paint() argument
475 rDev.DrawText(rRect, INVALIDTEXT, nStyle); in Paint()
496 rDev.DrawText(rRect, aAutoText , nStyle); in Paint()
511 rDev.DrawText(rRect, INVALIDTEXT, nStyle); in Paint()
518 rDev.DrawText(rRect, OBJECTTEXT, nStyle); in Paint()
1739 DbCellControl::PaintFieldToCell( rDev, rRect, _rxField, xFormatter ); in PaintFieldToCell()
2777 DbCellControl::PaintCell( rDev, rRect ); in PaintCell()
2783 rDev.DrawText(rRect, m_aText, nStyle); in PaintCell()
3614 const Rectangle& rRect, in PaintFieldToCell() argument
3646 rDev.DrawText(rRect, aText, nStyle); in PaintFieldToCell()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx1145 Point ToolBox::ImplGetPopupPosition( const Rectangle& rRect, const Size& rSize ) const in ImplGetPopupPosition() argument
1148 if( !rRect.IsEmpty() ) in ImplGetPopupPosition()
1161 aPos = rRect.BottomLeft(); in ImplGetPopupPosition()
1165 aPos.Y() = rRect.Top() - rSize.Height(); in ImplGetPopupPosition()
1168 aPos = rRect.TopLeft(); in ImplGetPopupPosition()
1174 aPos.Y() = rRect.Bottom(); in ImplGetPopupPosition()
1177 aPos = rRect.TopRight(); in ImplGetPopupPosition()
1181 aPos.X() = rRect.Left() - rSize.Width(); in ImplGetPopupPosition()
1184 aPos = rRect.TopLeft(); in ImplGetPopupPosition()
1190 aPos.X() = rRect.Right(); in ImplGetPopupPosition()
/trunk/main/vcl/inc/vcl/
H A Dfloatwin.hxx116 const Rectangle& rRect, sal_uLong nFlags,
137 void StartPopupMode( const Rectangle& rRect, sal_uLong nFlags = 0 );
154 …static Point CalcFloatingPosition( Window* pWindow, const Rectangle& rRect, sal_uLong nFlags, s…
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx119 void WW8TableNodeInfoInner::setRect(const SwRect & rRect) in setRect() argument
121 maRect = rRect; in setRect()
458 void WW8TableNodeInfo::setRect(const SwRect & rRect) in setRect() argument
460 getInnerForDepth(mnDepth)->setRect(rRect); in setRect()
1110 void WW8TableCellGrid::insert(const SwRect & rRect, in insert() argument
1114 CellInfo aCellInfo(rRect, pNodeInfo); in insert()
1119 WW8TableCellGridRow::Pointer_t pRow = getRow(rRect.Top()); in insert()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx374 const Rectangle& rRect = aRect100thmm; in ImplWriteShape() local
375 aCenter.X() = rRect.Left() + ( rRect.GetWidth() / 2 ); in ImplWriteShape()
376 aCenter.Y() = rRect.Top() + ( rRect.GetHeight() / 2 ); in ImplWriteShape()
381 Polygon aPolygon( rRect, aStart, aEnd, ePolyKind ); in ImplWriteShape()
384 aPolygon.Rotate( rRect.TopLeft(), (sal_uInt16)( rObj.GetAngle() / 10 ) ); in ImplWriteShape()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx1148 const Rectangle& rRect = pObj->GetLogicRect(); in GetHitIMapObject() local
1160 RotatePoint( aRelPoint, rRect.TopLeft(), -rGeo.nSin, rGeo.nCos ); in GetHitIMapObject()
1164 aRelPoint.X() = rRect.Right() + rRect.Left() - aRelPoint.X(); in GetHitIMapObject()
1168 ShearPoint( aRelPoint, rRect.TopLeft(), -rGeo.nTan ); in GetHitIMapObject()
1189 aRelPoint -= rRect.TopLeft(); in GetHitIMapObject()
1190 pIMapObj = rImageMap.GetHitIMapObject( aGraphSize, rRect.GetSize(), aRelPoint ); in GetHitIMapObject()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx1019 OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId ) const in PaintCell() argument
1021 Point aPos( rRect.TopLeft()); in PaintCell()
1028 if( aPos.X() < rRect.Right() || aPos.X() + TxtSize.Width() > rRect.Right() || in PaintCell()
1029 aPos.Y() < rRect.Top() || aPos.Y() + TxtSize.Height() > rRect.Bottom()) in PaintCell()
1030 rDev.SetClipRegion( rRect ); in PaintCell()
/trunk/main/svx/inc/svx/
H A Dsvdograf.hxx131 SdrGrafObj(const Graphic& rGrf, const Rectangle& rRect);
191 virtual void NbcSetSnapRect(const Rectangle& rRect);
192 virtual void NbcSetLogicRect(const Rectangle& rRect);
H A Dsvdpntv.hxx309 virtual void TakeActionRect(Rectangle& rRect) const;
453 void InvalidateAllWin(const Rectangle& rRect, sal_Bool bPlus1Pix=sal_False);
459 virtual void InvalidateOneWin(Window& rWin, const Rectangle& rRect);
524 virtual void MakeVisible(const Rectangle& rRect, Window& rWin);
H A Dsvdotext.hxx278 void ImpJustifyRect(Rectangle& rRect) const;
428 virtual void TakeUnrotatedSnapRect(Rectangle& rRect) const;
435 virtual void NbcSetSnapRect(const Rectangle& rRect);
436 virtual void NbcSetLogicRect(const Rectangle& rRect);
/trunk/main/vcl/source/gdi/
H A Dwall.cxx473 void Wallpaper::SetRect( const Rectangle& rRect ) in SetRect() argument
479 if ( rRect.IsEmpty() ) in SetRect()
490 *(mpImplWallpaper->mpRect) = rRect; in SetRect()
492 mpImplWallpaper->mpRect = new Rectangle( rRect ); in SetRect()
/trunk/main/sw/inc/
H A Dviscrs.hxx93 virtual void Paint( const Rectangle& rRect );
119 void Invalidate( const SwRect& rRect );
153 void Invalidate( const SwRect& rRect );
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx731 inline sal_Bool RectIsPoints( const Rectangle& rRect, const Point& rStart, const Point& rEnd ) in RectIsPoints() argument
733 return rRect.Left() >= rStart.X() - SC_DET_TOLERANCE in RectIsPoints()
734 && rRect.Left() <= rStart.X() + SC_DET_TOLERANCE in RectIsPoints()
735 && rRect.Right() >= rEnd.X() - SC_DET_TOLERANCE in RectIsPoints()
736 && rRect.Right() <= rEnd.X() + SC_DET_TOLERANCE in RectIsPoints()
737 && rRect.Top() >= rStart.Y() - SC_DET_TOLERANCE in RectIsPoints()
738 && rRect.Top() <= rStart.Y() + SC_DET_TOLERANCE in RectIsPoints()
739 && rRect.Bottom() >= rEnd.Y() - SC_DET_TOLERANCE in RectIsPoints()
740 && rRect.Bottom() <= rEnd.Y() + SC_DET_TOLERANCE; in RectIsPoints()
/trunk/main/canvas/source/directx/
H A Ddx_spritedevicehelper.cxx65 const awt::Rectangle& rRect, in init() argument
69 const sal_Int32 w( ::std::max(sal_Int32(1),sal_Int32(rRect.Width))); in init()
70 const sal_Int32 h( ::std::max(sal_Int32(1),sal_Int32(rRect.Height))); in init()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx436 Rectangle& SVGActionWriter::ImplMap( const Rectangle& rRect, Rectangle& rDstRect ) const in ImplMap() argument
438 Point aTL( rRect.TopLeft() ); in ImplMap()
439 Size aSz( rRect.GetSize() ); in ImplMap()
579 void SVGActionWriter::ImplWriteRect( const Rectangle& rRect, long nRadX, long nRadY, in ImplWriteRect() argument
585 ImplMap( rRect, aRect ); in ImplWriteRect()
587 aRect = rRect; in ImplWriteRect()
1220 const Rectangle& rRect = pA->GetRect(); in ImplWriteActions() local
1223 ImplWriteEllipse( rRect.Center(), rRect.GetWidth() >> 1, rRect.GetHeight() >> 1 ); in ImplWriteActions()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx273 void ShowWindow::Paint(const Rectangle& rRect) in Paint() argument
290 mxController->paint(rRect); in Paint()
294 mpViewShell->Paint(rRect, this); in Paint()
299 DrawWallpaper( rRect, maShowBackground ); in Paint()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx282 void SdrCreateView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
286 rRect=aDragStat.GetActionRect(); in TakeActionRect()
287 if (rRect.IsEmpty()) in TakeActionRect()
289 rRect=Rectangle(aDragStat.GetPrev(),aDragStat.GetNow()); in TakeActionRect()
294 SdrDragView::TakeActionRect(rRect); in TakeActionRect()
H A Dsvdopath.cxx2425 void SdrPathObj::TakeUnrotatedSnapRect(Rectangle& rRect) const in TakeUnrotatedSnapRect()
2429 rRect = GetSnapRect(); in TakeUnrotatedSnapRect()
2435 rRect=aXPP.GetBoundRect(); in TakeUnrotatedSnapRect()
2436 Point aTmp(rRect.TopLeft()); in TakeUnrotatedSnapRect()
2438 aTmp-=rRect.TopLeft(); in TakeUnrotatedSnapRect()
2439 rRect.Move(aTmp.X(),aTmp.Y()); in TakeUnrotatedSnapRect()
2451 void SdrPathObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect() argument
2456 long nMulX = (RECT_EMPTY == rRect.Right()) ? 0 : rRect.Right() - rRect.Left(); in NbcSetSnapRect()
2461 long nMulY = (RECT_EMPTY == rRect.Bottom()) ? 0 : rRect.Bottom() - rRect.Top(); in NbcSetSnapRect()
2469 NbcMove(Size(rRect.Left() - aOld.Left(), rRect.Top() - aOld.Top())); in NbcSetSnapRect()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx232 const Rectangle& rRect = aRectangles[a]; in setClipRegion() local
235 pClipRect->xLeft = rRect.Left(); in setClipRegion()
236 pClipRect->yTop = mnHeight - rRect.Top(); in setClipRegion()
237 pClipRect->xRight = rRect.Right() + 1; // nX + nW -> L + ((R - L) + 1) -> R + 1 in setClipRegion()
238 pClipRect->yBottom = mnHeight - (rRect.Bottom() + 1); // same for height in setClipRegion()
/trunk/main/svtools/source/misc/
H A Dimap.cxx206 IMapRectangleObject::IMapRectangleObject( const Rectangle& rRect, in IMapRectangleObject() argument
216 ImpConstruct( rRect, bPixelCoords ); in IMapRectangleObject()
226 void IMapRectangleObject::ImpConstruct( const Rectangle& rRect, sal_Bool bPixel ) in ImpConstruct() argument
229 aRect = Application::GetDefaultDevice()->PixelToLogic( rRect, MapMode( MAP_100TH_MM ) ); in ImpConstruct()
231 aRect = rRect; in ImpConstruct()
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx80 virtual void Paint (const Rectangle& rRect);
682 void TabBarControl::Paint (const Rectangle& rRect) in Paint() argument
693 DrawRect (rRect); in Paint()
694 ::TabControl::Paint (rRect); in Paint()

Completed in 177 milliseconds

12345678910>>...28