Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_DeleteStrux.cpp153 pf_Frag_Strux * pfsPrev = NULL; in _unlinkStrux_Block() local
154 _getStruxFromPosition(pfs->getPos(),&pfsPrev, true); // should that really skip footnotes? in _unlinkStrux_Block()
155 UT_return_val_if_fail (pfsPrev, false); // we have a block that's not in a section ?? in _unlinkStrux_Block()
160 if(pfsPrev == NULL) in _unlinkStrux_Block()
168 switch (pfsPrev->getStruxType()) in _unlinkStrux_Block()
194 if(pfsPrev->getPrev() == NULL) in _unlinkStrux_Block()
300 pf_Frag_Strux * pfsPrev = NULL; in _unlinkStrux_Section() local
302 while (pf && (!pfsPrev || isFootnote(pf) || isEndFootnote(pf))) in _unlinkStrux_Section()
305 pfsPrev = static_cast<pf_Frag_Strux *> (pf); in _unlinkStrux_Section()
309 if (!pfsPrev) in _unlinkStrux_Section()
[all …]
H A Dpt_PT_InsertStrux.cpp753 pf_Frag_Strux * pfsPrev = NULL; in _insertNoteInEmbeddedStruxList() local
758 pfsPrev = static_cast <pf_Frag_Strux *> (pfPrev); in _insertNoteInEmbeddedStruxList()
759 if ((pfsPrev->getStruxType() == PTX_SectionFootnote) || in _insertNoteInEmbeddedStruxList()
760 (pfsPrev->getStruxType() == PTX_SectionEndnote) || in _insertNoteInEmbeddedStruxList()
761 (pfsPrev->getStruxType() == PTX_SectionAnnotation)) in _insertNoteInEmbeddedStruxList()
768 if (pfsPrev) in _insertNoteInEmbeddedStruxList()
771 newNote.beginNote = pfsPrev; in _insertNoteInEmbeddedStruxList()
773 newNote.type = pfsPrev->getStruxType(); in _insertNoteInEmbeddedStruxList()
780 if (pfsPrev->getPos() < (*it).beginNote->getPos()) in _insertNoteInEmbeddedStruxList()
H A Dpt_PT_Append.cpp67 pf_Frag_Strux * pfsPrev = static_cast<pf_Frag_Strux *>(pfPrev); in appendStrux() local
68 if(pfsPrev->getStruxType() == PTX_Block) in appendStrux()