Home
last modified time | relevance | path

Searched refs:aAdjustmentVal (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx196 EnhancedCustomShapeAdjustmentValue aAdjustmentVal; in pushToPropSet() local
197 aAdjustmentVal.Value <<= (*aIter).maFormula.toInt32(); in pushToPropSet()
198 aAdjustmentVal.State = PropertyState_DIRECT_VALUE; in pushToPropSet()
199 aAdjustmentSeq[ nAdjustmentIndex ] = aAdjustmentVal; in pushToPropSet()
249 EnhancedCustomShapeAdjustmentValue aAdjustmentVal; in pushToPropSet() local
250 aAdjustmentVal.Value <<= maAdjustmentGuideList[ i ].maFormula.toInt32(); in pushToPropSet()
251 aAdjustmentVal.State = PropertyState_DIRECT_VALUE; in pushToPropSet()
252 aAdjustmentValues[ i ] = aAdjustmentVal; in pushToPropSet()

Completed in 14 milliseconds