Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx113 double fAttrDouble; in GetDouble() local
114 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue ) ) in GetDouble()
118 aProp.Value <<= fAttrDouble; in GetDouble()
126 double fAttrDouble; in GetDistance() local
132 aProp.Value <<= fAttrDouble; in GetDistance()
168 double fAttrDouble = ::rtl::math::stringToDouble( rValue, in GetDoublePercentage() local
174 aProp.Value <<= fAttrDouble; in GetDoublePercentage()
397 double fAttrDouble; in GetNextParameter() local
399 rParameter.Value <<= fAttrDouble; in GetNextParameter()
458 double fAttrDouble; in GetDoubleSequence() local
[all …]
/trunk/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()

Completed in 26 milliseconds