Home
last modified time | relevance | path

Searched refs:SbxUINT64 (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/basic/inc/basic/
H A Dsbxvar.hxx114 struct SbxUINT64 struct
131 SbxUINT64 &operator -= ( const SbxUINT64 &r ); argument
132 SbxUINT64 &operator += ( const SbxUINT64 &r );
133 SbxUINT64 &operator /= ( const SbxUINT64 &r );
134 SbxUINT64 &operator %= ( const SbxUINT64 &r );
135 SbxUINT64 &operator *= ( const SbxUINT64 &r );
136 SbxUINT64 &operator &= ( const SbxUINT64 &r );
137 SbxUINT64 &operator |= ( const SbxUINT64 &r );
138 SbxUINT64 &operator ^= ( const SbxUINT64 &r );
140 friend SbxUINT64 operator - ( const SbxUINT64 &l, const SbxUINT64 &r );
[all …]
H A Dsbx.hxx53 struct SbxUINT64;
/AOO41X/main/basic/source/sbx/
H A Dsbxconv.hxx74 SbxUINT64 ImpGetUINT64( const SbxValues* );
75 void ImpPutUINT64( SbxValues*, const SbxUINT64& );
80 SbxUINT64 ImpDoubleToUINT64( double );
81 double ImpUINT64ToDouble( const SbxUINT64& );
H A Dsbxvalue.cxx164 SbxUINT64 &SbxUINT64::operator %= ( const SbxUINT64 &r ) in operator %=()
171 SbxUINT64 &SbxUINT64::operator /= ( const SbxUINT64 &r ) in operator /=()
228 case SbxULONG64: n |= SbxBYREF; aData.pULong64 = (SbxUINT64*) p; break; in SbxValue()
688 GET( GetULong64, SbxULONG64, SbxUINT64, nULong64 ) in GET()
957 PUT( PutULong64, SbxULONG64, const SbxUINT64&, nULong64 ) in PUT()
H A Dsbxcurr.cxx382 double ImpUINT64ToDouble( const SbxUINT64 &r ) in ImpUINT64ToDouble()
385 SbxUINT64 ImpDoubleToUINT64( double d ) in ImpDoubleToUINT64()
387 SbxUINT64 nRes; in ImpDoubleToUINT64()
H A Dsbxvals.cxx76 sal_Bool BigInt::UINT64( SbxUINT64 *p ) const in UINT64()
95 BigInt::BigInt( const SbxUINT64 &r ) in BigInt()
/AOO41X/main/tools/inc/tools/
H A Dbigint.hxx34 struct SbxUINT64;
85 BigInt( const SbxUINT64 &r );
108 sal_Bool UINT64( SbxUINT64 *p ) const;