/trunk/main/tools/inc/tools/ |
H A D | bigint.hxx | 123 friend inline BigInt operator +( const BigInt& rVal1, const BigInt& rVal2 ); 139 inline BigInt::BigInt() in BigInt() function in BigInt 146 inline BigInt::BigInt( short nValue ) in BigInt() function in BigInt 153 inline BigInt::BigInt( long nValue ) in BigInt() function in BigInt 160 inline BigInt::BigInt( int nValue ) in BigInt() function in BigInt 167 inline BigInt::BigInt( sal_uInt16 nValue ) in BigInt() function in BigInt 274 inline BigInt operator+( const BigInt &rVal1, const BigInt &rVal2 ) in operator +() 281 inline BigInt operator-( const BigInt &rVal1, const BigInt &rVal2 ) in operator -() 288 inline BigInt operator*( const BigInt &rVal1, const BigInt &rVal2 ) in operator *() 295 inline BigInt operator/( const BigInt &rVal1, const BigInt &rVal2 ) in operator /() [all …]
|
H A D | fsys.hxx | 50 class BigInt; 226 BigInt &rFreeBytes, BigInt &rTotalBytes );
|
/trunk/main/tools/source/generic/ |
H A D | bigint.cxx | 179 void BigInt::AddLong( BigInt& rB, BigInt& rErg ) in AddLong() 242 void BigInt::SubLong( BigInt& rB, BigInt& rErg ) in SubLong() 342 void BigInt::DivLong( const BigInt& rB, BigInt& rErg ) const in DivLong() 514 BigInt::BigInt( const BigInt& rBigInt ) in BigInt() function in BigInt 775 BigInt& BigInt::operator=( const BigInt& rBigInt ) in operator =() 790 BigInt& BigInt::operator+=( const BigInt& rVal ) in operator +=() 818 BigInt& BigInt::operator-=( const BigInt& rVal ) in operator -=() 846 BigInt& BigInt::operator*=( const BigInt& rVal ) in operator *=() 868 BigInt& BigInt::operator/=( const BigInt& rVal ) in operator /=() 929 void BigInt::DivMod( const BigInt& rVal, BigInt& rMod ) in DivMod() [all …]
|
H A D | fract.cxx | 86 static void Reduce( BigInt &rVal1, BigInt &rVal2 ) in Reduce() 88 BigInt nA( rVal1 ); in Reduce() 89 BigInt nB( rVal2 ); in Reduce() 149 BigInt nN( nN1 ); in Fraction() 150 nN *= BigInt( nN2 ); in Fraction() 152 BigInt nD( nD1 ); in Fraction() 153 nD *= BigInt( nD2 ); in Fraction() 157 BigInt n1 = 1; in Fraction() 158 BigInt n2 = 2; in Fraction() 296 BigInt nN( nNumerator ); in operator +=() [all …]
|
/trunk/main/vcl/inc/vcl/ |
H A D | longcurr.hxx | 46 BigInt mnFieldValue; 47 BigInt mnLastValue; 48 BigInt mnMin; 49 BigInt mnMax; 50 BigInt mnCorrectedValue; 88 BigInt Normalize( BigInt nValue ) const; 89 BigInt Denormalize( BigInt nValue ) const; 103 BigInt mnSpinSize; 104 BigInt mnFirst; 105 BigInt mnLast; [all …]
|
/trunk/main/vcl/source/control/ |
H A D | longcurr.cxx | 53 BigInt nValue = 1; in ImplPower10() 71 BigInt aInteger( rNumber ); in ImplGetCurr() 74 BigInt aFraction( rNumber ); in ImplGetCurr() 247 BigInt nValue( aStr ); in ImplNumericGetValue() 282 sal_Bool ImplLongCurrencyReformat( const XubString& rStr, BigInt nMin, BigInt nMax, in ImplLongCurrencyReformat() 287 BigInt nValue; in ImplLongCurrencyReformat() 438 BigInt nTempValue; in GetValue() 551 BigInt LongCurrencyFormatter::Normalize( BigInt nValue ) const in Normalize() 558 BigInt LongCurrencyFormatter::Denormalize( BigInt nValue ) const in Denormalize() 561 BigInt nTmp = nFactor; in Denormalize() [all …]
|
/trunk/main/basic/source/sbx/ |
H A D | sbxvals.cxx | 33 SbxValues::SbxValues( const BigInt &rBig ) : eType(SbxCURRENCY) in SbxValues() 47 sal_Bool BigInt::INT64( SbxINT64 *p ) const in INT64() 64 BigInt::BigInt( const SbxINT64 &r ) in BigInt() function in BigInt 66 BigInt a10000 = 0x10000; in BigInt() 76 sal_Bool BigInt::UINT64( SbxUINT64 *p ) const in UINT64() 95 BigInt::BigInt( const SbxUINT64 &r ) in BigInt() function in BigInt 97 BigInt a10000 = 0x10000; in BigInt() 99 *this = BigInt(r.nHigh); in BigInt()
|
H A D | sbxvalue.cxx | 46 BigInt b( *this ); 47 b -= BigInt( r ); 53 BigInt b( *this ); in operator +=() 54 b += BigInt( r ); in operator +=() 60 BigInt b( *this ); in operator *=() 61 b *= BigInt( r ); in operator *=() 67 BigInt b( *this ); in operator %=() 68 b %= BigInt( r ); in operator %=() 74 BigInt b( *this ); in operator /=() 75 b /= BigInt( r ); in operator /=() [all …]
|
H A D | sbxcurr.cxx | 320 BigInt a10000 = 10000; in ImpCurrencyToString() 323 BigInt aInt( r ); in ImpCurrencyToString() 325 BigInt aFrac = aInt; in ImpCurrencyToString() 366 BigInt aBig( aStr ); in ImpStringToCurrency()
|
/trunk/main/vcl/source/gdi/ |
H A D | outmap.cxx | 420 BigInt aTemp( n ); in ImplLogicToPixel() 478 BigInt aNum( n ); in ImplPixelToLogic() 2028 BigInt a7 = n2; in fn5() 2034 BigInt a8 = n4; in fn5() 2037 BigInt a9 = a8; in fn5() 2065 BigInt a7 = n1; in fn5() 2070 BigInt a8 = n4; in fn5() 2073 BigInt a9 = a8; in fn5() 2101 BigInt a7 = n7; in fn5() 2102 BigInt a8 = n4; in fn5() [all …]
|
/trunk/main/svx/source/svdraw/ |
H A D | svdotxdr.cxx | 135 long nNeed=long(BigInt(nHgt0)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect() 140 long nNeed=long(BigInt(nWdt0)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect() 148 long nNeed=long(BigInt(nHgt0b)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect() 154 long nNeed=long(BigInt(nWdt0b)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()
|
H A D | svdobj.cxx | 1312 long nNeed=long(BigInt(nHgt0)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect() 1317 long nNeed=long(BigInt(nWdt0)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect() 1325 long nNeed=long(BigInt(nHgt0b)*BigInt(nXMul)/BigInt(nXDiv)); in ImpDragCalcRect() 1331 long nNeed=long(BigInt(nWdt0b)*BigInt(nYMul)/BigInt(nYDiv)); in ImpDragCalcRect()
|
H A D | svdocapt.cxx | 158 BigInt aHorX(aBestPt.X()-aTl.X()); aHorX*=aHorX; in CalcEscPos() 159 BigInt aHorY(aBestPt.Y()-aTl.Y()); aHorY*=aHorY; in CalcEscPos() 160 BigInt aVerX(aBest2.X()-aTl.X()); aVerX*=aVerX; in CalcEscPos() 161 BigInt aVerY(aBest2.Y()-aTl.Y()); aVerY*=aVerY; in CalcEscPos()
|
H A D | svdedtv1.cxx | 127 BigInt l(aR1.Left()); in SetMarkedObjRect() 128 BigInt r(aR1.Right()); in SetMarkedObjRect() 129 BigInt t(aR1.Top()); in SetMarkedObjRect() 130 BigInt b(aR1.Bottom()); in SetMarkedObjRect()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | wmfwr.cxx | 1571 BigInt aX( aOrigin.X() ); in WriteRecords() 1572 aX *= BigInt( aScaleX.GetDenominator() ); in WriteRecords() 1575 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteRecords() 1577 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); in WriteRecords() 1582 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteRecords() 1583 aX /= BigInt( aScaleX.GetNumerator() ); in WriteRecords() 1585 BigInt aY( aOrigin.Y() ); in WriteRecords() 1586 aY *= BigInt( aScaleY.GetDenominator() ); in WriteRecords() 1589 aY += BigInt( aScaleY.GetNumerator()/2 ); in WriteRecords() 1596 aY += BigInt( aScaleY.GetNumerator()/2 ); in WriteRecords() [all …]
|
/trunk/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 1043 BigInt &rFreeBytes, BigInt &rTotalBytes ) in QueryDiskSpace() 1057 BigInt aBytesPerCluster( BigInt(nSectorsPerCluster) * in QueryDiskSpace() 1058 BigInt(nBytesPerSector) ); in QueryDiskSpace() 1059 rFreeBytes = aBytesPerCluster * BigInt(nFreeClusters); in QueryDiskSpace() 1060 rTotalBytes = aBytesPerCluster * BigInt(nClusters); in QueryDiskSpace()
|
H A D | os2.cxx | 986 BigInt &rFreeBytes, BigInt &rTotalBytes ) in QueryDiskSpace() 997 BigInt aBytesPerCluster( BigInt(aFSInfoBuf.cbSector) * in QueryDiskSpace() 998 BigInt(aFSInfoBuf.cSectorUnit) ); in QueryDiskSpace() 999 rFreeBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnitAvail); in QueryDiskSpace() 1000 rTotalBytes = aBytesPerCluster * BigInt(aFSInfoBuf.cUnit); in QueryDiskSpace()
|
H A D | unx.cxx | 646 ErrCode FileStat::QueryDiskSpace( const String &, BigInt &, BigInt & ) in QueryDiskSpace() argument
|
/trunk/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2192 BigInt aX( aOrigin.X() ); in WriteOrders() 2193 aX *= BigInt( aScaleX.GetDenominator() ); in WriteOrders() 2198 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOrders() 2200 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); in WriteOrders() 2207 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOrders() 2210 aX /= BigInt( aScaleX.GetNumerator() ); in WriteOrders() 2213 BigInt aY( aOrigin.Y() ); in WriteOrders() 2214 aY *= BigInt( aScaleY.GetDenominator() ); in WriteOrders() 2219 aY += BigInt( aScaleY.GetNumerator()/2 ); in WriteOrders() 2228 aY += BigInt( aScaleY.GetNumerator()/2 ); in WriteOrders() [all …]
|
/trunk/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 2001 BigInt aX( aOrigin.X() ); in WriteOpcodes() 2002 aX *= BigInt( aScaleX.GetDenominator() ); in WriteOpcodes() 2006 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOpcodes() 2008 aX -= BigInt( (aScaleX.GetNumerator()+1)/2 ); in WriteOpcodes() 2015 aX += BigInt( aScaleX.GetNumerator()/2 ); in WriteOpcodes() 2018 aX /= BigInt( aScaleX.GetNumerator() ); in WriteOpcodes() 2020 BigInt aY( aOrigin.Y() ); in WriteOpcodes() 2021 aY *= BigInt( aScaleY.GetDenominator() ); in WriteOpcodes() 2026 aY += BigInt( aScaleY.GetNumerator()/2 ); in WriteOpcodes() 2035 aY += BigInt( aScaleY.GetNumerator()/2 ); in WriteOpcodes() [all …]
|
/trunk/main/xmloff/source/core/ |
H A D | xmlehelp.cxx | 170 BigInt nBigVal( nValue ); in AddLength() 183 BigInt nBigFac( nFac ); in AddLength() 184 BigInt nBig10( 10 ); in AddLength()
|
/trunk/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 52 SbxINT64( BigInt &r ); 158 class BigInt; 216 SbxValues( const BigInt &rBig );
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 355 const BigInt aTempWidth( aGrfSize.Width() ); in Insert() 356 const BigInt aTempHeight( aGrfSize.Height()); in Insert() 362 aGrfSize.Height() = ((BigInt)aBound.Width()) * aTempHeight / aTempWidth; in Insert() 368 aGrfSize.Width() = ((BigInt)aBound.Height()) * aTempWidth / aTempHeight; in Insert()
|
/trunk/main/sw/source/core/inc/ |
H A D | frmtool.hxx | 40 class BigInt; 93 sal_uLong MA_FASTCALL SqRt( BigInt nX );
|
/trunk/main/sax/source/tools/ |
H A D | converter.cxx | 404 BigInt nBigVal( nMeasure ); in convertMeasure() 405 BigInt nBigFac( nFac ); in convertMeasure() 418 BigInt nBigFac2( nFac ); in convertMeasure() 419 BigInt nBig10( 10 ); in convertMeasure()
|