Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx197 EnhancedCustomShapeAdjustmentValue aAdjustmentVal; in pushToPropSet() local
206 aAdjustmentVal.Value <<= nValue; in pushToPropSet()
207 aAdjustmentVal.State = PropertyState_DIRECT_VALUE; in pushToPropSet()
208 aAdjustmentSeq[ nAdjustmentIndex ] = aAdjustmentVal; in pushToPropSet()
258 EnhancedCustomShapeAdjustmentValue aAdjustmentVal; in pushToPropSet() local
259 aAdjustmentVal.Value <<= maAdjustmentGuideList[ i ].maFormula.toInt32(); in pushToPropSet()
260 aAdjustmentVal.State = PropertyState_DIRECT_VALUE; in pushToPropSet()
261 aAdjustmentValues[ i ] = aAdjustmentVal; in pushToPropSet()

Completed in 7 milliseconds