Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_SectionLayout.cpp4114 pBL = findMatchingContainer(pBL); in bl_doclistener_populateSpan()
4156 pBL = findMatchingContainer(pBL); in bl_doclistener_populateObject()
4221 pBL = findMatchingContainer(pBL); in bl_doclistener_deleteSpan()
4251 pBL = findMatchingContainer(pBL); in bl_doclistener_changeSpan()
4286 pBL = findMatchingContainer(pBL); in bl_doclistener_deleteStrux()
4386 pBL = findMatchingContainer(pBL); in bl_doclistener_changeFmtMark()
4429 pBL = findMatchingContainer(pBL); in bl_doclistener_changeStrux()
4772 pBL = findMatchingContainer(pBL); in bl_doclistener_insertObject()
4799 pBL = findMatchingContainer(pBL); in bl_doclistener_deleteObject()
4826 pBL = findMatchingContainer(pBL); in bl_doclistener_changeObject()
[all …]
H A Dfp_FieldTableSumRun.cpp262 pBL = static_cast<fl_BlockLayout *>(pShadL->findMatchingContainer(pBL)); in calculateValue()
381 pBL = static_cast<fl_BlockLayout *>(pShadL->findMatchingContainer(pBL)); in calculateValue()
H A Dfl_SectionLayout.h418 fl_ContainerLayout * findMatchingContainer( fl_ContainerLayout * pBL);
507 fl_ContainerLayout * findMatchingContainer(fl_ContainerLayout * pBL);
H A Dfl_DocLayout.cpp2637 ppBL = static_cast<fl_BlockLayout *>(pShadow->findMatchingContainer(pBL)); in findBlockAtPosition()
2755 ppBL = (fl_BlockLayout *) pShadow->findMatchingContainer(pBL); in findBlockAtPositionReverse()