Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TableContainer.cpp4370 UT_sint32 iYBreakMax = vpos + getYBreak(); in wantVBreakAtNoFootnotes() local
4372 if (iYBreakMax > iTotHeight) in wantVBreakAtNoFootnotes()
4379 iYBreakMax = iTotHeight - FP_TABLE_MIN_BROKEN_HEIGHT; in wantVBreakAtNoFootnotes()
4419 UT_sint32 iYBreak = iYBreakMax; in wantVBreakAtNoFootnotes()
4427 if (getYOfRow(pCell->getTopAttach()) >= iYBreakMax) in wantVBreakAtNoFootnotes()
4431 if(pCell->getY() <= iYBreakMax && pCell->getY() + pCell->getHeight() > iYBreakMax) in wantVBreakAtNoFootnotes()
4437 UT_ASSERT(iYBreakMax > yCellMin); in wantVBreakAtNoFootnotes()
4457 if (getYOfRow(pCell->getTopAttach()) >= iYBreakMax) in wantVBreakAtNoFootnotes()
4479 UT_sint32 iYBreakMax = vpos + getYBreak(); in wantVBreakAtWithFootnotes() local
4481 if (iYBreakMax > iTotHeight) in wantVBreakAtWithFootnotes()
[all …]