Lines Matching refs:SbxINT64
36 static ::rtl::OUString ImpCurrencyToString( const SbxINT64& );
37 static SbxINT64 ImpStringToCurrency( const ::rtl::OUString& );
39 SbxINT64 ImpGetCurrency( const SbxValues* p ) in ImpGetCurrency()
42 SbxINT64 nRes; in ImpGetCurrency()
174 void ImpPutCurrency( SbxValues* p, const SbxINT64 &r ) in ImpPutCurrency()
318 static ::rtl::OUString ImpCurrencyToString( const SbxINT64 &r ) in ImpCurrencyToString()
339 static SbxINT64 ImpStringToCurrency( const ::rtl::OUString &r ) in ImpStringToCurrency()
367 SbxINT64 nRes; in ImpStringToCurrency()
372 double ImpINT64ToDouble( const SbxINT64 &r ) in ImpINT64ToDouble()
375 SbxINT64 ImpDoubleToINT64( double d ) in ImpDoubleToINT64()
377 SbxINT64 nRes; in ImpDoubleToINT64()