Home
last modified time | relevance | path

Searched refs:nRangeXMax (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1021 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 …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2037 …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()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxx63 …sal_Int32 nPositionX, nPositionY, nCenterX, nCenterY, nRangeXMin, nRangeXMax, nRangeYMin, nRangeYM… member

Completed in 84 milliseconds