Home
last modified time | relevance | path

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

/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx308 EnhancedCustomShapeParameterPair aDepthPropPair; in impl_execute() local
309 aDepthPropPair.First.Value <<= fDepth; in impl_execute()
310 aDepthPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
311 aDepthPropPair.Second.Value <<= fFraction; in impl_execute()
312 aDepthPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
316 aPropValue.Value <<= aDepthPropPair; in impl_execute()
975 EnhancedCustomShapeParameterPair aDepthPropPair; in getExtrusionDepthState() local
976 if ( *pAny >>= aDepthPropPair ) in getExtrusionDepthState()
977 aDepthPropPair.First.Value >>= fDepth; in getExtrusionDepthState()