Searched refs:nStretchY (Results 1 – 7 of 7) sorted by relevance
450 sal_uInt16 nStretchY; member in ImpEditEngine1143 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()
2675 if ( nStretchY != 100 ) in SeekCursor()2677 aRealSz.Height() *= nStretchY; in SeekCursor()4154 nStretchY = nY; in SetCharStretching()4159 nStretchY = nX; in SetCharStretching()
130 nStretchY = 100; in ImpEditEngine()
656 sal_Int32 nStretchY = 0; in ApplyShapeAttributes() local657 if ( *pAny >>= nStretchY ) in ApplyShapeAttributes()658 nYRef = nStretchY; in ApplyShapeAttributes()
1409 sal_Int32 nStretchY = 0; in IsDefaultGeometry() local1410 if ( *pAny >>= nStretchY ) in IsDefaultGeometry()1412 if ( pDefCustomShape->nYRef == nStretchY ) in IsDefaultGeometry()
3337 sal_Int32 nStretchY = 0; in CreateCustomShapeProperties() local3338 if ( rrProp.Value >>= nStretchY ) in CreateCustomShapeProperties()3339 AddOpt( DFF_Prop_stretchPointY, nStretchY ); in CreateCustomShapeProperties()
2421 sal_Int32 nStretchY = GetPropertyValue( DFF_Prop_stretchPointY, 0 ); in ApplyCustomShapeGeometryAttributes() local2423 aProp.Value <<= nStretchY; in ApplyCustomShapeGeometryAttributes()
Completed in 192 milliseconds