Lines Matching refs:aRotateAnglePropPair
187 EnhancedCustomShapeParameterPair aRotateAnglePropPair; in impl_execute() local
190 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()
191 aRotateAnglePropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
192 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()
193 aRotateAnglePropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
195 if( pAny && ( *pAny >>= aRotateAnglePropPair ) ) in impl_execute()
197 aRotateAnglePropPair.First.Value >>= fX; in impl_execute()
198 aRotateAnglePropPair.Second.Value >>= fY; in impl_execute()
204 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()
205 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()
208 aPropValue.Value <<= aRotateAnglePropPair; in impl_execute()