Home
last modified time | relevance | path

Searched refs:SelectionEnd (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h74 int32 SelectionEnd() const;
H A DTextEditor.cpp365 TextEditor::SelectionEnd() const in SelectionEnd() function in TextEditor
374 return SelectionEnd() - SelectionStart(); in SelectionLength()
H A DTextDocumentView.cpp429 end = fTextEditor->SelectionEnd(); in GetSelection()
792 int32 end = fTextEditor->SelectionEnd(); in _PasteAllowedChars()