Searched refs:nLastCommon (Results 1 – 1 of 1) sorted by relevance
261 SCROW nLastCommon = aIterHidden.getLastPos(); in UpdatePageBreaks() local263 nLastCommon = ::std::min(nLastCommon, nNextManualBreak-1); in UpdatePageBreaks()264 nY = nLastCommon; in UpdatePageBreaks()272 SCROW nLastCommon = ::std::min(nLastHidden, nLastHeight); in UpdatePageBreaks() local274 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 11 milliseconds