Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpobject.cxx616 SCROW nInitial = 0; in RefreshAfterLoad() local
618 while ( nInitial + 1 < nOutRows && lcl_HasButton( pDoc, nFirstCol, nFirstRow + nInitial, nTab ) ) in RefreshAfterLoad()
619 ++nInitial; in RefreshAfterLoad()
621 if ( nInitial + 1 < nOutRows && in RefreshAfterLoad()
622 pDoc->IsBlockEmpty( nTab, nFirstCol, nFirstRow + nInitial, nFirstCol, nFirstRow + nInitial ) && in RefreshAfterLoad()
628 for (SCROW nPos=nSkip; nPos<nInitial; nPos++) in RefreshAfterLoad()
631 nHeaderRows = nInitial; in RefreshAfterLoad()

Completed in 22 milliseconds