Searched refs:GetSelection (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/apps/mail/
H A DAddressTextControl.h39 void GetSelection(int32* start, int32* end) const;
H A DContent.cpp416 view->GetSelection(&end, &end);
620 fTextView->GetSelection(&start, &finish);
697 fTextView->GetSelection(&start, &finish);
704 fTextView->GetSelection(&start, &finish);
724 fTextView->GetSelection(&start, &finish);
927 GetSelection(&start, &end);
946 GetSelection(&start, &end);
973 GetSelection(&start, &end);
981 GetSelection(&start, &end);
1008 GetSelection(
[all...]
H A DSignature.cpp139 textView->GetSelection(&start, &finish);
141 fSigView->fTextView->GetSelection(&start, &finish);
571 GetSelection(&start, &end);
H A DAddressTextControl.cpp896 AddressTextControl::GetSelection(int32* start, int32* end) const function in class:AddressTextControl
898 fTextView->GetSelection(start, end);
H A DPrefs.cpp473 text->GetSelection(&selectionStart, &selectionEnd);
H A DMailWindow.cpp972 fHeaderView->ToControl()->GetSelection(&start, &finish);
996 textView->GetSelection(&start, &finish);
998 fContentView->TextView()->GetSelection(&start, &finish);
2241 window->fContentView->TextView()->GetSelection(&start, &finish);
/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/haikudepot/textview/
H A DTextDocumentView.h72 void GetSelection(int32& start, int32& end) const;
H A DTextDocumentView.cpp409 TextDocumentView::GetSelection(int32& start, int32& end) const function in class:TextDocumentView
435 GetSelection(start, end);
563 GetSelection(start, end);
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp164 GetSelection(&start, &end);
199 GetSelection(&start, &end);
213 GetSelection(&start, &end);
229 GetSelection(&start, &end);
268 GetSelection(&start, &end);
304 GetSelection(&start, &end);
H A DDataView.h64 void GetSelection(int32& start, int32& end);
H A DProbeView.cpp1815 fDataView->GetSelection(start, end);
1911 fDataView->GetSelection(start, end);
H A DDataView.cpp782 DataView::GetSelection(int32 &start, int32 &end) function in class:DataView
/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);
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp216 GetSelection(&selStart, &selFinish);
H A DStyledEditWindow.cpp1496 fTextView->GetSelection(&start, &end);
1740 fTextView->GetSelection(&textStart, &textFinish);
1783 fTextView->GetSelection(&selectionStart, &selectionFinish);
1801 fTextView->GetSelection(&start, &finish);
1836 fTextView->GetSelection(&start, &finish);
/haiku/src/apps/people/
H A DPersonView.cpp401 text->GetSelection(&start, &end);
447 text->GetSelection(&start, &end);
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp84 m_passwordTextControl->TextView()->GetSelection(&selectionStart,
H A DBrowserWindow.cpp1346 fURLInputGroup->TextView()->GetSelection(&selectionStart,
2386 focusTextView->GetSelection(&selectionStart, &selectionEnd);
/haiku/src/apps/terminal/
H A DTermView.h127 void GetSelection(BString& string);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp148 GetSelection(&start, &finish);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp518 fLoggingView->GetSelection(&start, &end);
/haiku/headers/os/interface/
H A DTextView.h132 void GetSelection(int32* _start, int32* _end) const;
/haiku/src/kits/tracker/
H A DTextWidget.cpp382 textView->GetSelection(&start, &finish);

Completed in 357 milliseconds

12