Home
last modified time | relevance | path

Searched refs:nInc (Results 1 – 13 of 13) sorted by path

/trunk/main/basic/source/comp/
H A Dbuffer.cxx44 nInc = n; in SbiBuffer()
73 if( nInc == 0 ) in Check()
76 while( nn < n ) nn = nn + nInc; in Check()
83 nInc = 0; in Check()
H A Dcodegen.cxx35 SbiCodeGen::SbiCodeGen( SbModule& r, SbiParser* p, short nInc ) in SbiCodeGen() argument
36 : rMod( r ), aCode( p, nInc ) in SbiCodeGen()
/trunk/main/basic/source/inc/
H A Dbuffer.hxx38 short nInc; // Inkrement member in SbiBuffer
/trunk/main/rsc/source/res/
H A Drsccont.cxx387 int nInc = 1; in MovePosEle() local
394 nInc = -1; in MovePosEle()
396 for( i = nSourcePos; i != nDestPos; i += nInc ) in MovePosEle()
397 pClassData->pEntries[ i ] = pClassData->pEntries[ i + nInc ]; in MovePosEle()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx688 double nInc; in FillAuto() local
917 nInc = -nInc; in FillAuto()
977 double nInc; in GetAutoFillPreview() local
1130 double nAdd = nInc; in GetAutoFillPreview()
1141 nInc = -nInc; in GetAutoFillPreview()
1144 IncDate( nStart, nDayOfMonth, nInc, eDateCmd ); in GetAutoFillPreview()
1200 aDate += nInc; in IncDate()
1202 if (nInc >= 0) in IncDate()
1225 nMonth += nInc; in IncDate()
1227 if (nInc >= 0) in IncDate()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx186 for( size_t nIx = 0, nSize = aVec.size(), nInc = 1; nIx < nSize; nIx += nInc ) in Save() local
188 if( (nIx == 10) || (nIx == 100) || (nIx == 1000) ) nInc = nIx; in Save()
189 … size_t nMaxIx = ::std::min( nIx + nInc, nSize ), nCount = 0, nMaxCount = 0, nStrings = 0; in Save()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4464 void ScXMLExport::IncrementProgressBar(sal_Bool bEditCell, sal_Int32 nInc) in IncrementProgressBar() argument
4466 nProgressCount += nInc; in IncrementProgressBar()
H A Dxmlexprt.hxx221 void IncrementProgressBar(sal_Bool bEditCell, sal_Int32 nInc = 1);
H A Dxmlimprt.cxx2967 void ScXMLImport::ProgressBarIncrement(sal_Bool bEditCell, sal_Int32 nInc) in ProgressBarIncrement() argument
2969 nProgressCount += nInc; in ProgressBarIncrement()
H A Dxmlimprt.hxx965 void ProgressBarIncrement(sal_Bool bEditCell, sal_Int32 nInc = 1);
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx779 #define SW_LING(nWhich,nInc) (aSwLinguStat.nWhich) += nInc; argument
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx288 long nInc = 1; in ImplDrawLinearGradient() local
291 nInc = (nMinRect < 50) ? 2 : 4; in ImplDrawLinearGradient()
296 nInc = (nMinRect < 800) ? 10 : 20; in ImplDrawLinearGradient()
298 nStepCount = nMinRect / nInc; in ImplDrawLinearGradient()
486 long nInc; in ImplDrawComplexGradient() local
490 nInc = ( nMinRect < 50 ) ? 2 : 4; in ImplDrawComplexGradient()
495 nInc = (nMinRect < 800) ? 10 : 20; in ImplDrawComplexGradient()
498 if( !nInc ) in ImplDrawComplexGradient()
499 nInc = 1; in ImplDrawComplexGradient()
501 nStepCount = nMinRect / nInc; in ImplDrawComplexGradient()
/trunk/main/xmloff/inc/xmloff/
H A DProgressBarHelper.hxx61 inline void Increment(sal_Int32 nInc = 1) { SetValue( nValue+nInc ); } in Increment() argument

Completed in 110 milliseconds