Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx2775 const beans::PropertyValue& rrProp = aExtrusionPropSeq[ r ]; in CreateCustomShapeProperties() local
2799 if ( rrProp.Name.equals( sExtrusion ) ) in CreateCustomShapeProperties()
2802 if ( rrProp.Value >>= bExtrusionOn ) in CreateCustomShapeProperties()
2811 else if ( rrProp.Name.equals( sExtrusionBrightness ) ) in CreateCustomShapeProperties()
2814 if ( rrProp.Value >>= fExtrusionBrightness ) in CreateCustomShapeProperties()
2817 else if ( rrProp.Name.equals( sExtrusionDepth ) ) in CreateCustomShapeProperties()
2822 …if ( ( rrProp.Value >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthP… in CreateCustomShapeProperties()
2837 else if ( rrProp.Name.equals( sExtrusionDiffusion ) ) in CreateCustomShapeProperties()
2840 if ( rrProp.Value >>= fExtrusionDiffusion ) in CreateCustomShapeProperties()
2843 else if ( rrProp.Name.equals( sExtrusionNumberOfLineSegments ) ) in CreateCustomShapeProperties()
[all …]