Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddocumen4.cxx908 SCROW nFillStart = 0; in FindOrder() local
918 if ( nThisOther > nFillStart ) // ist was zu verteilen da? in FindOrder()
920 SCROW nDiff1 = nThisOther - nFillStart; in FindOrder()
924 pOtherRows[nFillPos+i] = nFillStart+i; in FindOrder()
929 nFillStart = nThisOther + 1; in FindOrder()
967 SCTAB nFillStart = 0; in CompareDocument() local
977 if ( nThisOther > nFillStart ) // ist was zu verteilen da? in CompareDocument()
979 SCTAB nDiff1 = nThisOther - nFillStart; in CompareDocument()
983 if ( !IsScenario(nFillPos+i) && !rOtherDoc.IsScenario(nFillStart+i) ) in CompareDocument()
984 pOtherTabs[nFillPos+i] = nFillStart+i; in CompareDocument()
[all …]

Completed in 149 milliseconds