Home
last modified time | relevance | path

Searched refs:aBoundRect (Results 1 – 25 of 47) sorted by last modified time

12

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4370 Rectangle aBoundRect = aTemp.GetBoundRect(); in ImplGetEmphasisMark() local
4371 rWidth = aBoundRect.GetWidth(); in ImplGetEmphasisMark()
4372 nDotSize = aBoundRect.GetHeight(); in ImplGetEmphasisMark()
4527 Rectangle aBoundRect; in ImplDrawRotateText() local
4530 if( !rSalLayout.GetBoundRect( *mpGraphics, aBoundRect ) ) in ImplDrawRotateText()
4536 aBoundRect = Rectangle( 0, -nTop, nRight, nHeight - nTop ); in ImplDrawRotateText()
4547 if( !pVDev->SetOutputSizePixel( aBoundRect.GetSize() ) ) in ImplDrawRotateText()
4561 rSalLayout.DrawBase() -= aBoundRect.TopLeft(); in ImplDrawRotateText()
4564 Bitmap aBmp = pVDev->GetBitmap( Point(), aBoundRect.GetSize() ); in ImplDrawRotateText()
4569 Polygon aPoly( aBoundRect ); in ImplDrawRotateText()
H A Dpdfwriter_impl.cxx9250 Rectangle aBoundRect( rPoly.GetBoundRect() ); in drawPolyLine() local
9255 aBoundRect.Top() -= nLW; in drawPolyLine()
9256 aBoundRect.Left() -= nLW; in drawPolyLine()
9257 aBoundRect.Right() += nLW; in drawPolyLine()
9258 aBoundRect.Bottom() += nLW; in drawPolyLine()
9260 endTransparencyGroup( aBoundRect, (sal_uInt16)(100.0*rInfo.m_fTransparency) ); in drawPolyLine()
10265 Rectangle aBoundRect = rPolyPoly.GetBoundRect(); in drawGradient() local
10266 sal_Int32 nGradient = createGradient( rGradient, aBoundRect.GetSize() ); in drawGradient()
10270 Point aTranslate = aBoundRect.BottomLeft(); in drawGradient()
H A Dprint2.cxx591 aActionBounds = rOut.PixelToLogic( aBoundRect ); in ImplCalcActionBounds()
622 aActionBounds = rOut.PixelToLogic( aBoundRect ); in ImplCalcActionBounds()
1171 Rectangle aBoundRect( aCurr->aBounds ); in RemoveTransparenciesFromMetaFile() local
1172 aBoundRect.Intersection( aOutputRect ); in RemoveTransparenciesFromMetaFile()
1174 const double fBmpArea( (double) aBoundRect.GetWidth() * aBoundRect.GetHeight() ); in RemoveTransparenciesFromMetaFile()
1188 if( aBoundRect.GetWidth() && aBoundRect.GetHeight() ) in RemoveTransparenciesFromMetaFile()
1190 Point aDstPtPix( aBoundRect.TopLeft() ); in RemoveTransparenciesFromMetaFile()
1204 while( aDstPtPix.Y() <= aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1206 aDstPtPix.X() = aBoundRect.Left(); in RemoveTransparenciesFromMetaFile()
1210 aDstSzPix.Height() = aBoundRect.Bottom() - aDstPtPix.Y() + 1L; in RemoveTransparenciesFromMetaFile()
[all …]
H A Doutdev4.cxx892 const Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in DrawGradient() local
897 Rectangle aRect( ImplLogicToDevicePixel( aBoundRect ) ); in DrawGradient()
937 const Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in DrawGradient() local
941 aDstRect.Intersection( aBoundRect ); in DrawGradient()
979 pVDev->DrawGradient( aBoundRect, aGradient ); in DrawGradient()
984 pVDev->DrawGradient( aBoundRect, aGradient ); in DrawGradient()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx873 pObj->NbcRotate( rObjData.aBoundRect.Center(), mnFix16Angle, in ProcessObj()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2100 Rectangle aBoundRect( aPoly.GetBoundRect() ); in ImpCheckCustomGluePointsAreAdded() local
2101 sal_Int32 nXDiff = aBoundRect.Left() - aRect.Left(); in ImpCheckCustomGluePointsAreAdded()
2102 sal_Int32 nYDiff = aBoundRect.Top() - aRect.Top(); in ImpCheckCustomGluePointsAreAdded()
3403 Rectangle aBoundRect( aPol.GetBoundRect() ); in TRGetBaseGeometry() local
3405 Point aRef1( ( aBoundRect.Left() + aBoundRect.Right() ) >> 1, aBoundRect.Top() ); in TRGetBaseGeometry()
3425 Rectangle aBoundRect( aPol.GetBoundRect() ); in TRGetBaseGeometry() local
3427 Point aRef1( aBoundRect.Left(), ( aBoundRect.Top() + aBoundRect.Bottom() ) >> 1 ); in TRGetBaseGeometry()
H A Dsvdobj.cxx1917 rGeo.aBoundRect =GetCurrentBoundRect(); in SaveGeoData()
1944 aOutRect =rGeo.aBoundRect ; in RestGeoData()
H A Dsvdograf.cxx1225 const Rectangle aBoundRect(GetCurrentBoundRect()); in getMetafileFromEmbeddedSvg() local
1234 aRetval.Move(-aBoundRect.Left(), -aBoundRect.Top()); in getMetafileFromEmbeddedSvg()
1236 aRetval.SetPrefSize(aBoundRect.GetSize()); in getMetafileFromEmbeddedSvg()
H A Dsvdview.cxx540 Rectangle aBoundRect(pHitObj->GetCurrentBoundRect()); in PickAnything() local
545 aBoundRect = pHitObj->GetSnapRect(); in PickAnything()
558 …if( (aLocalLogicPosition.X() >= aBoundRect.Left() - nTolerance && aLocalLogicPosition.X() <= aBoun… in PickAnything()
559 …|| (aLocalLogicPosition.X() >= aBoundRect.Right() - nTolerance && aLocalLogicPosition.X() <= aBoun… in PickAnything()
560 …|| (aLocalLogicPosition.Y() >= aBoundRect.Top() - nTolerance && aLocalLogicPosition.Y() <= aBoundR… in PickAnything()
561 …|| (aLocalLogicPosition.Y() >= aBoundRect.Bottom() - nTolerance && aLocalLogicPosition.Y() <= aBou… in PickAnything()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx353 const Rectangle aBoundRect( aPolyPolygon.GetBoundRect() ); in Impl_writeGradientEx() local
355 FillStyle aFillStyle( aBoundRect, rGradient ); in Impl_writeGradientEx()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx276 Rectangle aBoundRect; member in SdrObjGeoData
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx2017 Rectangle aBoundRect( aPol.GetBoundRect() ); in getPosition() local
2019 Point aRef1( ( aBoundRect.Left() + aBoundRect.Right() ) >> 1, aBoundRect.Top() ); in getPosition()
2039 Rectangle aBoundRect( aPol.GetBoundRect() ); in getPosition() local
2041 Point aRef1( aBoundRect.Left(), ( aBoundRect.Top() + aBoundRect.Bottom() ) >> 1 ); in getPosition()
H A Dunoshtxt.cxx542 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in SetupOutliner() local
546 maTextOffset = aPaintRect.TopLeft() - aBoundRect.TopLeft(); in SetupOutliner()
565 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in UpdateOutliner() local
569 maTextOffset = aPaintRect.TopLeft() - aBoundRect.TopLeft(); in UpdateOutliner()
787 Rectangle aBoundRect( pTextObj->GetCurrentBoundRect() ); in CreateViewForwarder() local
790 return new SvxDrawOutlinerViewForwarder( rOutlView, aBoundRect.TopLeft() ); in CreateViewForwarder()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx890 pRet = new SdrPageObj( rObjData.aBoundRect, pSdrModel->GetPage( nPageNum - 1 ) ); in ProcessObj()
1291 pTObj->NbcRotate( rObjData.aBoundRect.Center(), nAngle, sin( a ), cos( a ) ); in ProcessObj()
H A Dmsdffimp.cxx554 if ( aBoundRect.GetWidth() && aBoundRect.GetHeight() ) in SolveSolver()
4151 pRet->SetLogicRect( rObjData.aBoundRect ); in ImportGraphic()
4406 aObjData.aBoundRect = aObjData.aChildAnchor; in ImportShape()
4412 if ( !aObjData.aBoundRect.IsEmpty() ) in ImportShape()
4423 Size aNewSize( aObjData.aBoundRect.GetHeight(), aObjData.aBoundRect.GetWidth() ); in ImportShape()
4425 aObjData.aBoundRect = aNewRect; in ImportShape()
4428 aTextRect = aObjData.aBoundRect; in ImportShape()
4462 aPoly.append(basegfx::B2DPoint(aObjData.aBoundRect.Left(), aObjData.aBoundRect.Top())); in ImportShape()
4463 aPoly.append(basegfx::B2DPoint(aObjData.aBoundRect.Right(), aObjData.aBoundRect.Bottom())); in ImportShape()
4710 Point aP( aObjData.aBoundRect.Center() ); in ImportShape()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx75 Rectangle aBoundRect; member
81 Rectangle aBoundRect; member
87 Rectangle aBoundRect; member
323 aCharacterData.aBoundRect.Move( nM, 0 ); in GetTextAreaOutline()
400 aParagraphIter->aBoundRect.Union( aBoundRect ); in GetTextAreaOutline()
406 if ( aParagraphIter->aBoundRect.IsEmpty() ) in GetTextAreaOutline()
408 if ( rTextArea.aBoundRect.IsEmpty() ) in GetTextAreaOutline()
512 … nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ) / 2; in GetFontWorkOutline()
514 nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ); in GetFontWorkOutline()
700 double fx1 = aBoundRect.Left() - nLeft; in FitTextOutlinesToShapeOutlines()
[all …]
H A DEnhancedCustomShape3d.cxx508 …const Rectangle aBoundRect(basegfx::fround(aTempRange.getMinX()), basegfx::fround(aTempRange.getMi… in Create3DObject() local
509 aBoundRect2d.Union( aBoundRect ); in Create3DObject()
544 if ( aSnapRect != aBoundRect ) in Create3DObject()
549 double fXScale = (double)aBoundRect.GetWidth() / (double)aSnapRect.GetWidth(); in Create3DObject()
550 double fYScale = (double)aBoundRect.GetHeight() / (double)aSnapRect.GetHeight(); in Create3DObject()
552 …Point aPt( (sal_Int32)( (double)( aBoundRect.Left() - aSnapRect.Left() )* (double)aBmpSize.Width()… in Create3DObject()
553 …(sal_Int32)( (double)( aBoundRect.Top() - aSnapRect.Top() ) * (double)aBmpSize.Height() / (double)… in Create3DObject()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx2493 Rectangle aBoundRect( Point( pPaintEvt->mnBoundX, pPaintEvt->mnBoundY ), in ImplWindowFrameProc() local
2495 ImplHandlePaint( pWindow, aBoundRect, pPaintEvt->mbImmediateUpdate ); in ImplWindowFrameProc()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1721 const Rectangle aBoundRect( pObj->GetCurrentBoundRect() ); in updateSdrPathObjFromPath() local
1722 const Point aCenter( aBoundRect.Center() ); in updateSdrPathObjFromPath()
1739 Rectangle aBoundRect(0,0,0,0); in updatePathFromSdrPathObj() local
1747 aBoundRect = Rectangle( in updatePathFromSdrPathObj()
1752 const Point aCenter( aBoundRect.Center() ); in updatePathFromSdrPathObj()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx997 SwRect aBoundRect; in ChangeFly() local
1004 rSh.CalcBoundRect( aBoundRect, eAnchorId, in ChangeFly()
1009 long nLeft = Min( aTmp.Left() - aBoundRect.Left(), aSnap.Width() ); in ChangeFly()
1010 long nRight = Min( aBoundRect.Right() - aTmp.Right(), aSnap.Width() ); in ChangeFly()
1011 long nUp = Min( aTmp.Top() - aBoundRect.Top(), aSnap.Height() ); in ChangeFly()
1012 long nDown = Min( aBoundRect.Bottom() - aTmp.Bottom(), aSnap.Height() ); in ChangeFly()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx889 ::com::sun::star::awt::Rectangle aBoundRect; in implExportShape()
892 xShapePropSet->getPropertyValue( B2UCONST( "BoundRect" ) ) >>= aBoundRect; in implExportShape()
894 const Point aTopLeft( aBoundRect.X, aBoundRect.Y ); in implExportShape()
895 const Size aSize( aBoundRect.Width, aBoundRect.Height ); in implExportShape()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2075 aBoundRect.SetPos( rPos ); in SetEntryPos()
3037 Rectangle aBoundRect; in CalcMaxTextRect() local
3050 if( aBoundRect.Top() > aBoundRect.Bottom()) in CalcMaxTextRect()
3051 aBoundRect.Top() = aBoundRect.Bottom(); in CalcMaxTextRect()
3053 aBoundRect.Left()++; in CalcMaxTextRect()
3055 aBoundRect.Right()--; in CalcMaxTextRect()
3056 if( aBoundRect.Left() > aBoundRect.Right()) in CalcMaxTextRect()
3057 aBoundRect.Left() = aBoundRect.Right(); in CalcMaxTextRect()
3066 if( aBoundRect.Left() > aBoundRect.Right() ) in CalcMaxTextRect()
3067 aBoundRect.Left() = aBoundRect.Right(); in CalcMaxTextRect()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx177 const Rectangle& aBoundRect = aRectangles[0]; in setClipRegion() local
180 … basegfx::B2IRange(aBoundRect.Left(),aBoundRect.Top(),aBoundRect.Right(),aBoundRect.Bottom()) ); in setClipRegion()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx820 SwRect aBoundRect; in IMPL_LINK() local
835 pSh->CalcBoundRect( aBoundRect, eAnchorType, in IMPL_LINK()
850 Point aPos(aBoundRect.Pos()); in IMPL_LINK()
854 Size aSize(aBoundRect.SSize()); in IMPL_LINK()
858 aBoundRect.Chg( aPos, aSize ); in IMPL_LINK()
867 pValidation->nMinHPos = aBoundRect.Left(); in IMPL_LINK()
868 pValidation->nMinVPos = aBoundRect.Top(); in IMPL_LINK()
901 nV = aBoundRect.Top(); in IMPL_LINK()
904 nH = aBoundRect.Left(); in IMPL_LINK()
965 ? aBoundRect.Left() in IMPL_LINK()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx288 SwRect aBoundRect; in ValidateMetrics() local
307 Point aPos(aBoundRect.Pos()); in ValidateMetrics()
311 Size aSize(aBoundRect.SSize()); in ValidateMetrics()
315 aBoundRect.Chg( aPos, aSize ); in ValidateMetrics()
324 rVal.nMinHPos = aBoundRect.Left(); in ValidateMetrics()
325 rVal.nMinVPos = aBoundRect.Top(); in ValidateMetrics()
358 nV = aBoundRect.Top(); in ValidateMetrics()
361 nH = aBoundRect.Left(); in ValidateMetrics()
414 rVal.nMinVPos = aBoundRect.Top(); in ValidateMetrics()
492 rVal.nMaxWidth = aBoundRect.Width(); in ValidateMetrics()
[all …]

Completed in 408 milliseconds

12