| /trunk/main/toolkit/inc/toolkit/helper/ | 
| H A D | macros.hxx | 188 …e IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodName, EventType ) \  argument 190 	EventType aMulti( evt ); \ 214 …ULTIPLEXER_LISTENERMETHOD_EXCEPTION( ClassName, InterfaceName, MethodName, EventType, Exception ) \  argument 215 void ClassName::MethodName( const EventType& evt ) throw(::com::sun::star::uno::RuntimeException, E… 216 IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodName, EventType ) 218 #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD( ClassName, InterfaceName, MethodName, EventType ) \  argument 219 void ClassName::MethodName( const EventType& evt ) throw(::com::sun::star::uno::RuntimeException) \ 220 IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodName, EventType )
  | 
| /trunk/main/sd/source/ui/inc/ | 
| H A D | MasterPageObserver.hxx | 104     enum EventType {  enum in sd::MasterPageObserverEvent 113     EventType meType; 118         EventType eType,  in MasterPageObserverEvent()
  | 
| /trunk/main/sd/source/ui/slideshow/ | 
| H A D | slideshowviewimpl.hxx | 86     enum EventType  enum 94     EventType 		meType; 100     enum EventType  enum 106     EventType 		meType;
  | 
| /trunk/main/sd/source/ui/sidebar/ | 
| H A D | MasterPageContainer.cxx | 110         MasterPageContainerChangeEvent::EventType eType, 177     typedef ::std::pair<MasterPageContainerChangeEvent::EventType,Token> EventData; 813         ::std::auto_ptr<std::vector<MasterPageContainerChangeEvent::EventType> > pEventTypes(  in PutMasterPage() 821             std::vector<MasterPageContainerChangeEvent::EventType>::const_iterator iEventType;  in PutMasterPage() 1118     MasterPageContainerChangeEvent::EventType eType,  in FireContainerChange()
  | 
| H A D | MasterPageDescriptor.cxx | 113 ::std::auto_ptr<std::vector<MasterPageContainerChangeEvent::EventType> > 165      ::std::auto_ptr<std::vector<MasterPageContainerChangeEvent::EventType> > pResult;  in Update() 168          pResult.reset(new std::vector<MasterPageContainerChangeEvent::EventType>());  in Update()
  | 
| H A D | MasterPageContainer.hxx | 189     enum EventType {  enum in sd::sidebar::MasterPageContainerChangeEvent
  | 
| H A D | MasterPageDescriptor.hxx | 64     ::std::auto_ptr<std::vector<MasterPageContainerChangeEvent::EventType> >
  | 
| /trunk/main/sw/source/core/access/ | 
| H A D | accmap.cxx | 320     enum EventType { CARET_OR_STATES,  enum 335 	EventType 	meType;					// The event type 350     SwAccessibleEvent_Impl( EventType eT,  in SwAccessibleEvent_Impl() 360     SwAccessibleEvent_Impl( EventType eT,  in SwAccessibleEvent_Impl() 371     SwAccessibleEvent_Impl( EventType eT )  in SwAccessibleEvent_Impl() 380     SwAccessibleEvent_Impl( EventType eT,  in SwAccessibleEvent_Impl() 397     SwAccessibleEvent_Impl( EventType eT,  in SwAccessibleEvent_Impl() 411 	SwAccessibleEvent_Impl( EventType eT,   in SwAccessibleEvent_Impl() 425     inline void SetType( EventType eT )  in SetType() 429     inline EventType GetType() const  in GetType()
  | 
| /trunk/main/chart2/source/controller/inc/ | 
| H A D | AccessibleBase.hxx | 106     enum EventType  enum in chart::AccessibleBase 143     virtual bool     NotifyEvent( EventType eType, const AccessibleUniqueId & rId );
  | 
| /trunk/main/wizards/com/sun/star/wizards/document/ | 
| H A D | OfficeDocument.java | 76 …public static void attachEventCall(XComponent xComponent, String EventName, String EventType, Stri…  in attachEventCall()  argument 84             oEventProperties[0].Value = EventType; // "Service", "StarBasic"  in attachEventCall()
  | 
| /trunk/main/toolkit/test/accessibility/ | 
| H A D | TextLogger.java | 51                         if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED)  in TextLogger()
  | 
| H A D | HelpWindow.java | 167                     if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED)  in createContentWidget()
  | 
| /trunk/main/offapi/com/sun/star/xml/dom/events/ | 
| H A D | XDocumentEvent.idl | 27 #include <com/sun/star/xml/dom/events/EventType.idl>
  | 
| H A D | XEventTarget.idl | 28 #include <com/sun/star/xml/dom/events/EventType.idl>
  | 
| H A D | XEvent.idl | 28 #include <com/sun/star/xml/dom/events/EventType.idl>
  | 
| H A D | XMutationEvent.idl | 26 #include <com/sun/star/xml/dom/events/EventType.idl>
  | 
| H A D | XMouseEvent.idl | 26 #include <com/sun/star/xml/dom/events/EventType.idl>
  | 
| H A D | EventType.idl | 29 enum EventType
  | 
| /trunk/main/offapi/com/sun/star/document/ | 
| H A D | EventDescriptor.idl | 52 	[property] string EventType;
  | 
| /trunk/main/accessibility/workben/org/openoffice/accessibility/awb/ | 
| H A D | HelpWindow.java | 169                     if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED)  in createContentWidget()
  | 
| /trunk/main/automation/source/server/ | 
| H A D | sta_list.cxx | 1086 #define CALL_EVENT_WITH_NOTIFY( EventType, Event, WinP, Method )	\  argument 1090 	    NotifyEvent aNEvt( EventType, WinP, &Event );				\
  | 
| /trunk/main/chart2/source/controller/accessibility/ | 
| H A D | AccessibleBase.cxx | 124 bool AccessibleBase::NotifyEvent( EventType eEventType, const AccessibleUniqueId & rId )  in NotifyEvent()
  | 
| /trunk/main/offapi/ | 
| H A D | UnoApi_offapi.mk | 3712 	offapi/com/sun/star/xml/dom/events/EventType \
  |