/aoo4110/main/scripting/source/vbaevents/ |
H A D | eventhelper.cxx | 636 class EventListener : public EventListener_BASE class 639 ,public ::comphelper::OPropertyArrayUsageHelper< EventListener > 644 EventListener( const Reference< XComponentContext >& rxContext ); 708 EventListener::EventListener( const Reference< XComponentContext >& rxContext ) : in EventListener() function in EventListener 717 EventListener::setShellFromModel() in setShellFromModel() 735 EventListener::disposing(const lang::EventObject&) throw( RuntimeException ) in disposing() 742 EventListener::firing(const ScriptEvent& evt) throw(RuntimeException) in firing() 793 EventListener::getInfoHelper( ) in IMPLEMENT_FORWARD_XINTERFACE2() 801 EventListener::createArrayHelper( ) const in createArrayHelper() 810 EventListener::getPropertySetInfo( ) throw (RuntimeException) in getPropertySetInfo() [all …]
|
/aoo4110/main/extensions/test/ole/EventListenerSample/EventListener/ |
H A D | EventListener.rc | 64 "1 TYPELIB ""EventListener.tlb""\r\n" 95 VALUE "FileDescription", "EventListener Module\0" 97 VALUE "InternalName", "EventListener\0" 99 VALUE "OriginalFilename", "EventListener.DLL\0" 100 VALUE "ProductName", "EventListener Module\0" 121 IDS_PROJNAME "EventListener" 153 1 TYPELIB "EventListener.tlb"
|
H A D | EvtListener.rgs | 3 EventListener.EvtListener.1 = s 'EvtListener Class' 7 EventListener.EvtListener = s 'EvtListener Class' 10 CurVer = s 'EventListener.EvtListener.1' 16 ProgID = s 'EventListener.EvtListener.1' 17 VersionIndependentProgID = s 'EventListener.EvtListener'
|
H A D | EventListener.idl | 22 // EventListener.idl : IDL source for EventListener.dll 26 // produce the type library (EventListener.tlb) and marshalling code. 45 helpstring("EventListener 1.0 Type Library")
|
H A D | EventListener.def | 1 ; EventListener.def : Declares the module parameters. 3 LIBRARY "EventListener.DLL"
|
H A D | EventListener.sln | 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EventListener", "EventListener.vcproj", "{0551…
|
/aoo4110/main/framework/source/services/ |
H A D | tabwindowservice.cxx | 144 m_pTabWin->RemoveEventListener( LINK( this, TabWindowService, EventListener ) ); in ~TabWindowService() 290 m_pTabWin->RemoveEventListener( LINK( this, TabWindowService, EventListener ) ); in dispose() 361 IMPL_LINK( TabWindowService, EventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 377 m_pTabWin->RemoveEventListener( LINK( this, TabWindowService, EventListener ) ); in IMPL_LINK() 472 m_pTabWin->AddEventListener( LINK( this, TabWindowService, EventListener ) ); in mem_TabWin()
|
/aoo4110/main/extensions/test/ole/EventListenerSample/ |
H A D | readme.txt | 1 EventListener 4 The folder EventListener contains an MSDEV project that builds a dll that 5 contains the EventListener.EvtListener ActiveX component. The component
|
/aoo4110/main/vcl/aqua/source/dtrans/ |
H A D | aqua_clipboard.hxx | 51 @interface EventListener : NSObject 58 - (EventListener*)initWithAquaClipboard: (AquaClipboard*) pcb; 174 EventListener* mEventListener;
|
H A D | aqua_clipboard.cxx | 48 @implementation EventListener; 50 -(EventListener*)initWithAquaClipboard: (AquaClipboard*) pcb 129 mEventListener = [[EventListener alloc] initWithAquaClipboard: this]; in AquaClipboard()
|
/aoo4110/main/testtools/source/bridgetest/pyuno/ |
H A D | impl.py | 121 class EventListener( unohelper.Base, XEventListener ): class 156 listener = EventListener() 164 listener = EventListener()
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | LoadSaveTest.java | 114 EventListener xListener = new EventListener(); in testDoc() 165 class EventListener implements XDocumentEventListener class in LoadSaveTest
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | TaskListener.java | 25 import java.util.EventListener; 33 public interface TaskListener extends EventListener
|
/aoo4110/main/wizards/com/sun/star/wizards/web/status/ |
H A D | TaskListener.java | 31 import java.util.EventListener; 39 public interface TaskListener extends EventListener
|
/aoo4110/main/toolkit/test/accessibility/ |
H A D | QueuedListener.java | 32 public QueuedListener (EventListener aListener) in QueuedListener() 73 private EventListener maListener;
|
H A D | EventListener.java | 45 public class EventListener class 49 public EventListener (AccessibilityTreeModel aTreeModel) in EventListener() method in EventListener
|
H A D | AccessibilityTreeModel.java | 54 maEventListener = new EventListener (this); in AccessibilityTreeModel() 533 private EventListener maEventListener;
|
/aoo4110/main/bean/com/sun/star/comp/beans/ |
H A D | OOoBean.java | 54 private transient EventListener xConnectionListener; 188 xConnectionListener = this.new EventListener("setOOoConnection"); in setOOoConnection() 1390 private class EventListener class in OOoBean 1398 EventListener( String aTag ) in EventListener() method in OOoBean.EventListener
|
/aoo4110/main/linguistic/qa/complex/linguistic/ |
H A D | HangulHanjaConversion.java | 205 XEventListener listen = new EventListener(); in checkXConversionDictionaryList() 332 private class EventListener implements XEventListener { class in HangulHanjaConversion
|
/aoo4110/main/automation/source/server/ |
H A D | recorder.cxx | 62 aEventListenerHdl = LINK( this, MacroRecorder, EventListener ); in MacroRecorder() 130 IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
|
H A D | recorder.hxx | 39 DECL_LINK( EventListener, VclSimpleEvent* );
|
/aoo4110/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 335 class EventListener: public WeakImplHelper1<XEventListener> class 338 EventListener::EventListener(): bCalled( sal_False) in EventListener() function in EventListener::EventListener 1858 Reference<XInterface> aList= static_cast<XWeak*>( new EventListener()); in testInterface() 2086 void SAL_CALL EventListener::disposing( const ::com::sun::star::lang::EventObject& ) throw (Runtime… in disposing()
|
/aoo4110/main/codemaker/test/javamaker/ |
H A D | Test.java | 34 import java.util.EventListener; 349 assure(EventListener.class.isAssignableFrom(XEventListener.class)); in testXEventListener()
|
/aoo4110/main/framework/inc/services/ |
H A D | tabwindowservice.hxx | 181 DECL_DLLPRIVATE_LINK( EventListener, VclSimpleEvent * );
|
/aoo4110/main/udkapi/com/sun/star/lang/ |
H A D | XComponent.idl | 49 EventListener at that object and release the reference when
|