Home
last modified time | relevance | path

Searched refs:SbxINT64 (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/basic/inc/basic/
H A Dsbxvar.hxx86 SbxINT64 &operator -= ( const SbxINT64 &r ); argument
87 SbxINT64 &operator += ( const SbxINT64 &r );
88 SbxINT64 &operator /= ( const SbxINT64 &r );
95 friend SbxINT64 operator - ( const SbxINT64 &l, const SbxINT64 &r );
96 friend SbxINT64 operator + ( const SbxINT64 &l, const SbxINT64 &r );
97 friend SbxINT64 operator / ( const SbxINT64 &l, const SbxINT64 &r );
98 friend SbxINT64 operator % ( const SbxINT64 &l, const SbxINT64 &r );
99 friend SbxINT64 operator * ( const SbxINT64 &l, const SbxINT64 &r );
100 friend SbxINT64 operator & ( const SbxINT64 &l, const SbxINT64 &r );
101 friend SbxINT64 operator | ( const SbxINT64 &l, const SbxINT64 &r );
[all …]
H A Dsbx.hxx53 struct SbxINT64;
/aoo42x/main/basic/source/sbx/
H A Dsbxvalue.cxx44 SbxINT64 &SbxINT64::operator -= ( const SbxINT64 &r )
51 SbxINT64 &SbxINT64::operator += ( const SbxINT64 &r ) in operator +=()
58 SbxINT64 &SbxINT64::operator *= ( const SbxINT64 &r ) in operator *=()
65 SbxINT64 &SbxINT64::operator %= ( const SbxINT64 &r ) in operator %=()
72 SbxINT64 &SbxINT64::operator /= ( const SbxINT64 &r ) in operator /=()
79 SbxINT64 &SbxINT64::operator &= ( const SbxINT64 &r ) in operator &=()
85 SbxINT64 &SbxINT64::operator |= ( const SbxINT64 &r ) in operator |=()
91 SbxINT64 &SbxINT64::operator ^= ( const SbxINT64 &r ) in operator ^=()
98 SbxINT64 operator - ( const SbxINT64 &l, const SbxINT64 &r ) in operator -()
104 SbxINT64 operator + ( const SbxINT64 &l, const SbxINT64 &r ) in operator +()
[all …]
H A Dsbxcurr.cxx36 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()
[all …]
H A Dsbxconv.hxx72 SbxINT64 ImpGetINT64( const SbxValues* );
73 void ImpPutINT64( SbxValues*, const SbxINT64& );
82 SbxINT64 ImpDoubleToINT64( double );
83 double ImpINT64ToDouble( const SbxINT64& );
92 SbxINT64 ImpGetCurrency( const SbxValues* );
93 void ImpPutCurrency( SbxValues*, const SbxINT64& );
95 SbxINT64 ImpDoubleToCurrency( double d ) in ImpDoubleToCurrency()
98 double ImpCurrencyToDouble( const SbxINT64 &r ) in ImpCurrencyToDouble()
H A Dsbxvals.cxx47 sal_Bool BigInt::INT64( SbxINT64 *p ) const in INT64()
64 BigInt::BigInt( const SbxINT64 &r ) in BigInt()
/aoo42x/main/tools/inc/tools/
H A Dbigint.hxx33 struct SbxINT64;
84 BigInt( const SbxINT64 &r );
107 sal_Bool INT64 ( SbxINT64 *p ) const;
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx796 SbxINT64 aInt64; in unoToSbxValue()
1376 SbxINT64 aInt64 = pVar->GetCurrency(); in sbxToUnoValue()
/aoo42x/main/basic/source/runtime/
H A Dmethods1.cxx271 SbxINT64 nCur; in RTLFUNC()

Completed in 106 milliseconds