Home
last modified time | relevance | path

Searched refs:ScUnitConverter (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/inc/
H A Dunitconv.hxx53 class ScUnitConverter : public ScStrCollection class
56 ScUnitConverter( const ScUnitConverter& );
57 ScUnitConverter& operator=( const ScUnitConverter& );
60 ScUnitConverter( sal_uInt16 nInit = 16, sal_uInt16 nDelta = 4 );
61 virtual ~ScUnitConverter() {}; in ~ScUnitConverter()
H A Dglobal.hxx506 class ScUnitConverter;
553 static ScUnitConverter* pUnitConverter;
655 static ScUnitConverter* GetUnitConverter();
/aoo41x/main/sc/source/core/tool/
H A Dunitconv.cxx101 ScUnitConverter::ScUnitConverter( sal_uInt16 nInit, sal_uInt16 nDeltaP ) : in ScUnitConverter() function in ScUnitConverter
160 sal_Bool ScUnitConverter::GetValue( double& fValue, const String& rFromUnit, in GetValue()
/aoo41x/main/sc/source/core/data/
H A Dglobal.cxx128 ScUnitConverter* ScGlobal::pUnitConverter = NULL;
772 ScUnitConverter* ScGlobal::GetUnitConverter() in GetUnitConverter()
775 pUnitConverter = new ScUnitConverter; in GetUnitConverter()

Completed in 42 milliseconds