Lines Matching refs:GetWidth

799  	fXScale = nCoordWidth == 0 ? 0.0 : (double)aLogicRect.GetWidth() / (double)nCoordWidth;  in EnhancedCustomShape2d()
803 fXRatio = (double)aLogicRect.GetWidth() / (double)aLogicRect.GetHeight(); in EnhancedCustomShape2d()
811 if( (nYRef != Mx80000000) && aLogicRect.GetWidth() ) in EnhancedCustomShape2d()
813 fYRatio = (double)aLogicRect.GetHeight() / (double)aLogicRect.GetWidth(); in EnhancedCustomShape2d()
856 case ENUM_FUNC_LOGWIDTH : fRet = aLogicRect.GetWidth(); break; in GetEnumFunc()
962 fVal = aLogicRect.GetWidth() - fVal; in GetPoint()
1112 aTopLeft.X() = aLogicRect.GetWidth() - aTopLeft.X(); in GetTextRect()
1113 aBottomRight.X() = aLogicRect.GetWidth() - aBottomRight.X(); in GetTextRect()
1162 if ( aLogicRect.GetHeight() > aLogicRect.GetWidth() ) in GetHandlePosition()
1178 …ShearPoint( rReturnPosition, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), nTan … in GetHandlePosition()
1183 …RotatePoint( rReturnPosition, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), sin(… in GetHandlePosition()
1186 rReturnPosition.X() = aLogicRect.GetWidth() - rReturnPosition.X(); in GetHandlePosition()
1209 aP.X() = aLogicRect.GetWidth() - aP.X(); in SetHandleControllerPosition()
1215 …RotatePoint( aP, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), sin( a ), cos( a … in SetHandleControllerPosition()
1223 ShearPoint( aP, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), nTan ); in SetHandleControllerPosition()
1233 if ( aLogicRect.GetHeight() > aLogicRect.GetWidth() ) in SetHandleControllerPosition()
1623 if ( aRect.GetWidth() && aRect.GetHeight() ) in CreateSubPath()
1658 sal_Int32 nXControl = (sal_Int32)((double)aRect.GetWidth() * 0.2835 ); in CreateSubPath()
1725 if ( aRect.GetWidth() && aRect.GetHeight() ) in CreateSubPath()
1730 double fRatio = (double)aRect.GetHeight() / (double)aRect.GetWidth(); in CreateSubPath()