Home
last modified time | relevance | path

Searched refs:nRest (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dhffrm.cxx561 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()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx872 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 …]
/trunk/main/sw/source/core/text/
H A Ditradj.cxx466 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 Dporfld.cxx301 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 Dtxtdrop.cxx1088 const KSHORT nRest = (sal_uInt16)(rInf.Width() - rInf.X()); in Format() local
1089 if( ( nWant > nRest ) || in Format()
/trunk/main/svl/source/items/
H A Ditemset.cxx2071 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));
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1454 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()
/trunk/main/cppu/source/uno/
H A Dsequence.cxx700 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()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1162 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()
/trunk/main/tools/source/generic/
H A Dpoly.cxx267 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()
/trunk/main/sc/source/filter/lotus/
H A Dlotimpop.cxx286 sal_Int32 nRest = n; in Formulacell() local
290 aConv.Convert( pErg, nRest ); in Formulacell()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1075 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()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1273 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()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx120 const long nRest = aCheckLB.GetSizePixel().Width() - nDoubleMax; in SvxFontSubstTabPage() local
123 aStaticTabs[4] = nDoubleMax + nRest/2; in SvxFontSubstTabPage()
/trunk/main/sc/source/filter/inc/
H A Dlotform.hxx99 virtual ConvErr Convert( const ScTokenArray*& rpErg, sal_Int32& nRest,
H A Dformel.hxx241 virtual ConvErr Convert( const ScTokenArray*& rpErg, sal_Int32& nRest,
/trunk/main/vcl/source/gdi/
H A Danimate.cxx845 const sal_uInt16 nRest = nCount - i - 1; in operator <<() local
860 rOStm << nRest; // Anzahl der Strukturen, die noch _folgen_ in operator <<()

Completed in 227 milliseconds