Searched refs:nStretchX (Results 1 – 7 of 7) sorted by relevance
449 sal_uInt16 nStretchX; member in ImpEditEngine1142 rX = nStretchX; in GetCharStretching()1148 if ( !aStatus.DoStretch() || ( nStretchX == 100 ) ) in GetXValue()1151 return (short) ((long)nXValue*nStretchX/100); in GetXValue()1156 if ( !aStatus.DoStretch() || ( nStretchX == 100 ) ) in GetXValue()1159 return (sal_uInt16) ((long)nXValue*nStretchX/100); in GetXValue()1164 if ( !aStatus.DoStretch() || ( nStretchX == 100 ) ) in GetXValue()1167 return nXValue*nStretchX/100; in GetXValue()
944 if ( aStatus.DoStretch() && ( nStretchX != 100 ) ) in CreateLines()945 nCurPos = nCurPos*100/nStretchX; in CreateLines()2680 if ( nStretchX != 100 ) in SeekCursor()2682 aRealSz.Width() *= nStretchX; in SeekCursor()2699 if ( ( nKerning < 0 ) && ( nStretchX > 100 ) ) in SeekCursor()2703 nKerning /= nStretchX; in SeekCursor()2708 nKerning *= nStretchX; in SeekCursor()4220 nStretchX = nX; in SetCharStretching()4225 nStretchX = nY; in SetCharStretching()
129 nStretchX = 100; in ImpEditEngine()
644 sal_Int32 nStretchX = 0; in ApplyShapeAttributes() local645 if ( *pAny >>= nStretchX ) in ApplyShapeAttributes()646 nXRef = nStretchX; in ApplyShapeAttributes()
1391 sal_Int32 nStretchX = 0; in IsDefaultGeometry() local1392 if ( *pAny >>= nStretchX ) in IsDefaultGeometry()1394 if ( pDefCustomShape->nXRef == nStretchX ) in IsDefaultGeometry()
3339 sal_Int32 nStretchX = 0; in CreateCustomShapeProperties() local3340 if ( rrProp.Value >>= nStretchX ) in CreateCustomShapeProperties()3341 AddOpt( DFF_Prop_stretchPointX, nStretchX ); in CreateCustomShapeProperties()
2415 sal_Int32 nStretchX = GetPropertyValue( DFF_Prop_stretchPointX, 0 ); in ApplyCustomShapeGeometryAttributes() local2417 aProp.Value <<= nStretchX; in ApplyCustomShapeGeometryAttributes()
Completed in 244 milliseconds