Home
last modified time | relevance | path

Searched refs:nRangeXMin (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdoashp.cxx1019 if ( pData->nRangeXMin != DEFAULT_MINIMUM_SIGNED_COMPARE ) in MergeDefaultAttributes()
1027 if ( pData->nRangeXMin != DEFAULT_MINIMUM_SIGNED_COMPARE ) in MergeDefaultAttributes()
1083 if ( pData->nRangeXMin != DEFAULT_MINIMUM_SIGNED_COMPARE ) in MergeDefaultAttributes()
1087 …hancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRadiusRangeMinimum, pData->nRangeXMin, in MergeDefaultAttributes()
1105 if ( pData->nRangeXMin != DEFAULT_MINIMUM_SIGNED_COMPARE ) in MergeDefaultAttributes()
1109 … EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRangeXMinimum, pData->nRangeXMin, in MergeDefaultAttributes()
1501 if ( pData->nRangeXMin != DEFAULT_MINIMUM_SIGNED_COMPARE ) in IsDefaultGeometry()
1509 if ( pData->nRangeXMin != DEFAULT_MINIMUM_SIGNED_COMPARE ) in IsDefaultGeometry()
1565 if ( pData->nRangeXMin != DEFAULT_MINIMUM_SIGNED_COMPARE ) in IsDefaultGeometry()
1569 …hancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRadiusRangeMinimum, pData->nRangeXMin, in IsDefaultGeometry()
[all …]
/AOO41X/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxx63 …sal_Int32 nPositionX, nPositionY, nCenterX, nCenterY, nRangeXMin, nRangeXMax, nRangeYMin, nRange… member
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx2034 …sal_Int32 nPositionX, nPositionY, nCenterX, nCenterY, nRangeXMin, nRangeXMax, nRangeYMin, nRange… in ApplyCustomShapeGeometryAttributes() local
2040 >> nRangeXMin in ApplyCustomShapeGeometryAttributes()
2113 if ( (sal_uInt32)nRangeXMin != 0x80000000 ) in ApplyCustomShapeGeometryAttributes()
2115 if ( nRangeXMin == 2 ) in ApplyCustomShapeGeometryAttributes()
2116 nRangeXMin = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
2118 … EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRangeXMinimum, nRangeXMin, in ApplyCustomShapeGeometryAttributes()
2164 if ( (sal_uInt32)nRangeXMin != 0x7fffffff ) in ApplyCustomShapeGeometryAttributes()
2166 if ( nRangeXMin == 2 ) in ApplyCustomShapeGeometryAttributes()
2167 nRangeXMin = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
2169 … EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aRadiusRangeMinimum, nRangeXMin, in ApplyCustomShapeGeometryAttributes()