/aoo4110/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 )
|
/aoo4110/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()
|
/aoo4110/main/sd/source/ui/slideshow/ |
H A D | slideshowviewimpl.hxx | 86 enum EventType enum 94 EventType meType; 100 enum EventType enum 106 EventType meType;
|
/aoo4110/main/sd/source/ui/sidebar/ |
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.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 | MasterPageContainer.hxx | 189 enum EventType { enum in sd::sidebar::MasterPageContainerChangeEvent
|
H A D | MasterPageDescriptor.hxx | 64 ::std::auto_ptr<std::vector<MasterPageContainerChangeEvent::EventType> >
|
/aoo4110/main/sw/source/core/access/ |
H A D | accmap.cxx | 329 enum EventType { CARET_OR_STATES, enum 344 EventType meType; // The event type 359 SwAccessibleEvent_Impl( EventType eT, in SwAccessibleEvent_Impl() 369 SwAccessibleEvent_Impl( EventType eT, in SwAccessibleEvent_Impl() 380 SwAccessibleEvent_Impl( EventType eT ) in SwAccessibleEvent_Impl() 389 SwAccessibleEvent_Impl( EventType eT, in SwAccessibleEvent_Impl() 406 SwAccessibleEvent_Impl( EventType eT, in SwAccessibleEvent_Impl() 420 SwAccessibleEvent_Impl( EventType eT, in SwAccessibleEvent_Impl() 434 inline void SetType( EventType eT ) in SetType() 438 inline EventType GetType() const in GetType()
|
/aoo4110/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 );
|
/aoo4110/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()
|
/aoo4110/main/offapi/com/sun/star/xml/dom/events/ |
H A D | makefile.mk | 39 EventType.idl \
|
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
|
/aoo4110/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()
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | EventDescriptor.idl | 52 [property] string EventType;
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/ |
H A D | HelpWindow.java | 169 if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED) in createContentWidget()
|
/aoo4110/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 ); \
|
/aoo4110/main/chart2/source/controller/accessibility/ |
H A D | AccessibleBase.cxx | 124 bool AccessibleBase::NotifyEvent( EventType eEventType, const AccessibleUniqueId & rId ) in NotifyEvent()
|