Lines Matching refs:aRotateAnglePropPair
179 EnhancedCustomShapeParameterPair aRotateAnglePropPair; in impl_execute() local
182 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()
183 aRotateAnglePropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
184 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()
185 aRotateAnglePropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
187 if( pAny && ( *pAny >>= aRotateAnglePropPair ) ) in impl_execute()
189 aRotateAnglePropPair.First.Value >>= fX; in impl_execute()
190 aRotateAnglePropPair.Second.Value >>= fY; in impl_execute()
196 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()
197 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()
200 aPropValue.Value <<= aRotateAnglePropPair; in impl_execute()