Home
last modified time | relevance | path

Searched refs:aRotateAnglePropPair (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx179 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()
[all …]