Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PieceTable.cpp443 UT_uint32 cumEndOffset = 0; in getSpanAttrProp() local
445 for (pfTemp=pfsBlock->getNext(); (pfTemp); cumOffset=cumEndOffset, pfTemp=pfTemp->getNext()) in getSpanAttrProp()
447 cumEndOffset = cumOffset+pfTemp->getLength(); in getSpanAttrProp()
449 if (offset > cumEndOffset) // the place we want is way past the end of pfTemp, in getSpanAttrProp()
463 …if (offset == cumEndOffset) // there's a frag boundary exactly where we want. pfTemp is to our le… in getSpanAttrProp()
476 UT_return_val_if_fail (offset < cumEndOffset,false); in getSpanAttrProp()