Searched refs:SelEnd (Results 1 – 7 of 7) sorted by relevance
52 void SelEnd(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute);
173 void CScript_EventPseudoModel::SelEnd(CFXJSE_Value* pValue, in SelEnd() function in CScript_EventPseudoModel
1482 (XFA_ATTRIBUTE_CALLBACK)&CScript_EventPseudoModel::SelEnd, -1,
933 pEvent->SelEnd() - pEvent->SelStart()); in AFNumber_Keystroke()992 if (pEvent->SelEnd() < wstrValue.GetLength()) in AFNumber_Keystroke()993 wpostfix = wstrValue.Mid(pEvent->SelEnd()); in AFNumber_Keystroke()1442 pEvent->SelStart() - pEvent->SelEnd(); in AFSpecial_KeystrokeEx()1546 if (pEventHandler->SelEnd() >= 0 && in AFMergeChange()1547 pEventHandler->SelEnd() <= swValue.GetLength()) in AFMergeChange()1548 postfix = swValue.Mid(pEventHandler->SelEnd(), in AFMergeChange()1549 swValue.GetLength() - pEventHandler->SelEnd()); in AFMergeChange()
156 int& SelEnd();
185 int& iSelEnd = pEvent->SelEnd(); in selEnd()
571 int& CJS_EventHandler::SelEnd() { in SelEnd() function in CJS_EventHandler