Lines Matching refs:GetHeight

800  	fYScale = nCoordHeight == 0 ? 0.0 : (double)aLogicRect.GetHeight() / (double)nCoordHeight;  in EnhancedCustomShape2d()
801 if( (nXRef != Mx80000000) && aLogicRect.GetHeight() ) in EnhancedCustomShape2d()
803 fXRatio = (double)aLogicRect.GetWidth() / (double)aLogicRect.GetHeight(); in EnhancedCustomShape2d()
813 fYRatio = (double)aLogicRect.GetHeight() / (double)aLogicRect.GetWidth(); in EnhancedCustomShape2d()
857 case ENUM_FUNC_LOGHEIGHT : fRet = aLogicRect.GetHeight(); break; in GetEnumFunc()
949 fVal = aLogicRect.GetHeight() - fVal; in GetPoint()
1117 aTopLeft.Y() = aLogicRect.GetHeight() - aTopLeft.Y(); in GetTextRect()
1118 aBottomRight.Y() = aLogicRect.GetHeight() - aBottomRight.Y(); 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()
1188 rReturnPosition.Y() = aLogicRect.GetHeight() - rReturnPosition.Y(); in GetHandlePosition()
1211 aP.Y() = aLogicRect.GetHeight() - aP.Y(); 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()
1659 sal_Int32 nYControl = (sal_Int32)((double)aRect.GetHeight() * 0.2835 ); in CreateSubPath()
1725 if ( aRect.GetWidth() && aRect.GetHeight() ) in CreateSubPath()
1730 double fRatio = (double)aRect.GetHeight() / (double)aRect.GetWidth(); in CreateSubPath()