Searched refs:DESCRIBE_EVENT (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | eventhandler.cxx | 172 #define DESCRIBE_EVENT( asciinamespace, asciilistener, asciimethod, id_postfix ) \ macro 188 …DESCRIBE_EVENT( "form", "XApproveActionListener", "approveAction", APPROVEACTIONP… in lcl_getEventDescriptionForMethod() 189 …DESCRIBE_EVENT( "awt", "XActionListener", "actionPerformed", ACTIONPERFORME… in lcl_getEventDescriptionForMethod() 190 … DESCRIBE_EVENT( "form", "XChangeListener", "changed", CHANGED ); in lcl_getEventDescriptionForMethod() 191 … DESCRIBE_EVENT( "awt", "XTextListener", "textChanged", TEXTCHANGED ); in lcl_getEventDescriptionForMethod() 192 …DESCRIBE_EVENT( "awt", "XItemListener", "itemStateChanged", ITEMSTATECHANG… in lcl_getEventDescriptionForMethod() 193 … DESCRIBE_EVENT( "awt", "XFocusListener", "focusGained", FOCUSGAINED ); in lcl_getEventDescriptionForMethod() 194 … DESCRIBE_EVENT( "awt", "XFocusListener", "focusLost", FOCUSLOST ); in lcl_getEventDescriptionForMethod() 195 … DESCRIBE_EVENT( "awt", "XKeyListener", "keyPressed", KEYTYPED ); in lcl_getEventDescriptionForMethod() 196 … DESCRIBE_EVENT( "awt", "XKeyListener", "keyReleased", KEYUP ); in lcl_getEventDescriptionForMethod() [all …]
|