Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable4.cxx584 sal_uLong nMaxFormCnt = 0; // fuer Formeln in FillAuto() local
864 if (nFormulaCounter - nActFormCnt > nMaxFormCnt) in FillAuto()
865 nMaxFormCnt = nFormulaCounter - nActFormCnt; in FillAuto()
932 nActFormCnt += nMaxFormCnt; in FillAuto()

Completed in 54 milliseconds