Home
last modified time | relevance | path

Searched refs:nCoordWidth (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1632 sal_Int32 nCoordWidth = 21600; // needed to replace handle type center with absolute value in ApplyCustomShapeGeometryAttributes() local
1640 …aViewBox.Width = nCoordWidth = ((sal_Int32)GetPropertyValue( DFF_Prop_geoRight, 21600 ) ) - aViewB… in ApplyCustomShapeGeometryAttributes()
2049 nPositionX = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
2087 nCenterX = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
2103 nCenterX = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
2119 nRangeXMin = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
2131 nRangeXMax = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
2170 nRangeXMin = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
2182 nRangeXMax = nCoordWidth / 2; in ApplyCustomShapeGeometryAttributes()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx84 sal_Int32 nCoordWidth; member in EnhancedCustomShape2d
H A DEnhancedCustomShapeGeometry.hxx76 sal_Int32 nCoordWidth; member
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx608 nCoordWidth = labs( aViewBox.Width ); in ApplyShapeAttributes()
698 nCoordWidth ( 21600 ), in EnhancedCustomShape2d()
799 fXScale = nCoordWidth == 0 ? 0.0 : (double)aLogicRect.GetWidth() / (double)nCoordWidth; in EnhancedCustomShape2d()
854 case ENUM_FUNC_WIDTH : fRet = nCoordWidth; break; in GetEnumFunc()
1016 if ( bReplaceGeoWidth && ( nValue == nCoordWidth ) ) in GetParameter()
1038 rRetValue = nCoordWidth; in GetParameter()
1284 fPos1 /= nCoordWidth; in SetHandleControllerPosition()
1554 if( ( nCoordWidth == pDefCustomShape->nCoordWidth ) in CreateSubPath()
1594 _aCenter.X() = nCoordWidth/2 * fXScale; in CreateSubPath()
1596 fWidth = nCoordWidth/2; in CreateSubPath()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx739 aViewBox.Width = pDefCustomShape->nCoordWidth; in MergeDefaultAttributes()
1176 if ( ( aViewBox.Width == pDefCustomShape->nCoordWidth ) in IsDefaultGeometry()

Completed in 91 milliseconds