|
LibreOffice Module unoxml (master) 1
|
Classes | |
| class | CEvent |
| class | CEventDispatcher |
| class | CMouseEvent |
| class | CMutationEvent |
| class | CUIEvent |
Typedefs | |
| typedef std::multimap< xmlNodePtr, css::uno::Reference< css::xml::dom::events::XEventListener > > | ListenerMap |
| typedef std::map< OUString, ListenerMap > | TypeListenerMap |
| typedef ::cppu::ImplInheritanceHelper< CUIEvent, css::xml::dom::events::XMouseEvent > | CMouseEvent_Base |
| typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XMutationEvent > | CMutationEvent_Base |
| typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XUIEvent > | CUIEvent_Base |
| typedef ::cppu::ImplInheritanceHelper< CUIEvent, css::xml::dom::events::XMouseEvent > DOM::events::CMouseEvent_Base |
Definition at line 32 of file mouseevent.hxx.
| typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XMutationEvent > DOM::events::CMutationEvent_Base |
Definition at line 37 of file mutationevent.hxx.
| typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XUIEvent > DOM::events::CUIEvent_Base |
Definition at line 34 of file uievent.hxx.
| typedef std::multimap< xmlNodePtr, css::uno::Reference< css::xml::dom::events::XEventListener> > DOM::events::ListenerMap |
Definition at line 40 of file eventdispatcher.hxx.
| typedef std::map<OUString, ListenerMap> DOM::events::TypeListenerMap |
Definition at line 41 of file eventdispatcher.hxx.