LibreOffice Module tools (master) 1
|
This is the complete list of members for BigInt, including all inherited members.
Abs() | BigInt | inline |
ABS_IsLess(BigInt const &) const | BigInt | private |
AddLong(BigInt &, BigInt &) | BigInt | private |
BigInt() | BigInt | inline |
BigInt(sal_Int32 nValue) | BigInt | inline |
BigInt(double nVal) | BigInt | |
BigInt(sal_uInt32 nVal) | BigInt | |
BigInt(sal_Int64 nVal) | BigInt | |
BigInt(const BigInt &rBigInt) | BigInt | |
BigInt(std::u16string_view rString) | BigInt | |
bIsNeg | BigInt | private |
Div(sal_uInt16, sal_uInt16 &) | BigInt | private |
DivLong(BigInt const &, BigInt &) const | BigInt | private |
Fraction | BigInt | friend |
IsLess(BigInt const &) const | BigInt | private |
IsLong() const | BigInt | inline |
IsNeg() const | BigInt | inline |
IsZero() const | BigInt | inline |
MakeBigInt(BigInt const &) | BigInt | private |
ModLong(BigInt const &, BigInt &) const | BigInt | private |
Mult(BigInt const &, sal_uInt16) | BigInt | private |
MultLong(BigInt const &, BigInt &) const | BigInt | private |
nLen | BigInt | private |
nNum | BigInt | |
Normalize() | BigInt | private |
nVal | BigInt | |
operator double() const | BigInt | |
operator sal_Int16() const | BigInt | inline |
operator sal_Int32() const | BigInt | inline |
operator sal_uInt16() const | BigInt | inline |
operator sal_uInt32() const | BigInt | inline |
operator!= | BigInt | friend |
operator% | BigInt | friend |
operator%=(const BigInt &rVal) | BigInt | |
operator* | BigInt | friend |
operator*=(const BigInt &rVal) | BigInt | |
operator+ | BigInt | friend |
operator+=(const BigInt &rVal) | BigInt | |
operator- | BigInt | friend |
operator-=(const BigInt &rVal) | BigInt | |
operator/ | BigInt | friend |
operator/=(const BigInt &rVal) | BigInt | |
operator< | BigInt | friend |
operator<= | BigInt | friend |
operator=(const BigInt &rVal) | BigInt | |
operator=(sal_Int32 nValue) | BigInt | inline |
operator== | BigInt | friend |
operator> | BigInt | friend |
operator>= | BigInt | friend |
Scale(tools::Long nVal, tools::Long nMult, tools::Long nDiv) | BigInt | static |
SubLong(BigInt &, BigInt &) | BigInt | private |