Lines Matching refs:SvXMLUnitConverter

155 				if( SvXMLUnitConverter::convertEnum( eValue, rStrValue, pXML_GradientStyle_Enum ) )  in importXML()
163 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML()
167 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML()
173 bHasStartColor = SvXMLUnitConverter::convertColor( aColor, rStrValue ); in importXML()
181 bHasStartColor = SvXMLUnitConverter::convertColor( aColor, rStrValue ); in importXML()
187 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML()
191 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML()
197 SvXMLUnitConverter::convertNumber( nValue, rStrValue, 0, 3600 ); in importXML()
202 SvXMLUnitConverter::convertPercent( nTmpValue, rStrValue ); in importXML()
260 if( !SvXMLUnitConverter::convertEnum( aOut, aGradient.Style, pXML_GradientStyle_Enum ) ) in exportXML()
284 SvXMLUnitConverter::convertPercent( aOut, aGradient.XOffset ); in exportXML()
288 SvXMLUnitConverter::convertPercent( aOut, aGradient.YOffset ); in exportXML()
297 SvXMLUnitConverter::convertColor( aOut, aColor ); in exportXML()
303 SvXMLUnitConverter::convertColor( aOut, aColor ); in exportXML()
308 SvXMLUnitConverter::convertPercent( aOut, aGradient.StartIntensity ); in exportXML()
313 SvXMLUnitConverter::convertPercent( aOut, aGradient.EndIntensity ); in exportXML()
320 SvXMLUnitConverter::convertNumber( aOut, sal_Int32( aGradient.Angle ) ); in exportXML()
326 SvXMLUnitConverter::convertPercent( aOut, aGradient.Border ); in exportXML()