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
509
GetSelection(start, end);
src/apps/haikudepot/textview/TextDocumentView.cpp
636
GetSelection(start, end);
src/apps/haikudepot/textview/TextDocumentView.h
72
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
1007
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1034
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1042
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1069
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1082
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1090
GetSelection(&end, &end);
src/apps/mail/Content.cpp
1215
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1577
GetSelection(&start, &end);
src/apps/mail/Content.cpp
1598
GetSelection(&start, &finish);
src/apps/mail/Content.cpp
2312
fView->GetSelection(&enclosure->text_start, &enclosure->text_end);
src/apps/mail/Content.cpp
2365
fView->GetSelection(&enclosure->text_start, &enclosure->text_end);
src/apps/mail/Content.cpp
2417
fView->GetSelection(&enclosure->text_start,
src/apps/mail/Content.cpp
2722
GetSelection(&cursorPos, &dummy);
src/apps/mail/Content.cpp
2790
GetSelection(&cursorPos, &dummy);
src/apps/mail/Content.cpp
3090
GetSelection(&start, &end);
src/apps/mail/Content.cpp
3136
GetSelection(&lineStart, &lineStart);
src/apps/mail/Content.cpp
3216
GetSelection(&lineStart, &lineStart);
src/apps/mail/Content.cpp
416
view->GetSelection(&end, &end);
src/apps/mail/Content.cpp
623
fTextView->GetSelection(&start, &finish);
src/apps/mail/Content.cpp
707
fTextView->GetSelection(&start, &finish);
src/apps/mail/Content.cpp
714
fTextView->GetSelection(&start, &finish);
src/apps/mail/Content.cpp
734
fTextView->GetSelection(&start, &finish);
src/apps/mail/Content.cpp
988
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
1346
fURLInputGroup->TextView()->GetSelection(&selectionStart,
src/apps/webpositive/BrowserWindow.cpp
2387
focusTextView->GetSelection(&selectionStart, &selectionEnd);
src/apps/webpositive/URLInputGroup.cpp
225
GetSelection(&selectionStart, &selectionEnd);
src/apps/webpositive/autocompletion/TextViewCompleter.cpp
36
fTextView->GetSelection(caretPos, &end);
src/kits/interface/TextView.cpp
5974
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
726
textControl->TextView()->GetSelection(&selStart, &selEnd);
src/kits/tracker/TextWidget.cpp
384
textView->GetSelection(&start, &finish);