Lines Matching refs:aRotateAnglePropPair
181 EnhancedCustomShapeParameterPair aRotateAnglePropPair; in impl_execute() local
184 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()
185 aRotateAnglePropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
186 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()
187 aRotateAnglePropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
189 if( pAny && ( *pAny >>= aRotateAnglePropPair ) ) in impl_execute()
191 aRotateAnglePropPair.First.Value >>= fX; in impl_execute()
192 aRotateAnglePropPair.Second.Value >>= fY; in impl_execute()
198 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()
199 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()
202 aPropValue.Value <<= aRotateAnglePropPair; in impl_execute()