Kaydet (Commit) 59415434 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

_TLBIGINT_INT64 gone with 09abd826

Change-Id: I749fe74abd7608afcb2b7b2351cee6513fc76c8f
üst f69e74d1
...@@ -26,11 +26,6 @@ ...@@ -26,11 +26,6 @@
class SvStream; class SvStream;
#ifdef _TLBIGINT_INT64
struct SbxINT64;
struct SbxUINT64;
#endif
#define MAX_DIGITS 8 #define MAX_DIGITS 8
class Fraction; class Fraction;
...@@ -108,10 +103,6 @@ public: ...@@ -108,10 +103,6 @@ public:
BigInt( sal_uInt32 nVal ); BigInt( sal_uInt32 nVal );
BigInt( const BigInt& rBigInt ); BigInt( const BigInt& rBigInt );
BigInt( const OUString& rString ); BigInt( const OUString& rString );
#ifdef _TLBIGINT_INT64
BigInt( const SbxINT64 &r );
BigInt( const SbxUINT64 &r );
#endif
operator short() const; operator short() const;
operator long() const; operator long() const;
...@@ -128,10 +119,6 @@ public: ...@@ -128,10 +119,6 @@ public:
bool IsOne() const; bool IsOne() const;
bool IsLong() const { return !((bool)bIsBig); } bool IsLong() const { return !((bool)bIsBig); }
void Abs(); void Abs();
#ifdef _TLBIGINT_INT64
bool INT64 ( SbxINT64 *p ) const;
bool UINT64( SbxUINT64 *p ) const;
#endif
BigInt& operator =( const BigInt& rVal ); BigInt& operator =( const BigInt& rVal );
BigInt& operator +=( const BigInt& rVal ); BigInt& operator +=( const BigInt& rVal );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment