Home
last modified time | relevance | path

Searched refs:nStretchX (Results 1 – 7 of 7) sorted by path

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx449 sal_uInt16 nStretchX; member in ImpEditEngine
1142 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()
H A Dimpedit2.cxx129 nStretchX = 100; in ImpEditEngine()
H A Dimpedit3.cxx944 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()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3339 sal_Int32 nStretchX = 0; in CreateCustomShapeProperties() local
3340 if ( rrProp.Value >>= nStretchX ) in CreateCustomShapeProperties()
3341 AddOpt( DFF_Prop_stretchPointX, nStretchX ); in CreateCustomShapeProperties()
H A Dmsdffimp.cxx2415 sal_Int32 nStretchX = GetPropertyValue( DFF_Prop_stretchPointX, 0 ); in ApplyCustomShapeGeometryAttributes() local
2417 aProp.Value <<= nStretchX; in ApplyCustomShapeGeometryAttributes()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx644 sal_Int32 nStretchX = 0; in ApplyShapeAttributes() local
645 if ( *pAny >>= nStretchX ) in ApplyShapeAttributes()
646 nXRef = nStretchX; in ApplyShapeAttributes()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1391 sal_Int32 nStretchX = 0; in IsDefaultGeometry() local
1392 if ( *pAny >>= nStretchX ) in IsDefaultGeometry()
1394 if ( pDefCustomShape->nXRef == nStretchX ) in IsDefaultGeometry()

Completed in 210 milliseconds