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

/haiku/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/src/apps/webpositive/
H A DAuthenticationPanel.cpp83 int32 selectionEnd; local
85 &selectionEnd);
90 selectionEnd);
H A DBrowserWindow.cpp245 void SetURLInputSelection(int32 selectionStart, int32 selectionEnd) argument
248 fURLInputSelectionEnd = selectionEnd;
1345 int32 selectionEnd; local
1347 &selectionEnd);
1348 userData->SetURLInputSelection(selectionStart, selectionEnd);
2385 int32 selectionEnd; local
2386 focusTextView->GetSelection(&selectionStart, &selectionEnd);
2387 bool hasSelection = selectionStart < selectionEnd;
H A DURLInputGroup.cpp225 int32 selectionEnd; local
226 GetSelection(&selectionStart, &selectionEnd);
227 bool canCutOrCopy = selectionEnd > selectionStart;
/haiku/src/apps/mail/
H A DPrefs.cpp472 int32 selectionEnd; local
473 text->GetSelection(&selectionStart, &selectionEnd);
474 if (selectionStart != selectionEnd)
475 text->Delete(selectionStart, selectionEnd);
/haiku/src/apps/diskprobe/
H A DDataView.cpp1086 int32 selectionEnd = fMouseSelectionStart; local
1089 if (fStart < selectionEnd)
1091 else if (fEnd > selectionEnd)
1094 SetSelection(fMouseSelectionStart, selectionEnd, newFocus);
/haiku/src/apps/terminal/
H A DTermView.cpp3143 int32 selectionEnd = 0; local
3145 message->FindInt32("be:selection", 1, &selectionEnd);
3148 fInline->SetSelectionLength(selectionEnd - selectionStart);

Completed in 103 milliseconds