Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds