Searched refs:aAdjustmentSeq (Results 1 – 6 of 6) sorted by relevance
186 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; in pushToPropSet() local187 if ( aGeoPropSeq[ i ].Value >>= aAdjustmentSeq ) in pushToPropSet()195 if ( ( nAdjustmentIndex >= 0 ) && ( nAdjustmentIndex < aAdjustmentSeq.getLength() ) ) in pushToPropSet()208 aAdjustmentSeq[ nAdjustmentIndex ] = aAdjustmentVal; in pushToPropSet()213 aGeoPropSeq[ i ].Value <<= aAdjustmentSeq; in pushToPropSet()
1215 Sequence< drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; in WritePresetShape() local1216 if ( rProp.Value >>= aAdjustmentSeq ) { in WritePresetShape()1217 DBG(printf("adj seq len: %d\n", int( aAdjustmentSeq.getLength() ))); in WritePresetShape()1221 sal_Int32 nValue, nLength = aAdjustmentSeq.getLength(); in WritePresetShape()1223 …if( EscherPropertyContainer::GetAdjustmentValue( aAdjustmentSeq[ i ], i, nAdjustmentsWhichNeedsToB… in WritePresetShape()
61 aAdjustmentSeq; member in SdrAShapeObjGeoData
3810 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; in CreateCustomShapeProperties() local3811 if ( aAdjustmentValuesProp >>= aAdjustmentSeq ) in CreateCustomShapeProperties()3816 sal_Int32 k, nValue = 0, nAdjustmentValues = aAdjustmentSeq.getLength(); in CreateCustomShapeProperties()3818 … if( GetAdjustmentValue( aAdjustmentSeq[ k ], k, nAdjustmentsWhichNeedsToBeConverted, nValue ) ) in CreateCustomShapeProperties()
2602 …uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq( nAdju… in ApplyCustomShapeGeometryAttributes() local2616 aAdjustmentSeq[ nAdjustmentValues ].Value <<= fValue; in ApplyCustomShapeGeometryAttributes()2619 aAdjustmentSeq[ nAdjustmentValues ].Value <<= nValue; in ApplyCustomShapeGeometryAttributes()2620 aAdjustmentSeq[ nAdjustmentValues ].State = ePropertyState; in ApplyCustomShapeGeometryAttributes()2625 aProp.Value <<= aAdjustmentSeq; in ApplyCustomShapeGeometryAttributes()
3238 *pAny >>= rAGeo.aAdjustmentSeq; in SaveGeoData()3253 aPropVal.Value <<= rAGeo.aAdjustmentSeq; in RestGeoData()
Completed in 83 milliseconds