Searched refs:nInc (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | table4.cxx | 688 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 …]
|
/aoo4110/main/basic/source/comp/ |
H A D | buffer.cxx | 44 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 D | codegen.cxx | 35 SbiCodeGen::SbiCodeGen( SbModule& r, SbiParser* p, short nInc ) in SbiCodeGen() argument 36 : rMod( r ), aCode( p, nInc ) in SbiCodeGen()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 288 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()
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | ProgressBarHelper.hxx | 61 inline void Increment(sal_Int32 nInc = 1) { SetValue( nValue+nInc ); } in Increment() argument
|
/aoo4110/main/rsc/source/res/ |
H A D | rsccont.cxx | 387 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()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xecontent.cxx | 186 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()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 781 #define SW_LING(nWhich,nInc) (aSwLinguStat.nWhich) += nInc; argument
|
/aoo4110/main/basic/source/inc/ |
H A D | buffer.hxx | 38 short nInc; // Inkrement member in SbiBuffer
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlexprt.hxx | 221 void IncrementProgressBar(sal_Bool bEditCell, sal_Int32 nInc = 1);
|
H A D | xmlimprt.hxx | 965 void ProgressBarIncrement(sal_Bool bEditCell, sal_Int32 nInc = 1);
|
H A D | xmlimprt.cxx | 2968 void ScXMLImport::ProgressBarIncrement(sal_Bool bEditCell, sal_Int32 nInc) in ProgressBarIncrement() argument 2970 nProgressCount += nInc; in ProgressBarIncrement()
|
H A D | xmlexprt.cxx | 4464 void ScXMLExport::IncrementProgressBar(sal_Bool bEditCell, sal_Int32 nInc) in IncrementProgressBar() argument 4466 nProgressCount += nInc; in IncrementProgressBar()
|
Completed in 130 milliseconds