Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/toolbars/
H A Dextrusionbar.cxx310 EnhancedCustomShapeParameterPair aDepthPropPair; in impl_execute() local
311 aDepthPropPair.First.Value <<= fDepth; in impl_execute()
312 aDepthPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
313 aDepthPropPair.Second.Value <<= fFraction; in impl_execute()
314 aDepthPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
318 aPropValue.Value <<= aDepthPropPair; in impl_execute()
977 EnhancedCustomShapeParameterPair aDepthPropPair; in getExtrusionDepthState() local
978 if ( *pAny >>= aDepthPropPair ) in getExtrusionDepthState()
979 aDepthPropPair.First.Value >>= fDepth; in getExtrusionDepthState()

Completed in 20 milliseconds