Searched refs:aAdjustmentSeq (Results 1 – 6 of 6) sorted by relevance
185 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; in pushToPropSet() local186 if ( aGeoPropSeq[ i ].Value >>= aAdjustmentSeq ) in pushToPropSet()194 if ( ( nAdjustmentIndex >= 0 ) && ( nAdjustmentIndex < aAdjustmentSeq.getLength() ) ) in pushToPropSet()199 aAdjustmentSeq[ nAdjustmentIndex ] = aAdjustmentVal; in pushToPropSet()204 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
3799 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; in CreateCustomShapeProperties() local3800 if ( aAdjustmentValuesProp >>= aAdjustmentSeq ) in CreateCustomShapeProperties()3805 sal_Int32 k, nValue = 0, nAdjustmentValues = aAdjustmentSeq.getLength(); in CreateCustomShapeProperties()3807 … if( GetAdjustmentValue( aAdjustmentSeq[ k ], k, nAdjustmentsWhichNeedsToBeConverted, nValue ) ) in CreateCustomShapeProperties()
2599 …uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq( nAdju… in ApplyCustomShapeGeometryAttributes() local2613 aAdjustmentSeq[ nAdjustmentValues ].Value <<= fValue; in ApplyCustomShapeGeometryAttributes()2616 aAdjustmentSeq[ nAdjustmentValues ].Value <<= nValue; in ApplyCustomShapeGeometryAttributes()2617 aAdjustmentSeq[ nAdjustmentValues ].State = ePropertyState; in ApplyCustomShapeGeometryAttributes()2622 aProp.Value <<= aAdjustmentSeq; in ApplyCustomShapeGeometryAttributes()
3238 *pAny >>= rAGeo.aAdjustmentSeq; in SaveGeoData()3253 aPropVal.Value <<= rAGeo.aAdjustmentSeq; in RestGeoData()
Completed in 126 milliseconds