Searched refs:GetSelection (Results 26 - 31 of 31) sorted by last modified time

12

/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp37 fTextView->GetSelection(&fStart, &fEnd);
299 fTextView->GetSelection(&start, &end);
312 fTextView->GetSelection(&fStart, &fEnd);
331 fTextView->GetSelection(&start, &end);
364 fTextView->GetSelection(&start, &end);
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp84 m_passwordTextControl->TextView()->GetSelection(&selectionStart,
/haiku/src/apps/diskprobe/
H A DDataView.h64 void GetSelection(int32& start, int32& end);
/haiku/src/apps/mail/
H A DAddressTextControl.h39 void GetSelection(int32* start, int32* end) const;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp179 GetSelection(&selectionStart, &selectionEnd);
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp36 fTextView->GetSelection(caretPos, &end);

Completed in 66 milliseconds

12