Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/toolbars/
H A Dextrusionbar.cxx286 EnhancedCustomShapeParameterPair aSkewPropPair; in impl_execute() local
287 aSkewPropPair.First.Value <<= fSkew; in impl_execute()
288 aSkewPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
289 aSkewPropPair.Second.Value <<= fSkewAngle; in impl_execute()
290 aSkewPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
292 aPropValue.Value <<= aSkewPropPair; in impl_execute()
700 EnhancedCustomShapeParameterPair aSkewPropPair; in getExtrusionDirectionState() local
702 if( pAny && ( *pAny >>= aSkewPropPair ) ) in getExtrusionDirectionState()
704 aSkewPropPair.First.Value >>= fSkew; in getExtrusionDirectionState()
705 aSkewPropPair.Second.Value >>= fSkewAngle; in getExtrusionDirectionState()

Completed in 16 milliseconds