Searched refs:ScUnitConverter (Results 1 – 4 of 4) sorted by relevance
53 class ScUnitConverter : public ScStrCollection class56 ScUnitConverter( const ScUnitConverter& );57 ScUnitConverter& operator=( const ScUnitConverter& );60 ScUnitConverter( sal_uInt16 nInit = 16, sal_uInt16 nDelta = 4 );61 virtual ~ScUnitConverter() {}; in ~ScUnitConverter()
506 class ScUnitConverter;553 static ScUnitConverter* pUnitConverter;655 static ScUnitConverter* GetUnitConverter();
101 ScUnitConverter::ScUnitConverter( sal_uInt16 nInit, sal_uInt16 nDeltaP ) : in ScUnitConverter() function in ScUnitConverter160 sal_Bool ScUnitConverter::GetValue( double& fValue, const String& rFromUnit, in GetValue()
128 ScUnitConverter* ScGlobal::pUnitConverter = NULL;772 ScUnitConverter* ScGlobal::GetUnitConverter() in GetUnitConverter()775 pUnitConverter = new ScUnitConverter; in GetUnitConverter()
Completed in 38 milliseconds