Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx139 bool XclTools::GetRKFromDouble( sal_Int32& rnRKValue, double fValue ) in GetRKFromDouble() argument
147 rnRKValue = static_cast< sal_Int32 >( fInt ); in GetRKFromDouble()
148 rnRKValue <<= 2; in GetRKFromDouble()
149 rnRKValue |= EXC_RK_INT; in GetRKFromDouble()
157 rnRKValue = static_cast< sal_Int32 >( fInt ); in GetRKFromDouble()
158 rnRKValue <<= 2; in GetRKFromDouble()
159 rnRKValue |= EXC_RK_INT100; in GetRKFromDouble()
/trunk/main/sc/source/filter/inc/
H A Dxltools.hxx104 static bool GetRKFromDouble( sal_Int32& rnRKValue, double fValue );

Completed in 16 milliseconds