/aoo42x/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 561 SwTwips nRest = 0; // Amount to shrink by spitting out spacing in ShrinkFrm() local 574 nRest = nDist - nBiggerThanMin; in ShrinkFrm() 581 nRest = nDist; in ShrinkFrm() 587 if (nRest > 0) in ShrinkFrm() 607 SwTwips nShrink = nRest; in ShrinkFrm() 639 if (nDist - nRest > 0) in ShrinkFrm() 641 SwTwips nShrinkAmount = SwLayoutFrm::ShrinkFrm( nDist - nRest, bTst, bInfo ); in ShrinkFrm()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 872 double nRest = GetDouble(); in ScDIA() local 874 double nDia = ((nWert - nRest) * (nDauer - nZr + 1.0)) / in ScDIA() 921 double nRest = GetDouble(); in ScGDA() local 923 if (nWert < 0.0 || nRest < 0.0 || nFaktor <= 0.0 || nRest > nWert in ScGDA() 927 PushDouble(ScGetGDA(nWert, nRest, nDauer, nPeriode, nFaktor)); in ScGDA() 945 double nRest = GetDouble(); in ScGDA2() local 947 if (nMonate < 1.0 || nMonate > 12.0 || nDauer > 1200.0 || nRest < 0.0 || in ScGDA2() 948 nPeriode > (nDauer + 1.0) || nRest > nWert || nWert < 0.0) in ScGDA2() 953 double nAbRate = 1.0 - pow(nRest / nWert, 1.0 / nDauer); in ScGDA2() 1125 double nRest = GetDouble(); in ScLIA() local [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | itradj.cxx | 466 sal_uInt16 nRest; in CalcKanaAdj() local 470 nRest = ! bNoCompression && in CalcKanaAdj() 482 nRest = ! bNoCompression ? in CalcKanaAdj() 491 sal_uLong nCompress = ( 10000 * nRest ) / nKanaDiffSum; in CalcKanaAdj()
|
H A D | porfld.cxx | 301 xub_StrLen nRest; in Format() local 365 nRest = nOldFullLen - nTmpLen; in Format() 371 if( nRest ) in Format() 375 xub_StrLen nNextOfst = aExpand.Len() - nRest; in Format()
|
H A D | txtdrop.cxx | 1088 const KSHORT nRest = (sal_uInt16)(rInf.Width() - rInf.X()); in Format() local 1089 if( ( nWant > nRest ) || in Format()
|
/aoo42x/main/svl/source/items/ |
H A D | itemset.cxx | 2071 sal_uInt16 nRest = 0; 2074 nRest = *pTmp - *(pTmp-1) + 1; 2080 nRest -= nWhich - *pPtr; 2093 if(nPos + nRest + 2 > nFree) { 2095 _pWhichRanges = IncrSize(_pWhichRanges, nPos + nRest, nInitCount); 2114 sizeof(SfxPoolItem *) * (nRest - 1));
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 1454 const long nRest = Max( 512L - ( (long) rOStm.Tell() - nReservePos ), 0L ); in WriteData() local 1456 if( nRest ) in WriteData() 1458 char* pReserve = new char[ nRest ]; in WriteData() 1459 memset( pReserve, 0, nRest ); in WriteData() 1460 rOStm.Write( pReserve, nRest ); in WriteData()
|
/aoo42x/main/cppu/source/uno/ |
H A D | sequence.cxx | 700 sal_Int32 nRest = nSize - nElements; in ireallocSequence() local 701 sal_Int32 nCopy = (nRest > 0 ? nElements : nSize); in ireallocSequence() 710 if (ret && nRest > 0) in ireallocSequence()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 1162 SwTwips nRest = 0; in lcl_AdjustWidthsInLine() local 1167 SwTwips nNewWidth = nWidth - nRest; in lcl_AdjustWidthsInLine() 1168 nRest = 0; in lcl_AdjustWidthsInLine() 1181 nRest = 0; in lcl_AdjustWidthsInLine() 1183 nRest = pCurr->second - nBorder; in lcl_AdjustWidthsInLine() 1184 nNewWidth += nRest; in lcl_AdjustWidthsInLine() 1193 nRest += 1 - nNewWidth; in lcl_AdjustWidthsInLine()
|
/aoo42x/main/tools/source/generic/ |
H A D | poly.cxx | 267 const sal_uInt16 nRest = mnPoints - nPos; in ImplSplit() local 278 memcpy( pNewAry + nSecPos, mpPointAry + nPos, nRest * sizeof( Point ) ); in ImplSplit() 293 memcpy( pNewFlagAry + nSecPos, mpFlagAry + nPos, nRest ); in ImplSplit() 313 const sal_uInt16 nRest = mnPoints - nSecPos; in ImplRemove() local 318 memcpy( pNewAry + nPos, mpPointAry + nSecPos, nRest * sizeof( Point ) ); in ImplRemove() 328 memcpy( pNewFlagAry + nPos, mpFlagAry + nSecPos, nRest ); in ImplRemove()
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotimpop.cxx | 286 sal_Int32 nRest = n; in Formulacell() local 290 aConv.Convert( pErg, nRest ); in Formulacell()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1075 const sal_uInt32 nRest = nImageDataLength % 3; in ImplWriteBmp() local 1077 if( nQuadCount || nRest ) in ImplWriteBmp() 1079 sal_Int32 nBufLen = ( ( nQuadCount + ( nRest ? 1 : 0 ) ) << 2 ); in ImplWriteBmp() 1097 if( nRest ) in ImplWriteBmp() 1103 if( 2 == nRest ) in ImplWriteBmp()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 1273 long nRest = nDiff % nZwi; in DrawText() local 1275 if( nRest < 0 ) in DrawText() 1278 nRest += nZwi; in DrawText() 1283 nRest = nZwi - nRest; in DrawText() 1290 if( ++i == nRest ) in DrawText()
|
/aoo42x/main/cui/source/options/ |
H A D | fontsubs.cxx | 120 const long nRest = aCheckLB.GetSizePixel().Width() - nDoubleMax; in SvxFontSubstTabPage() local 123 aStaticTabs[4] = nDoubleMax + nRest/2; in SvxFontSubstTabPage()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | lotform.hxx | 99 virtual ConvErr Convert( const ScTokenArray*& rpErg, sal_Int32& nRest,
|
H A D | formel.hxx | 241 virtual ConvErr Convert( const ScTokenArray*& rpErg, sal_Int32& nRest,
|
/aoo42x/main/vcl/source/gdi/ |
H A D | animate.cxx | 845 const sal_uInt16 nRest = nCount - i - 1; in operator <<() local 860 rOStm << nRest; // Anzahl der Strukturen, die noch _folgen_ in operator <<()
|