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

/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp210 Remove(SelectionStart(), SelectionLength());
219 Remove(SelectionStart(), SelectionLength());
243 Replace(SelectionStart(), SelectionLength(), text);
358 TextEditor::SelectionStart() const function in class:TextEditor
374 return SelectionEnd() - SelectionStart();
H A DTextEditor.h73 int32 SelectionStart() const;
H A DTextDocumentView.cpp412 start = fTextEditor->SelectionStart();

Completed in 88 milliseconds