Searched refs:bExtrusionOn (Results 1 – 3 of 3) sorted by relevance
540 sal_Bool bExtrusionOn = sal_Bool(); in ImpExportEnhancedGeometry() local541 if ( rProp.Value >>= bExtrusionOn ) in ImpExportEnhancedGeometry()543 bExtrusionOn ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportEnhancedGeometry()
2812 sal_Bool bExtrusionOn = sal_Bool(); in CreateCustomShapeProperties() local2813 if ( rrProp.Value >>= bExtrusionOn ) in CreateCustomShapeProperties()2816 if ( bExtrusionOn ) in CreateCustomShapeProperties()
1686 sal_Bool bExtrusionOn = ( GetPropertyValue( DFF_Prop_fc3DLightFace ) & 8 ) != 0; in ApplyCustomShapeGeometryAttributes() local1687 if ( bExtrusionOn ) in ApplyCustomShapeGeometryAttributes()1694 aProp.Value <<= bExtrusionOn; in ApplyCustomShapeGeometryAttributes()
Completed in 111 milliseconds