Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable5.cxx261 SCROW nLastCommon = aIterHidden.getLastPos(); in UpdatePageBreaks() local
263 nLastCommon = ::std::min(nLastCommon, nNextManualBreak-1); in UpdatePageBreaks()
264 nY = nLastCommon; in UpdatePageBreaks()
272 SCROW nLastCommon = ::std::min(nLastHidden, nLastHeight); in UpdatePageBreaks() local
274 nLastCommon = ::std::min(nLastCommon, nNextManualBreak-1); in UpdatePageBreaks()
276 if (nLastCommon > nY) in UpdatePageBreaks()
278 long nMaxMultiple = static_cast<long>(nLastCommon - nY); in UpdatePageBreaks()

Completed in 16 milliseconds