Home
last modified time | relevance | path

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

/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DCodeViewEditor.h760 QStringList GetUnmatchedTagsForBlock(int pos);
H A DCodeViewEditor.cpp461 const QStringList &opening_tags = GetUnmatchedTagsForBlock(split_position); in SplitSection()
508 const QStringList unmatched_tags = GetUnmatchedTagsForBlock(pos); in InsertClosingTag()
3614 QStringList CodeViewEditor::GetUnmatchedTagsForBlock(int pos) in GetUnmatchedTagsForBlock() function in CodeViewEditor