Lines Matching refs:pEventParam
160 CXFA_EventParam* pEventParam = pScriptContext->GetEventParam(); in emit() local
161 if (!pEventParam) in emit()
172 pWidgetHandler->ProcessEvent(pEventParam->m_pTarget, pEventParam); in emit()
183 CXFA_EventParam* pEventParam = pScriptContext->GetEventParam(); in reset() local
184 if (!pEventParam) in reset()
187 pEventParam->Reset(); in reset()
198 CXFA_EventParam* pEventParam = pScriptContext->GetEventParam(); in Property() local
199 if (!pEventParam) in Property()
204 BooleanProperty(pValue, pEventParam->m_bCancelAction, bSetting); in Property()
207 StringProperty(pValue, pEventParam->m_wsChange, bSetting); in Property()
210 InterProperty(pValue, pEventParam->m_iCommitKey, bSetting); in Property()
213 StringProperty(pValue, pEventParam->m_wsFullText, bSetting); in Property()
216 BooleanProperty(pValue, pEventParam->m_bKeyDown, bSetting); in Property()
219 BooleanProperty(pValue, pEventParam->m_bModifier, bSetting); in Property()
222 StringProperty(pValue, pEventParam->m_wsNewContentType, bSetting); in Property()
225 StringProperty(pValue, pEventParam->m_wsNewText, bSetting); in Property()
228 StringProperty(pValue, pEventParam->m_wsPrevContentType, bSetting); in Property()
231 StringProperty(pValue, pEventParam->m_wsPrevText, bSetting); in Property()
234 BooleanProperty(pValue, pEventParam->m_bReenter, bSetting); in Property()
237 InterProperty(pValue, pEventParam->m_iSelEnd, bSetting); in Property()
240 InterProperty(pValue, pEventParam->m_iSelStart, bSetting); in Property()
243 BooleanProperty(pValue, pEventParam->m_bShift, bSetting); in Property()
246 StringProperty(pValue, pEventParam->m_wsSoapFaultCode, bSetting); in Property()
249 StringProperty(pValue, pEventParam->m_wsSoapFaultString, bSetting); in Property()