Searched refs:SelectionStart (Results 1 – 5 of 5) sorted by relevance
145 Property(pValue, XFA_Event::SelectionStart, bSetting); in selStart()208 dwFlag != XFA_Event::SelectionStart && in Property()262 case XFA_Event::SelectionStart: in Property()
28 SelectionStart, enumerator
334 if (data->SelectionStart == 0 && data->SelectionEnd == data->BufTextLen) in Callback()339 data->SelectionStart = 0; in Callback()
1437 …int SelectionStart; // // Read-write // [Co… member1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars()3538 …const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, … in InputTextEx()3549 …SelectionStart != utf8_selection_start) { edit_state.StbState.select_start = ImTextCountCharsFrom… in InputTextEx()