Home
last modified time | relevance | path

Searched refs:aAdjustmentSeq (Results 1 – 6 of 6) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx3810 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; in CreateCustomShapeProperties() local
3811 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()
H A Dmsdffimp.cxx2602 …uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq( nAdju… in ApplyCustomShapeGeometryAttributes() local
2616 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()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx186 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; in pushToPropSet() local
187 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()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1215 Sequence< drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq; in WritePresetShape() local
1216 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()
/trunk/main/svx/inc/svx/
H A Dsvdoashp.hxx61 aAdjustmentSeq; member in SdrAShapeObjGeoData
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx3238 *pAny >>= rAGeo.aAdjustmentSeq; in SaveGeoData()
3253 aPropVal.Value <<= rAGeo.aAdjustmentSeq; in RestGeoData()

Completed in 72 milliseconds