Home
last modified time | relevance | path

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

/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DCodeViewEditor.cpp105 m_MarkedTextEnd(-1), in CodeViewEditor()
196 m_MarkedTextEnd = textCursor().selectionEnd(); in MarkSelection()
208 m_MarkedTextEnd = -1; in ClearMarkedText()
245 return m_MarkedTextStart >= 0 && m_MarkedTextEnd > 0; in IsMarkedText()
261 if (wrap || pos > m_MarkedTextEnd) { in MoveToMarkedText()
262 pos = m_MarkedTextEnd; in MoveToMarkedText()
847 end = m_MarkedTextEnd; in FindNext()
910 end = m_MarkedTextEnd; in Count()
2190 if (m_MarkedTextEnd > textLength()) { in HighlightCurrentLine()
2191 m_MarkedTextEnd = textLength(); in HighlightCurrentLine()
[all …]
H A DCodeViewEditor.h867 int m_MarkedTextEnd; variable