Searched refs:fAttrDouble (Results 1 – 2 of 2) sorted by relevance
113 double fAttrDouble; in GetDouble() local114 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue ) ) in GetDouble()118 aProp.Value <<= fAttrDouble; in GetDouble()126 double fAttrDouble; in GetDistance() local128 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue, eSrcUnit, MAP_100TH_MM ) ) in GetDistance()132 aProp.Value <<= fAttrDouble; in GetDistance()168 double fAttrDouble = ::rtl::math::stringToDouble( rValue, in GetDoublePercentage() local174 aProp.Value <<= fAttrDouble; in GetDoublePercentage()397 double fAttrDouble; in GetNextParameter() local398 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, aNumber ) ) in GetNextParameter()[all …]
951 double fAttrDouble; in SvXMLNumFmtElementContext() local979 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, sValue ) ) in SvXMLNumFmtElementContext()980 aNumInfo.fDisplayFactor = fAttrDouble; in SvXMLNumFmtElementContext()