Lines Matching refs:aBoundRect

553 										Rectangle aBoundRect( aPolyPoly.GetBoundRect() );  in SolveSolver()  local
554 if ( aBoundRect.GetWidth() && aBoundRect.GetHeight() ) in SolveSolver()
567 double fXRel = rPoint.X() - aBoundRect.Left(); in SolveSolver()
568 double fYRel = rPoint.Y() - aBoundRect.Top(); in SolveSolver()
569 sal_Int32 nWidth = aBoundRect.GetWidth(); in SolveSolver()
572 sal_Int32 nHeight= aBoundRect.GetHeight(); in SolveSolver()
1146 …Size aBitmapSizePixel( static_cast< sal_Int32 >( ( rObjData.aBoundRect.GetWidth() / 2540.0 ) * 90.… in ApplyRectangularGradientAsBitmap()
1147 static_cast< sal_Int32 >( ( rObjData.aBoundRect.GetHeight() / 2540.0 ) * 90.0 ) ); in ApplyRectangularGradientAsBitmap()
1355 if ( rObjData.aBoundRect.IsEmpty() )// size of object needed to be able in ApplyFillAttributes()
4103 …pRet = ImportOLE( GetPropertyValue( DFF_Prop_pictureId ), aGraf, rObjData.aBoundRect, aVisArea, rO… in ImportGraphic()
4151 pRet->SetLogicRect( rObjData.aBoundRect ); in ImportGraphic()
4406 aObjData.aBoundRect = aObjData.aChildAnchor; in ImportShape()
4409 aObjData.aBoundRect = Rectangle( Point(), Size( 1, 1 ) ); in ImportShape()
4412 if ( !aObjData.aBoundRect.IsEmpty() ) in ImportShape()
4419 sal_Int32 nHalfWidth = ( aObjData.aBoundRect.GetWidth() + 1 ) >> 1; in ImportShape()
4420 sal_Int32 nHalfHeight = ( aObjData.aBoundRect.GetHeight() + 1 ) >> 1; in ImportShape()
4421 Point aTopLeft( aObjData.aBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportShape()
4422 aObjData.aBoundRect.Top() + nHalfHeight - nHalfWidth ); 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()
4441 rClientRect = 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()
4711 Size aS( aObjData.aBoundRect.GetSize() ); in ImportShape()
4738 Rectangle aOldBoundRect( aObjData.aBoundRect ); in ImportShape()
4739 …aObjData.aBoundRect = Rectangle( Point( aLogicRect.Left() + (sal_Int32)fXOfs, aLogicRect.Top() + (… in ImportShape()
4771 Point aC1( aObjData.aBoundRect.Center() ); in ImportShape()
4776 aObjData.aBoundRect.Move( aP2.X() - aP1.X(), aP2.Y() - aP1.Y() ); in ImportShape()
4795 pRet->SetSnapRect( aObjData.aBoundRect ); in ImportShape()
4806 pRet->NbcRotate( aObjData.aBoundRect.Center(), nObjectRotation, sin( a ), cos( a ) ); in ImportShape()
4829 pRet->SetLogicRect( aObjData.aBoundRect ); in ImportShape()
4838 Point aPoint1( aObjData.aBoundRect.TopLeft() ); in ImportShape()
4839 Point aPoint2( aObjData.aBoundRect.BottomRight() ); in ImportShape()
4845 Point aCenter( aObjData.aBoundRect.Center() ); in ImportShape()
4917 pRet->NbcRotate( aObjData.aBoundRect.Center(), nObjectRotation, sin( a ), cos( a ) ); in ImportShape()
5446 pTextObj->NbcRotate( rObjData.aBoundRect.Center(), mnFix16Angle, in ProcessObj()