Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/draw/
H A Dximpcustomshape.cxx111 double fAttrDouble; in GetDouble() local
112 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue ) ) in GetDouble()
116 aProp.Value <<= fAttrDouble; in GetDouble()
124 double fAttrDouble; in GetDistance() local
126 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue, eSrcUnit, MAP_100TH_MM ) ) in GetDistance()
130 aProp.Value <<= fAttrDouble; in GetDistance()
166 double fAttrDouble = ::rtl::math::stringToDouble( rValue, in GetDoublePercentage() local
172 aProp.Value <<= fAttrDouble; in GetDoublePercentage()
395 double fAttrDouble; in GetNextParameter() local
396 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, aNumber ) ) in GetNextParameter()
[all …]
/AOO41X/main/xmloff/source/style/
H A Dxmlnumfi.cxx951 double fAttrDouble; in SvXMLNumFmtElementContext() local
979 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, sValue ) ) in SvXMLNumFmtElementContext()
980 aNumInfo.fDisplayFactor = fAttrDouble; in SvXMLNumFmtElementContext()