Symbol: GetSelection
headers/os/interface/TextView.h
132
void GetSelection(int32* _start, int32* _end) const;
src/apps/deskcalc/CalcView.cpp
1281
fExpressionTextView->GetSelection(&startSelection, &endSelection);
src/apps/deskcalc/ExpressionTextView.cpp
148
GetSelection(&start, &finish);
src/apps/diskprobe/DataView.h
64
void GetSelection(int32& start, int32& end);
src/apps/diskprobe/FindWindow.cpp
164
GetSelection(&start, &end);
src/apps/diskprobe/FindWindow.cpp
199
GetSelection(&start, &end);
src/apps/diskprobe/FindWindow.cpp
213
GetSelection(&start, &end);
src/apps/diskprobe/FindWindow.cpp
229
GetSelection(&start, &end);
src/apps/diskprobe/FindWindow.cpp
268
GetSelection(&start, &end);
src/apps/diskprobe/FindWindow.cpp
304
GetSelection(&start, &end);
src/apps/diskprobe/ProbeView.cpp
1785
fDataView->GetSelection(start, end);
src/apps/diskprobe/ProbeView.cpp
1881
fDataView->GetSelection(start, end);
src/apps/haikudepot/textview/TextDocumentView.cpp
507
GetSelection(start, end);
src/apps/haikudepot/textview/TextDocumentView.cpp
634
GetSelection(start, end);
src/apps/haikudepot/textview/TextDocumentView.h
71
void GetSelection(int32& start, int32& end) const;
src/apps/icon-o-matic/generic/gui/NummericalTextView.cpp
179
GetSelection(&selectionStart, &selectionEnd);
src/apps/mail/AddressTextControl.cpp
879
fTextView->GetSelection(start, end);
src/apps/mail/AddressTextControl.h
35
void GetSelection(int32* start, int32* end) const;
src/apps/mail/Content.cpp
1008
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1021
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1029
GetSelection(&end, &end);
src/apps/mail/Content.cpp
1154
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1516
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1537
GetSelection(&start, &finish);
src/apps/mail/Content.cpp
2251
fView->GetSelection(&enclosure->text_start, &enclosure->text_end);
src/apps/mail/Content.cpp
2304
fView->GetSelection(&enclosure->text_start, &enclosure->text_end);
src/apps/mail/Content.cpp
2356
fView->GetSelection(&enclosure->text_start,
src/apps/mail/Content.cpp
2661
GetSelection(&cursorPos, &dummy);
src/apps/mail/Content.cpp
2729
GetSelection(&cursorPos, &dummy);
src/apps/mail/Content.cpp
3029
GetSelection(&start, &end);
src/apps/mail/Content.cpp
3075
GetSelection(&lineStart, &lineStart);
src/apps/mail/Content.cpp
3155
GetSelection(&lineStart, &lineStart);
src/apps/mail/Content.cpp
416
view->GetSelection(&end, &end);
src/apps/mail/Content.cpp
620
fTextView->GetSelection(&start, &finish);
src/apps/mail/Content.cpp
697
fTextView->GetSelection(&start, &finish);
src/apps/mail/Content.cpp
704
fTextView->GetSelection(&start, &finish);
src/apps/mail/Content.cpp
724
fTextView->GetSelection(&start, &finish);
src/apps/mail/Content.cpp
927
GetSelection(&start, &end);
src/apps/mail/Content.cpp
946
GetSelection(&start, &end);
src/apps/mail/Content.cpp
973
GetSelection(&start, &end);
src/apps/mail/Content.cpp
981
GetSelection(&start, &end);
src/apps/mail/MailWindow.cpp
1016
textView->GetSelection(&start, &finish);
src/apps/mail/MailWindow.cpp
1018
fContentView->TextView()->GetSelection(&start, &finish);
src/apps/mail/MailWindow.cpp
2374
window->fContentView->TextView()->GetSelection(&start, &finish);
src/apps/mail/MailWindow.cpp
966
fHeaderView->ToControl()->GetSelection(&start, &finish);
src/apps/mail/Prefs.cpp
476
text->GetSelection(&selectionStart, &selectionEnd);
src/apps/mail/Signature.cpp
139
textView->GetSelection(&start, &finish);
src/apps/mail/Signature.cpp
141
fSigView->fTextView->GetSelection(&start, &finish);
src/apps/mail/Signature.cpp
571
GetSelection(&start, &end);
src/apps/people/PersonView.cpp
403
text->GetSelection(&start, &end);
src/apps/people/PersonView.cpp
449
text->GetSelection(&start, &end);
src/apps/poorman/PoorManWindow.cpp
517
fLoggingView->GetSelection(&start, &end);
src/apps/stylededit/StyledEditView.cpp
222
GetSelection(&selStart, &selFinish);
src/apps/stylededit/StyledEditWindow.cpp
1506
fTextView->GetSelection(&start, &end);
src/apps/stylededit/StyledEditWindow.cpp
1752
fTextView->GetSelection(&textStart, &textFinish);
src/apps/stylededit/StyledEditWindow.cpp
1795
fTextView->GetSelection(&selectionStart, &selectionFinish);
src/apps/stylededit/StyledEditWindow.cpp
1813
fTextView->GetSelection(&start, &finish);
src/apps/stylededit/StyledEditWindow.cpp
1848
fTextView->GetSelection(&start, &finish);
src/apps/terminal/TermView.h
129
void GetSelection(BString& string) const;
src/apps/terminal/TermWindow.cpp
820
_ActiveTermView()->GetSelection(fFindString);
src/apps/webpositive/AuthenticationPanel.cpp
84
m_passwordTextControl->TextView()->GetSelection(&selectionStart,
src/apps/webpositive/BrowserWindow.cpp
1349
fURLInputGroup->TextView()->GetSelection(&selectionStart,
src/apps/webpositive/BrowserWindow.cpp
2390
focusTextView->GetSelection(&selectionStart, &selectionEnd);
src/apps/webpositive/URLInputGroup.cpp
226
GetSelection(&selectionStart, &selectionEnd);
src/apps/webpositive/autocompletion/TextViewCompleter.cpp
36
fTextView->GetSelection(caretPos, &end);
src/kits/interface/TextView.cpp
5960
GetSelection(&start, &finish);
src/kits/interface/textview_support/UndoBuffer.cpp
299
fTextView->GetSelection(&start, &end);
src/kits/interface/textview_support/UndoBuffer.cpp
312
fTextView->GetSelection(&fStart, &fEnd);
src/kits/interface/textview_support/UndoBuffer.cpp
331
fTextView->GetSelection(&start, &end);
src/kits/interface/textview_support/UndoBuffer.cpp
364
fTextView->GetSelection(&start, &end);
src/kits/interface/textview_support/UndoBuffer.cpp
37
fTextView->GetSelection(&fStart, &fEnd);
src/kits/tracker/FindPanel.cpp
706
textControl->TextView()->GetSelection(&selStart, &selEnd);
src/kits/tracker/TextWidget.cpp
385
textView->GetSelection(&start, &finish);