Home
last modified time | relevance | path

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

/dports/textproc/sigil/Sigil-1.8.0/src/BookManipulation/
H A DXhtmlDoc.cpp737 QStringList opening_tags; in GetUnmatchedTagsForPosition() local
743 if (i < 0) return opening_tags; in GetUnmatchedTagsForPosition()
752 opening_tags.prepend(text.mid(ti.pos, ti.len)); in GetUnmatchedTagsForPosition()
758 return opening_tags; in GetUnmatchedTagsForPosition()
/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DCodeViewEditor.cpp461 const QStringList &opening_tags = GetUnmatchedTagsForBlock(split_position); in SplitSection() local
483 if (!opening_tags.isEmpty()) { in SplitSection()
484 cursor.insertText(opening_tags.join("")); in SplitSection()
3621 QStringList opening_tags; in GetUnmatchedTagsForBlock() local
3628 if (i < 0) return opening_tags; in GetUnmatchedTagsForBlock()
3637 opening_tags.prepend(text.mid(ti.pos, ti.len)); in GetUnmatchedTagsForBlock()
3643 return opening_tags; in GetUnmatchedTagsForBlock()