Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/toolbars/
H A Dextrusionbar.cxx316 EnhancedCustomShapeParameterPair aDepthPropPair; in impl_execute() local
317 aDepthPropPair.First.Value <<= fDepth; in impl_execute()
318 aDepthPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
319 aDepthPropPair.Second.Value <<= fFraction; in impl_execute()
320 aDepthPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
324 aPropValue.Value <<= aDepthPropPair; in impl_execute()
983 EnhancedCustomShapeParameterPair aDepthPropPair; in getExtrusionDepthState() local
984 if ( *pAny >>= aDepthPropPair ) in getExtrusionDepthState()
985 aDepthPropPair.First.Value >>= fDepth; in getExtrusionDepthState()

Completed in 17 milliseconds