/aoo42x/main/vcl/source/gdi/ |
H A D | print2.cxx | 429 … static_cast<const MetaRoundRectAction&>(rAct).GetVertRound() ).GetBoundRect(); in ImplCalcActionBounds() 437 rRect.GetHeight() >> 1 ).GetBoundRect(); in ImplCalcActionBounds() 444 … static_cast<const MetaArcAction&>(rAct).GetEndPoint(), POLY_ARC ).GetBoundRect(); in ImplCalcActionBounds() 462 aActionBounds = rMetaPolyLineAction.GetPolygon().GetBoundRect(); in ImplCalcActionBounds() 476 aActionBounds = static_cast<const MetaPolygonAction&>(rAct).GetPolygon().GetBoundRect(); in ImplCalcActionBounds() 480 … aActionBounds = static_cast<const MetaPolyPolygonAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds() 533 aActionBounds = static_cast<const MetaGradientExAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds() 537 aActionBounds = static_cast<const MetaHatchAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds() 545 aActionBounds = static_cast<const MetaTransparentAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds() 799 aPoly.GetBoundRect(), in RemoveTransparenciesFromMetaFile() [all …]
|
H A D | gdimtf.cxx | 1034 const Rectangle aNewBound( aPoly.GetBoundRect() ); in Rotate() 1181 Rectangle aBmpRect( aBmpPoly.GetBoundRect() ); in Rotate() 1194 Rectangle aBmpRect( aBmpPoly.GetBoundRect() ); in Rotate() 1208 Rectangle aBmpRect( aBmpPoly.GetBoundRect() ); in Rotate() 1375 Rectangle aEPSRect( aEPSPoly.GetBoundRect() ); in Rotate() 1622 Rectangle aRect( pAct->GetPolygon().GetBoundRect() ); in GetBoundRect() 1641 Rectangle aRect( pAct->GetPolygon().GetBoundRect() ); in GetBoundRect() 1649 Rectangle aRect( pAct->GetPolyPolygon().GetBoundRect() ); in GetBoundRect() 1751 Rectangle aRect( pAct->GetPolyPolygon().GetBoundRect() ); in GetBoundRect() 1765 Rectangle aRect( pAct->GetPolyPolygon().GetBoundRect() ); in GetBoundRect() [all …]
|
H A D | region.cxx | 263 const Rectangle aRect(aPolyPolygon.GetBoundRect()); in ImplCreateRegionBandFromPolyPolygon() 404 const Rectangle aRect(rPolyPoly.GetBoundRect()); in ImplCreatePolyPolyRegion() 1252 Rectangle Region::GetBoundRect() const in GetBoundRect() function in Region 1288 return getPolyPolygon()->GetBoundRect(); in GetBoundRect() 1293 return getRegionBand()->GetBoundRect(); in GetBoundRect()
|
H A D | outdev4.cxx | 618 if( !rPoly.GetBoundRect().IsEmpty() ) in ImplDrawComplexGradient() 826 const Rectangle aRect( rPolyPoly.GetBoundRect() ); in DrawGradient() 892 const Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in DrawGradient() 937 const Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in DrawGradient() 948 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawGradient() 1173 Rectangle aRect( rPolyPoly.GetBoundRect() ); in ImplDrawHatch()
|
H A D | outdev6.cxx | 356 Rectangle aPolyRect( LogicToPixel( rPolyPoly ).GetBoundRect() ); in DrawTransparent() 412 Rectangle aPolyRect( aPolyPoly.GetBoundRect() ); in DrawTransparent() 423 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawTransparent() 445 Rectangle aLogicPolyRect( rPolyPoly.GetBoundRect() ); in DrawTransparent() 670 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in DrawTransparent()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 366 DBG_ASSERT( !pEntry->GetBoundRect().IsEmpty(), "empty rectangle" ); in SvtIconWindow_Impl() 367 long nTemp = pEntry->GetBoundRect().GetSize().Width(); in SvtIconWindow_Impl() 379 DBG_ASSERT( !pEntry->GetBoundRect().IsEmpty(), "empty rectangle" ); in SvtIconWindow_Impl() 380 nTemp = pEntry->GetBoundRect().GetSize().Width(); in SvtIconWindow_Impl() 391 DBG_ASSERT( !pEntry->GetBoundRect().IsEmpty(), "empty rectangle" ); in SvtIconWindow_Impl() 392 nTemp = pEntry->GetBoundRect().GetSize().Width(); in SvtIconWindow_Impl() 402 DBG_ASSERT( !pEntry->GetBoundRect().IsEmpty(), "empty rectangle" ); in SvtIconWindow_Impl() 403 nTemp = pEntry->GetBoundRect().GetSize().Width(); in SvtIconWindow_Impl() 527 nHeight = aIconCtrl.GetEntry(nCount-1)->GetBoundRect().Bottom(); in CalcHeight()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | imappoly.hxx | 73 virtual Rectangle GetBoundRect() const { return aPoly.GetBoundRect(); } in GetBoundRect() function in IMapPolygonObject
|
H A D | imaprect.hxx | 69 virtual Rectangle GetBoundRect() const { return aRect; } in GetBoundRect() function in IMapRectangleObject
|
H A D | imapcirc.hxx | 71 virtual Rectangle GetBoundRect() const;
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtpaint.cxx | 100 if ( aRect == pOut->GetClipRegion().GetBoundRect() ) in _ChgClip() 114 Rectangle aDbgRect = pOut->GetClipRegion().GetBoundRect(); in _ChgClip()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 314 aCharacterData.aBoundRect.Union( aOutlineIter->GetBoundRect() ); in GetTextAreaOutline() 399 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in GetTextAreaOutline() 428 Rectangle aPolyPolyBoundRect( aOutlineIter->GetBoundRect() ); in GetTextAreaOutline() 431 aPolyPolyBoundRect = aOutlineIter->GetBoundRect(); in GetTextAreaOutline() 699 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in FitTextOutlinesToShapeOutlines()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 583 ImplWriteRect( rPoly.GetBoundRect() ); in ImplWritePolygonRecord() 625 ImplWriteRect( rPolyPoly.GetBoundRect() ); in ImplWritePolyPolygonRecord() 684 ImplWriteRect( aNewPoly.GetBoundRect() ); in ImplWritePath() 704 ImplWriteRect( aNewPoly.GetBoundRect() ); in ImplWritePath() 728 ImplWriteRect( rPolyPoly.GetBoundRect() ); in ImplWritePath()
|
/aoo42x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 102 Rectangle GetBoundRect() const; 178 Rectangle GetBoundRect() const;
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 353 const Rectangle aBoundRect( aPolyPolygon.GetBoundRect() ); in Impl_writeGradientEx() 367 mpVDev->AddGradientActions( aPolyPolygon.GetBoundRect(), rGradient, aTmpMtf ); in Impl_writeGradientEx() 1228 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke() 1232 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke() 1275 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeFilling() 1279 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeFilling()
|
H A D | swfwriter.cxx | 397 mpTag->addRect( rPolyPoly.GetBoundRect() ); in defineShape() 441 mpTag->addRect( rPolyPoly.GetBoundRect() ); in defineShape()
|
/aoo42x/main/vcl/inc/ |
H A D | sallayout.hxx | 184 virtual bool GetBoundRect( SalGraphics&, Rectangle& ) const; 242 virtual bool GetBoundRect( SalGraphics&, Rectangle& ) const;
|
H A D | regionband.hxx | 78 Rectangle GetBoundRect() const;
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | objectcontactofpageview.cxx | 191 … const Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect()); in DoProcessDisplay() 208 const Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect()); in DoProcessDisplay()
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 169 Rectangle GetBoundRect() const; 277 Rectangle GetBoundRect() const;
|
/aoo42x/main/svtools/source/misc/ |
H A D | imap.cxx | 485 Rectangle IMapCircleObject::GetBoundRect() const in GetBoundRect() function in IMapCircleObject 1022 Rectangle ImageMap::GetBoundRect() const in GetBoundRect() function in ImageMap 1028 aBoundRect.Union( ( (IMapObject*) maList.GetObject( i ) )->GetBoundRect() ); in GetBoundRect()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | ctlayout.cxx | 45 virtual bool GetBoundRect( SalGraphics&, Rectangle& ) const; 515 bool CTLayout::GetBoundRect( SalGraphics& rGraphics, Rectangle& rVCLRect ) const in GetBoundRect() function in CTLayout
|
/aoo42x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 241 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in DrawObj() 507 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in ImplCreateOutput() 609 aOutRect.Intersection( pOut->LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplCreateOutput() 1432 Rectangle aNewBound( aPoly.GetBoundRect() ); in ImplCreateRotatedScaled() 1972 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in ImplDraw()
|
H A D | grfmgr.cxx | 723 aCropRect = aClipPolyPoly.GetBoundRect(); in Draw() 792 aCropRect = aClipPolyPoly.GetBoundRect(); in DrawWithPDFHandling() 870 pOut->IntersectClipRegion( aClipPolyPoly.GetBoundRect() ); in StartAnimation()
|
/aoo42x/main/tools/source/generic/ |
H A D | poly2.cxx | 316 const Rectangle aBound( GetBoundRect() ); in Optimize() 629 Rectangle PolyPolygon::GetBoundRect() const in GetBoundRect() function in PolyPolygon
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 687 Rectangle XPolygon::GetBoundRect() const in GetBoundRect() function in XPolygon 1859 Rectangle XPolyPolygon::GetBoundRect() const in GetBoundRect() function in XPolyPolygon 1867 aRect.Union( pXPoly->GetBoundRect() ); in GetBoundRect()
|