Home
last modified time | relevance | path

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

/trunk/main/oox/source/helper/
H A Dattributelist.cxx96 double AttributeConversion::decodeDouble( const OUString& rValue ) in decodeDouble() function in oox::AttributeConversion
172 return OptValue< double >( bValid, bValid ? AttributeConversion::decodeDouble( aValue ) : 0.0 ); in getDouble()
/trunk/main/oox/inc/oox/helper/
H A Dattributelist.hxx51 static double decodeDouble( const ::rtl::OUString& rValue );

Completed in 13 milliseconds