Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_FootnoteLayout.cpp438 PT_DocPosition posFL = getDocPosition() - 1; in _insertFootnoteContainer() local
443 while(pRun && ((posBL + pRun->getBlockOffset() + pRun->getLength()) < posFL)) in _insertFootnoteContainer()
691 PT_DocPosition posFL = getDocPosition() - 1; in _insertAnnotationContainer() local
696 while(pRun && ((posBL + pRun->getBlockOffset() + pRun->getLength()) < posFL)) in _insertAnnotationContainer()
832 PT_DocPosition posFL = getDocPosition() - 1; in getAnnotationRun() local
833 …ontainerLayout * pPrevL = static_cast<fl_ContainerLayout *>(m_pLayout->findBlockAtPosition(posFL)); in getAnnotationRun()
847 while(pRun && ((posBL + pRun->getBlockOffset() + pRun->getLength()) <= posFL)) in getAnnotationRun()