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

/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp178 int32 selectionEnd; local
179 GetSelection(&selectionStart, &selectionEnd);
183 if (selectionStart < selectionEnd
185 pos = selectionEnd;
/haiku-fatelf/src/apps/webpositive/
H A DAuthenticationPanel.cpp105 int32 selectionEnd; local
107 &selectionEnd);
112 selectionEnd);
H A DBrowserWindow.cpp215 void SetURLInputSelection(int32 selectionStart, int32 selectionEnd) argument
218 fURLInputSelectionEnd = selectionEnd;
1039 int32 selectionEnd; local
1041 &selectionEnd);
1042 userData->SetURLInputSelection(selectionStart, selectionEnd);
1963 int32 selectionEnd; local
1964 focusTextView->GetSelection(&selectionStart, &selectionEnd);
1965 bool hasSelection = selectionStart < selectionEnd;
H A DURLInputGroup.cpp233 int32 selectionEnd; local
234 GetSelection(&selectionStart, &selectionEnd);
235 bool canCutOrCopy = selectionEnd > selectionStart;
/haiku-fatelf/src/apps/mail/
H A DPrefs.cpp483 int32 selectionEnd; local
484 text->GetSelection(&selectionStart, &selectionEnd);
485 if (selectionStart != selectionEnd)
486 text->Delete(selectionStart, selectionEnd);
/haiku-fatelf/src/apps/diskprobe/
H A DDataView.cpp1040 int32 selectionEnd = fMouseSelectionStart; local
1043 if (fStart < selectionEnd)
1045 else if (fEnd > selectionEnd)
1048 SetSelection(fMouseSelectionStart, selectionEnd, newFocus);
/haiku-fatelf/src/apps/terminal/
H A DTermView.cpp3270 int32 selectionEnd = 0; local
3272 message->FindInt32("be:selection", 1, &selectionEnd);
3275 fInline->SetSelectionLength(selectionEnd - selectionStart);

Completed in 119 milliseconds