Searched refs:selectionStart (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp177 int32 selectionStart; local
179 GetSelection(&selectionStart, &selectionEnd);
183 if (selectionStart < selectionEnd
184 && pos == selectionStart) {
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp82 int32 selectionStart; local
84 m_passwordTextControl->TextView()->GetSelection(&selectionStart,
89 m_passwordTextControl->TextView()->Select(selectionStart,
H A DBrowserWindow.cpp245 void SetURLInputSelection(int32 selectionStart, int32 selectionEnd) argument
247 fURLInputSelectionStart = selectionStart;
1344 int32 selectionStart; local
1346 fURLInputGroup->TextView()->GetSelection(&selectionStart,
1348 userData->SetURLInputSelection(selectionStart, selectionEnd);
2384 int32 selectionStart; local
2386 focusTextView->GetSelection(&selectionStart, &selectionEnd);
2387 bool hasSelection = selectionStart < selectionEnd;
H A DURLInputGroup.cpp224 int32 selectionStart; local
226 GetSelection(&selectionStart, &selectionEnd);
227 bool canCutOrCopy = selectionEnd > selectionStart;
/haiku/src/apps/mail/
H A DPrefs.cpp471 int32 selectionStart; local
473 text->GetSelection(&selectionStart, &selectionEnd);
474 if (selectionStart != selectionEnd)
475 text->Delete(selectionStart, selectionEnd);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1782 int32 selectionStart, selectionFinish; local
1783 fTextView->GetSelection(&selectionStart, &selectionFinish);
1785 int32 selectionLength = selectionFinish- selectionStart;
1788 viewText.CopyInto(fStringToFind, selectionStart, selectionLength);
/haiku/src/apps/terminal/
H A DTermView.cpp3142 int32 selectionStart = 0; local
3144 message->FindInt32("be:selection", 0, &selectionStart);
3147 fInline->SetSelectionOffset(selectionStart);
3148 fInline->SetSelectionLength(selectionEnd - selectionStart);

Completed in 106 milliseconds