Home
last modified time | relevance | path

Searched refs:listener (Results 26 – 50 of 509) sorted by relevance

12345678910>>...21

/trunk/main/offapi/com/sun/star/frame/
H A DXSessionManagerClient.idl42 /** addSessionManagerListener registers a listener for session management events
45 listener for session management events
52 /** removeSessionManagerListener deregisters a listener for session events
55 listener to be removed
66 the listener requesting user interaction
72 /** interactionDone is called when a listener has finished user interaction
75 the listener done with user interaction
81 /** saveDone signals that a listener has processed a save request
83 @param listener
84 the listener having finished save request processing
H A DXSessionManagerListener.idl37 the listener should do what is necessary to restore
40 <p>If the listener desires to interact with the user
45 user interaction) the listener must call
54 <TRUE/> if a shutdown in progress can be canceled by the listener,
57 <p>the listener may choose to ignore the <member>saveDone</member>
72 If <FALSE/> the listener must not interact with the user.
73 If <TRUE/> the listener can interact with the user now.
74 After interaction the listener must call
84 The listener can cancel his saving operations. No
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowView.idl81 view. When notified via the transformation change listener,
96 This method registers a listener with the view, which will get
111 /** Add a listener to get notified when this view needs a repaint.<p>
113 This method registers a listener with the view, which will get
122 /** Revoke a previously registered paint listener.<p>
129 /** Add a mouse listener to the view.<p>
131 This method registers a listener with the view, which will get
139 /** Revoke a previously registered mouse listener.<p>
146 /** Add a mouse motion listener to the view.<p>
148 This method registers a listener with the view, which will get
[all …]
/trunk/main/offapi/com/sun/star/ui/
H A DXContextChangeEventMultiplexer.idl57 /** Add an event listener that is called only when events are broadcast for the specified
63 One listener may be added more than once for different
64 event foci. Adding a listener a second time for the same
69 registered listener will be called for every event
76 a listener to events that belong to one view.
86 /** Remove an event listener for the specified event focus.
88 When the same listener was added for other event foci then
94 When the listener is not registered for the given event
98 The listener is only removed for this event focus.
108 /** Remove an event listener for all event foci.
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXExtendedToolkit.idl124 /** Add a new listener that is called for events that involve <type
133 same listener twice (otherwise that listener will be called
141 /** Remove the specified listener from the list of listeners.
144 listener has been registered twice (or more) then all references
152 /** Add a new listener that is called on <type
153 scope="::com::sun::star::awt">KeyEvent</type>s. Every listener is
159 same handler twice (otherwise that listener will be called
167 /** Remove the specified listener from the list of listeners.
178 /** Add a new listener that is called on <type
185 same listener twice (otherwise that listener will be called
[all …]
H A DXUserInputInterception.idl42 listener, it can even consume the event.
48 /** Add a new listener that is called on <type
49 scope="::com::sun::star::awt">KeyEvent</type>s. Every listener is
55 same handler twice (otherwise that listener will be called
62 /** Remove the specified listener from the list of listeners.
71 /** Add a new listener that is called on <type
72 scope="::com::sun::star::awt">MouseEvent</type>s. Every listener is
78 same handler twice (otherwise that listener will be called
84 /** Remove the specified listener from the list of listeners.
/trunk/main/sw/source/ui/dbui/
H A Dmaildispatcher.cxx55 void operator() (::rtl::Reference<IMailDispatcherListener> listener) const in operator ()()
56 { (listener.get()->*notification_function_)(mail_dispatcher_); } in operator ()()
71 void operator() (::rtl::Reference<IMailDispatcherListener> listener) const in operator ()()
72 { listener->mailDelivered(mail_dispatcher_, message_); } in operator ()()
91 void operator() (::rtl::Reference<IMailDispatcherListener> listener) const in operator ()()
92 { listener->mailDeliveryError(mail_dispatcher_, message_, error_message_); } in operator ()()
201 void MailDispatcher::addListener(::rtl::Reference<IMailDispatcherListener> listener) in addListener() argument
206 listeners_.push_back(listener); in addListener()
209 void MailDispatcher::removeListener(::rtl::Reference<IMailDispatcherListener> listener) in removeListener() argument
214 listeners_.remove(listener); in removeListener()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatch.java115 TestStatusListener listener = null ; field in _XDispatch
157 listener = new TestStatusListener(log) ; in before()
187 log.println("Listener called: "+ listener.statusChangedCalled); in _dispatch()
189 result = listener.statusChangedCalled; in _dispatch()
205 oObj.addStatusListener(listener, url) ; in _addStatusListener()
221 listener.statusChangedCalled = false; in _removeStatusListener()
223 oObj.removeStatusListener(listener, url) ; in _removeStatusListener()
232 System.out.println("Listener called: "+ listener.statusChangedCalled); in _removeStatusListener()
234 result = ! listener.statusChangedCalled; in _removeStatusListener()
H A D_XFrameLoader.java89 TestListener listener = new TestListener() ; field in _XFrameLoader
153 oObj.load(frame, url, args, listener) ; in _load()
157 loaded = listener.finished ; in _load()
172 oObj.load(frame, url, args, listener) ; in _cancel()
177 if (listener.cancelled) { in _cancel()
180 if (listener.finished) { in _cancel()
184 if (!listener.cancelled && !listener.finished) { in _cancel()
/trunk/main/dtrans/source/win32/dnd/
H A Dsourcecontext.cxx38 const Reference<XDragSourceListener>& listener): in SourceContext() argument
45 if( listener.is()) in SourceContext()
47 rBHelper.addListener( ::getCppuType( &listener ), listener ); in SourceContext()
118 Reference<XDragSourceListener> listener( in fire_dragDropEnd() local
120 listener->dragDropEnd( e); in fire_dragDropEnd()
146 Reference<XDragSourceListener> listener( in fire_dropActionChanged() local
148 listener->dropActionChanged( e); in fire_dropActionChanged()
H A Dtarget.cxx520 Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_drop() local
521 listener->drop( dte); in fire_drop()
534 Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_dragEnter() local
535 listener->dragEnter( e); in fire_dragEnter()
549 Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_dragExit() local
550 listener->dragExit( dte); in fire_dragExit()
563 Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_dragOver() local
564 listener->dragOver( dtde); in fire_dragOver()
577 Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_dropActionChanged() local
578 listener->dropActionChanged( dtde); in fire_dropActionChanged()
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx111 if ( listener.is() )
112 maTabListeners.addInterface( listener );
117 if ( listener.is() )
118 maTabListeners.removeInterface( listener );
488 < awt::XTabListener > listener = *it; in ProcessWindowEvent() local
494 listener->activated( page ); in ProcessWindowEvent()
497 listener->deactivated( page ); in ProcessWindowEvent()
500 listener->inserted( page ); in ProcessWindowEvent()
503 listener->removed( page ); in ProcessWindowEvent()
509 listener->removed( i ); in ProcessWindowEvent()
[all …]
/trunk/main/unotools/source/misc/
H A Ddesktopterminationobserver.cxx134 for ( Listeners::const_iterator listener = aToNotify.begin(); in queryTermination() local
135 listener != aToNotify.end(); in queryTermination()
136 ++listener in queryTermination()
139 if ( !(*listener)->queryTermination() ) in queryTermination()
157 for ( Listeners::const_iterator listener = aToNotify.begin(); in notifyTermination() local
158 listener != aToNotify.end(); in notifyTermination()
159 ++listener in notifyTermination()
162 (*listener)->notifyTermination(); in notifyTermination()
/trunk/main/offapi/com/sun/star/inspection/
H A DXHyperlinkControl.idl47 … /** adds a listener which will be notified when the user clicked the hyperlink text in the control
48 @param listener
49 the listener to notify of hyperlink clicks
51 void addActionListener( [in] com::sun::star::awt::XActionListener listener );
53 /** removes a listener which was previously added via <member>addActionListener</member>
54 @param listener
55 the listener to revoke
57 void removeActionListener( [in] com::sun::star::awt::XActionListener listener );
/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx237 … uno::Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_drop() local
239 try { listener->drop( dte); } in fire_drop()
254 … uno::Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_dragEnter() local
256 try { listener->dragEnter( e); } in fire_dragEnter()
272 … uno::Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_dragExit() local
274 try { listener->dragExit( dte); } in fire_dragExit()
289 … uno::Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_dragOver() local
291 try { listener->dragOver( dtde); } in fire_dragOver()
306 … uno::Reference<XDropTargetListener> listener( static_cast<XDropTargetListener*>( iter.next())); in fire_dropActionChanged() local
308 try { listener->dropActionChanged( dtde); } in fire_dropActionChanged()
/trunk/main/offapi/com/sun/star/ucb/
H A DXDynamicResultSet.idl68 listener-controlled update from one version to the next version. Two
69 <type>ContentResultSet</type> implementations were given to the listener in
75 To get notifications the listener has to be of type
87 actions til the listener returns the call. So don't block the notify-causing
96 <li> The listener is allowed to access both <type>ContentResultSet</type>s,
105 After the listener has returned the notify-call:
109 <li> The listener is allowed to access the new
112 <li> The listener is not allowed to access the old
128 if someone already has registered as listener via
143 at the listener
[all …]
/trunk/main/dtrans/source/win32/clipb/
H A DWinClipboard.cxx183 void SAL_CALL CWinClipboard::addClipboardListener( const Reference< XClipboardListener >& listener in addClipboardListener() argument
191 if ( !listener.is( ) ) in addClipboardListener()
196 rBHelper.aLC.addInterface( getCppuType( &listener ), listener ); in addClipboardListener()
203 …SAL_CALL CWinClipboard::removeClipboardListener( const Reference< XClipboardListener >& listener ) in removeClipboardListener() argument
211 if ( !listener.is( ) ) in removeClipboardListener()
216 rBHelper.aLC.removeInterface( getCppuType( &listener ), listener ); in removeClipboardListener()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowSet.idl61 /** adds the specified listener to receive the events "cursorMoved",
63 @param listener
64 the listener which should be registered
66 [oneway] void addRowSetListener([in]XRowSetListener listener );
69 /** removes the specified listener.
70 @param listener
71 the listener which should be registered
73 [oneway] void removeRowSetListener([in]XRowSetListener listener );
/trunk/main/offapi/com/sun/star/util/
H A DXCloseBroadcaster.idl39 /** broadcasts each tried closing of an object to all interest listener
44 If a listener disagree with that it should throw a <type>CloseVetoException</type>
47 If no listener nor internal processes hinder the object on closing
48 all listener get's a notification about real closing.
56 /** adds the specified listener to receive or have a veto for "close" events
59 the listener which is interested on closing events
64 /** removes the specified listener
67 the listener which isn't interested on closing events any longer
/trunk/main/offapi/com/sun/star/awt/tab/
H A DXTabPageContainer.idl80 /** Adds a listener for the <type>TabPageActivedEvent</type> posted after
82 @param listener
83 the listener to add.
85 [oneway] void addTabPageContainerListener( [in] XTabPageContainerListener listener);
89 /** Removes a listener previously added with <method>addTabPageListener()</method>.
90 @param listener
91 the listener to remove.
93 [oneway] void removeTabPageContainerListener( [in] XTabPageContainerListener listener);
/trunk/main/udkapi/com/sun/star/beans/
H A DXMultiPropertySet.idl126 <p>It is suggested to allow multiple registration of the same listener,
127 thus for each time a listener is added, it has to be removed.
133 contains the listener for the property change events.
142 /** removes an <type>XPropertiesChangeListener</type> from the listener list.
144 <p>It is a "noop" if the listener is not registered. </p>
146 <p>It is suggested to allow multiple registration of the same listener,
147 thus for each time a listener is added, it has to be removed.
150 contains the listener to be removed.
159 listener.
165 contains the listener for the property change events.
H A DXPropertySet.idl146 <p>An empty name ("") registers the listener to all bound
150 <p>It is suggested to allow multiple registration of the same listener,
151 thus for each time a listener is added, it has to be removed.
163 the listener list.
165 <p>It is a "noop" if the listener is not registered. </p>
167 <p>It is suggested to allow multiple registration of the same listener,
168 thus for each time a listener is added, it has to be removed.
182 <p>An empty name ("") registers the listener to all
196 listener list.
198 <p>It is a "noop" if the listener is not registered. </p>
/trunk/main/scripting/source/pyprov/
H A Dmailmerge.py139 for listener in self.listeners:
140 listener.connected(self.notify)
147 for listener in self.listeners:
148 listener.disconnected(self.notify)
324 for listener in self.listeners:
325 listener.connected(self.notify)
332 for listener in self.listeners:
333 listener.disconnected(self.notify)
400 for listener in self.listeners:
401 listener.connected(self.notify)
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTopWindow.java99 protected TestListener listener = null ; field in _XTopWindow
115 listener = new TestListener(log) ; in _addTopWindowListener()
117 oObj.addTopWindowListener(listener) ; in _addTopWindowListener()
134 oObj.removeTopWindowListener(listener); in _removeTopWindowListener()
146 listener.initListener(); in _toFront()
150 tRes.tested("toFront()", listener.activated && !listener.deactivated); in _toFront()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridRowSelection.idl91 /** Adds a listener for the <type>GridSelectionEvent</type> posted after the grid changes.
92 @param listener
93 the listener to add.
95 void addSelectionListener( [in] XGridSelectionListener listener);
97 /** Removes a listener previously added with <method>addSelectionListener()</method>.
98 @param listener
99 the listener to remove.
101 void removeSelectionListener( [in] XGridSelectionListener listener);

Completed in 66 milliseconds

12345678910>>...21