Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp3835 UT_GenericVector<UT_sint32> vecOldLineWidths; in format() local
3869 vecOldLineWidths.addItem(pOldLine->getWidth()); in format()
3977 …while(pLine && (pLine->getContainerType() == FP_CONTAINER_LINE) && (vecOldLineWidths.getItemCount(… in format()
3979 UT_sint32 iOldWidth = vecOldLineWidths.getNthItem(iCurLine); in format()
3987 if(iCurLine >= vecOldLineWidths.getItemCount()) in format()