Searched refs:HasSelection (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp147 if (HasSelection()) {
171 if (HasSelection() && !select) {
180 if (HasSelection() && !select) {
209 if (HasSelection()) {
218 if (HasSelection()) {
351 TextEditor::HasSelection() const function in class:TextEditor
H A DTextEditor.h72 bool HasSelection() const;
H A DTextDocumentView.h71 bool HasSelection() const;
H A DTextDocumentView.cpp402 TextDocumentView::HasSelection() const function in class:TextDocumentView
404 return fTextEditor.IsSet() && fTextEditor->HasSelection();
421 if (!HasSelection() || !fTextDocument.IsSet()) {

Completed in 57 milliseconds