Searched refs:aAdjustmentVal (Results 1 – 1 of 1) sorted by relevance
196 EnhancedCustomShapeAdjustmentValue aAdjustmentVal; in pushToPropSet() local197 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() local250 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