Lines Matching refs:XFA_Event
60 Property(pValue, XFA_Event::Change, bSetting); in change()
66 Property(pValue, XFA_Event::CommitKey, bSetting); in commitKey()
72 Property(pValue, XFA_Event::FullText, bSetting); in fullText()
78 Property(pValue, XFA_Event::Keydown, bSetting); in keyDown()
84 Property(pValue, XFA_Event::Modifier, bSetting); in modifier()
90 Property(pValue, XFA_Event::NewContentType, bSetting); in newContentType()
96 Property(pValue, XFA_Event::NewText, bSetting); in newText()
102 Property(pValue, XFA_Event::PreviousContentType, bSetting); in prevContentType()
108 Property(pValue, XFA_Event::PreviousText, bSetting); in prevText()
114 Property(pValue, XFA_Event::Reenter, bSetting); in reenter()
120 Property(pValue, XFA_Event::SelectionEnd, bSetting); in selEnd()
126 Property(pValue, XFA_Event::SelectionStart, bSetting); in selStart()
132 Property(pValue, XFA_Event::Shift, bSetting); in shift()
138 Property(pValue, XFA_Event::SoapFaultCode, bSetting); in soapFaultCode()
144 Property(pValue, XFA_Event::SoapFaultString, bSetting); in soapFaultString()
150 Property(pValue, XFA_Event::Target, bSetting); in target()
192 XFA_Event dwFlag, in Property()
203 case XFA_Event::CancelAction: in Property()
206 case XFA_Event::Change: in Property()
209 case XFA_Event::CommitKey: in Property()
212 case XFA_Event::FullText: in Property()
215 case XFA_Event::Keydown: in Property()
218 case XFA_Event::Modifier: in Property()
221 case XFA_Event::NewContentType: in Property()
224 case XFA_Event::NewText: in Property()
227 case XFA_Event::PreviousContentType: in Property()
230 case XFA_Event::PreviousText: in Property()
233 case XFA_Event::Reenter: in Property()
236 case XFA_Event::SelectionEnd: in Property()
239 case XFA_Event::SelectionStart: in Property()
242 case XFA_Event::Shift: in Property()
245 case XFA_Event::SoapFaultCode: in Property()
248 case XFA_Event::SoapFaultString: in Property()
251 case XFA_Event::Target: in Property()