Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp118 _SetCaretOffset(caretOffset, true, extendSelection, true); in SetCaret()
172 _SetCaretOffset( in KeyDown()
176 _SetCaretOffset(fSelection.Caret() - 1, true, select, true); in KeyDown()
181 _SetCaretOffset( in KeyDown()
185 _SetCaretOffset(fSelection.Caret() + 1, true, select, true); in KeyDown()
259 _SetCaretOffset(offset + string.CountChars(), true, false, true); in Insert()
275 _SetCaretOffset(offset, true, false, true); in Remove()
291 _SetCaretOffset(offset + string.CountChars(), true, false, true); in Replace()
330 _SetCaretOffset(fLayout->FirstOffsetOnLine(lineIndex), true, select, in LineStart()
342 _SetCaretOffset(fLayout->LastOffsetOnLine(lineIndex), true, select, in LineEnd()
[all …]
H A DTextEditor.h81 void _SetCaretOffset(int32 offset,