Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
59415434
Kaydet (Commit)
59415434
authored
May 06, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
_TLBIGINT_INT64 gone with
09abd826
Change-Id: I749fe74abd7608afcb2b7b2351cee6513fc76c8f
üst
f69e74d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
bigint.hxx
include/tools/bigint.hxx
+0
-13
No files found.
include/tools/bigint.hxx
Dosyayı görüntüle @
59415434
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment