Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx450 sal_uInt16 nStretchY; member in ImpEditEngine
1143 rY = nStretchY; in GetCharStretching()
1172 if ( !aStatus.DoStretch() || ( nStretchY == 100 ) ) in GetYValue()
1175 return (short) ((long)nYValue*nStretchY/100); in GetYValue()
1180 if ( !aStatus.DoStretch() || ( nStretchY == 100 ) ) in GetYValue()
1183 return (sal_uInt16) ((long)nYValue*nStretchY/100); in GetYValue()
H A Dimpedit2.cxx130 nStretchY = 100; in ImpEditEngine()
H A Dimpedit3.cxx2675 if ( nStretchY != 100 ) in SeekCursor()
2677 aRealSz.Height() *= nStretchY; in SeekCursor()
4221 nStretchY = nY; in SetCharStretching()
4226 nStretchY = nX; in SetCharStretching()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3348 sal_Int32 nStretchY = 0; in CreateCustomShapeProperties() local
3349 if ( rrProp.Value >>= nStretchY ) in CreateCustomShapeProperties()
3350 AddOpt( DFF_Prop_stretchPointY, nStretchY ); in CreateCustomShapeProperties()
H A Dmsdffimp.cxx2424 sal_Int32 nStretchY = GetPropertyValue( DFF_Prop_stretchPointY, 0 ); in ApplyCustomShapeGeometryAttributes() local
2426 aProp.Value <<= nStretchY; in ApplyCustomShapeGeometryAttributes()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx656 sal_Int32 nStretchY = 0; in ApplyShapeAttributes() local
657 if ( *pAny >>= nStretchY ) in ApplyShapeAttributes()
658 nYRef = nStretchY; in ApplyShapeAttributes()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1409 sal_Int32 nStretchY = 0; in IsDefaultGeometry() local
1410 if ( *pAny >>= nStretchY ) in IsDefaultGeometry()
1412 if ( pDefCustomShape->nYRef == nStretchY ) in IsDefaultGeometry()

Completed in 151 milliseconds