Searched refs:aSkewPropPair (Results 1 – 1 of 1) sorted by relevance
278 EnhancedCustomShapeParameterPair aSkewPropPair; in impl_execute() local279 aSkewPropPair.First.Value <<= fSkew; in impl_execute()280 aSkewPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()281 aSkewPropPair.Second.Value <<= fSkewAngle; in impl_execute()282 aSkewPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()284 aPropValue.Value <<= aSkewPropPair; in impl_execute()692 EnhancedCustomShapeParameterPair aSkewPropPair; in getExtrusionDirectionState() local694 if( pAny && ( *pAny >>= aSkewPropPair ) ) in getExtrusionDirectionState()696 aSkewPropPair.First.Value >>= fSkew; in getExtrusionDirectionState()697 aSkewPropPair.Second.Value >>= fSkewAngle; in getExtrusionDirectionState()