Home
last modified time | relevance | path

Searched refs:DESCRIBE_EVENT (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/extensions/source/propctrlr/
H A Deventhandler.cxx172 #define DESCRIBE_EVENT( asciinamespace, asciilistener, asciimethod, id_postfix ) \ macro
188DESCRIBE_EVENT( "form", "XApproveActionListener", "approveAction", APPROVEACTIONP… in lcl_getEventDescriptionForMethod()
189DESCRIBE_EVENT( "awt", "XActionListener", "actionPerformed", ACTIONPERFORME… in lcl_getEventDescriptionForMethod()
190DESCRIBE_EVENT( "form", "XChangeListener", "changed", CHANGED ); in lcl_getEventDescriptionForMethod()
191DESCRIBE_EVENT( "awt", "XTextListener", "textChanged", TEXTCHANGED ); in lcl_getEventDescriptionForMethod()
192DESCRIBE_EVENT( "awt", "XItemListener", "itemStateChanged", ITEMSTATECHANG… in lcl_getEventDescriptionForMethod()
193DESCRIBE_EVENT( "awt", "XFocusListener", "focusGained", FOCUSGAINED ); in lcl_getEventDescriptionForMethod()
194DESCRIBE_EVENT( "awt", "XFocusListener", "focusLost", FOCUSLOST ); in lcl_getEventDescriptionForMethod()
195DESCRIBE_EVENT( "awt", "XKeyListener", "keyPressed", KEYTYPED ); in lcl_getEventDescriptionForMethod()
196DESCRIBE_EVENT( "awt", "XKeyListener", "keyReleased", KEYUP ); in lcl_getEventDescriptionForMethod()
[all …]