Home
last modified time | relevance | path

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

/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx278 EnhancedCustomShapeParameterPair aSkewPropPair; in impl_execute() local
279 aSkewPropPair.First.Value <<= fSkew; in impl_execute()
280 aSkewPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
281 aSkewPropPair.Second.Value <<= fSkewAngle; in impl_execute()
282 aSkewPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
284 aPropValue.Value <<= aSkewPropPair; in impl_execute()
692 EnhancedCustomShapeParameterPair aSkewPropPair; in getExtrusionDirectionState() local
694 if( pAny && ( *pAny >>= aSkewPropPair ) ) in getExtrusionDirectionState()
696 aSkewPropPair.First.Value >>= fSkew; in getExtrusionDirectionState()
697 aSkewPropPair.Second.Value >>= fSkewAngle; in getExtrusionDirectionState()