Searched refs:Caret (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp135 _SetSelection(selection.Caret(), selection.Anchor(), true, true);
173 std::min(fSelection.Caret(), fSelection.Anchor()),
176 _SetCaretOffset(fSelection.Caret() - 1, true, select, true);
182 std::max(fSelection.Caret(), fSelection.Anchor()),
185 _SetCaretOffset(fSelection.Caret() + 1, true, select, true);
197 Insert(fSelection.Caret(), "\n");
202 Insert(fSelection.Caret(), " ");
212 if (fSelection.Caret() > 0)
213 Remove(fSelection.Caret() - 1, 1);
221 if (fSelection.Caret() < fDocumen
[all...]
H A DTextSelection.h27 inline int32 Caret() const function in class:TextSelection
H A DTextEditor.h77 { return fSelection.Caret(); }

Completed in 35 milliseconds