Searched refs:rnRKValue (Results 1 – 2 of 2) sorted by relevance
139 bool XclTools::GetRKFromDouble( sal_Int32& rnRKValue, double fValue ) in GetRKFromDouble() argument147 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()
104 static bool GetRKFromDouble( sal_Int32& rnRKValue, double fValue );
Completed in 13 milliseconds