Searched refs:bExtrusionColor (Results 1 – 3 of 3) sorted by relevance
792 sal_Bool bExtrusionColor = sal_Bool(); in ImpExportEnhancedGeometry() local793 if ( rProp.Value >>= bExtrusionColor ) in ImpExportEnhancedGeometry()796 bExtrusionColor ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportEnhancedGeometry()
3037 sal_Bool bExtrusionColor = sal_Bool(); in CreateCustomShapeProperties() local3038 if ( rrProp.Value >>= bExtrusionColor ) in CreateCustomShapeProperties()3041 if ( bExtrusionColor ) in CreateCustomShapeProperties()
1966 …sal_Bool bExtrusionColor = IsProperty( DFF_Prop_c3DExtrusionColor ); // ( GetPropertyValue( DFF_Pr… in ApplyCustomShapeGeometryAttributes() local1968 aProp.Value <<= bExtrusionColor; in ApplyCustomShapeGeometryAttributes()
Completed in 91 milliseconds