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.cxx280 EnhancedCustomShapeParameterPair aSkewPropPair; in impl_execute() local
281 aSkewPropPair.First.Value <<= fSkew; in impl_execute()
282 aSkewPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
283 aSkewPropPair.Second.Value <<= fSkewAngle; in impl_execute()
284 aSkewPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
286 aPropValue.Value <<= aSkewPropPair; in impl_execute()
694 EnhancedCustomShapeParameterPair aSkewPropPair; in getExtrusionDirectionState() local
696 if( pAny && ( *pAny >>= aSkewPropPair ) ) in getExtrusionDirectionState()
698 aSkewPropPair.First.Value >>= fSkew; in getExtrusionDirectionState()
699 aSkewPropPair.Second.Value >>= fSkewAngle; in getExtrusionDirectionState()

Completed in 16 milliseconds