Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/ !
H A Descherex.cxx2786 const beans::PropertyValue& rrProp = aExtrusionPropSeq[ r ]; in CreateCustomShapeProperties() local
2810 if ( rrProp.Name.equals( sExtrusion ) ) in CreateCustomShapeProperties()
2813 if ( rrProp.Value >>= bExtrusionOn ) in CreateCustomShapeProperties()
2822 else if ( rrProp.Name.equals( sExtrusionBrightness ) ) in CreateCustomShapeProperties()
2825 if ( rrProp.Value >>= fExtrusionBrightness ) in CreateCustomShapeProperties()
2828 else if ( rrProp.Name.equals( sExtrusionDepth ) ) in CreateCustomShapeProperties()
2833 …if ( ( rrProp.Value >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthP… in CreateCustomShapeProperties()
2848 else if ( rrProp.Name.equals( sExtrusionDiffusion ) ) in CreateCustomShapeProperties()
2851 if ( rrProp.Value >>= fExtrusionDiffusion ) in CreateCustomShapeProperties()
2854 else if ( rrProp.Name.equals( sExtrusionNumberOfLineSegments ) ) in CreateCustomShapeProperties()
[all …]