Searched refs:nRangeXMax (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 1021 if ( pData->nRangeXMax != DEFAULT_MAXIMUM_SIGNED_COMPARE ) in MergeDefaultAttributes() 1029 if ( pData->nRangeXMax != DEFAULT_MAXIMUM_SIGNED_COMPARE ) in MergeDefaultAttributes() 1092 if ( pData->nRangeXMax != DEFAULT_MAXIMUM_SIGNED_COMPARE ) in MergeDefaultAttributes() 1096 …hancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRadiusRangeMaximum, pData->nRangeXMax, in MergeDefaultAttributes() 1114 if ( pData->nRangeXMax != DEFAULT_MAXIMUM_SIGNED_COMPARE ) in MergeDefaultAttributes() 1118 … EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRangeXMaximum, pData->nRangeXMax, in MergeDefaultAttributes() 1503 if ( pData->nRangeXMax != DEFAULT_MAXIMUM_SIGNED_COMPARE ) in IsDefaultGeometry() 1511 if ( pData->nRangeXMax != DEFAULT_MAXIMUM_SIGNED_COMPARE ) in IsDefaultGeometry() 1574 if ( pData->nRangeXMax != DEFAULT_MAXIMUM_SIGNED_COMPARE ) in IsDefaultGeometry() 1596 if ( pData->nRangeXMax != DEFAULT_MAXIMUM_SIGNED_COMPARE ) in IsDefaultGeometry() [all …]
|
/aoo42x/main/svx/inc/svx/ |
H A D | EnhancedCustomShapeGeometry.hxx | 63 …sal_Int32 nPositionX, nPositionY, nCenterX, nCenterY, nRangeXMin, nRangeXMax, nRangeYMin, nRangeYM… member
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 2037 …sal_Int32 nPositionX, nPositionY, nCenterX, nCenterY, nRangeXMin, nRangeXMax, nRangeYMin, nRangeYM… in ApplyCustomShapeGeometryAttributes() local 2044 >> nRangeXMax in ApplyCustomShapeGeometryAttributes() 2128 if ( (sal_uInt32)nRangeXMax != 0x7fffffff ) in ApplyCustomShapeGeometryAttributes() 2130 if ( nRangeXMax == 2 ) in ApplyCustomShapeGeometryAttributes() 2131 nRangeXMax = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes() 2133 EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRangeXMaximum, nRangeXMax, in ApplyCustomShapeGeometryAttributes() 2179 if ( (sal_uInt32)nRangeXMax != 0x80000000 ) in ApplyCustomShapeGeometryAttributes() 2181 if ( nRangeXMax == 2 ) in ApplyCustomShapeGeometryAttributes() 2182 nRangeXMax = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes() 2184 EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRadiusRangeMaximum, nRangeXMax, in ApplyCustomShapeGeometryAttributes()
|
Completed in 67 milliseconds