/aoo41x/main/framework/source/fwe/helper/ |
H A D | undomanagerhelper.cxx | 319 void notify( ::rtl::OUString const& i_title, 324 notify( ::rtl::OUString(), i_notificationMethod ); in notify() 376 void UndoManagerHelper_Impl::notify( ::rtl::OUString const& i_title, in notify() function in framework::UndoManagerHelper_Impl 841 notify( i_actionComment, &XUndoManagerListener::undoActionAdded ); in undoActionAdded() 850 notify( &XUndoManagerListener::allActionsCleared ); in cleared() 859 notify( &XUndoManagerListener::redoActionsCleared ); in clearedRedo() 868 notify( &XUndoManagerListener::resetAll ); in resetAll() 881 notify( i_comment, &XUndoManagerListener::enteredContext ); in listActionEntered() 896 notify( i_comment, &XUndoManagerListener::leftContext ); in listActionLeft() 911 notify( &XUndoManagerListener::leftHiddenContext ); in listActionLeftAndMerged() [all …]
|
/aoo41x/main/forms/source/inc/ |
H A D | listenercontainers.hxx | 70 inline bool notify() in notify() function in frm::EventListeners 73 return EventListeners_Base::notify( aEvent ); in notify() 82 using EventListeners_Base::notify; 113 return notify(); in approveReset() 121 notify(); in resetted()
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshowviewimpl.cxx | 88 bool SlideShowViewListeners::notify( const lang::EventObject& _rEvent ) throw( com::sun::star::uno:… in notify() function in sd::SlideShowViewListeners 301 mpPaintListeners->notify( aEvent ); in paint() 515 mpViewListeners->notify( aEvent ); in windowResized() 555 mpMouseListeners->notify( aEvent ); in mousePressed() 578 mpMouseListeners->notify( aEvent ); in mouseReleased() 595 mpMouseListeners->notify( aEvent ); in mouseEntered() 611 mpMouseListeners->notify( aEvent ); in mouseExited() 628 mpMouseMotionListeners->notify( aEvent ); in mouseDragged() 644 mpMouseMotionListeners->notify( aEvent ); in mouseMoved()
|
/aoo41x/main/scripting/source/pyprov/ |
H A D | mailmerge.py | 78 self.notify = EventObject(self) 135 listener.connected(self.notify) 143 listener.disconnected(self.notify) 276 self.notify = EventObject(self) 320 listener.connected(self.notify) 328 listener.disconnected(self.notify) 345 self.notify = EventObject(self) 396 listener.connected(self.notify) 404 listener.disconnected(self.notify)
|
/aoo41x/main/jurt/com/sun/star/comp/connections/ |
H A D | PipedConnection.java | 127 notify(); // the buffer is full, signal it in receive() 180 notify(); // the buffer is empty, signal it in read() 236 _otherSide.notify(); in flush() 251 notify(); in close()
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | XDynamicResultSetListener.idl | 47 <p>In the first notify-call the listener gets two(!) 57 <p>While in notify-call the listener is allowed to read from old and 67 the changes to notify. 69 void notify( [in] ListEvent Changes );
|
H A D | XDynamicResultSet.idl | 85 The calling of <member>XDynamicResultSetListener::notify</member> has 87 actions til the listener returns the call. So don't block the notify-causing 92 While one notify-call is going on: 98 <li> It is not allowed to start a second notify-call.</li> 105 After the listener has returned the notify-call:
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ |
H A D | ParcelContentsFolder.java | 91 TopManager.getDefault().notify(d); 102 ErrorManager.getDefault().notify(ioe); 124 TopManager.getDefault().notify(d);
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | OfficeDocumentSupport.java | 79 ErrorManager.getDefault().notify(ioe); in mount() 82 ErrorManager.getDefault().notify(pve); in mount() 98 ErrorManager.getDefault().notify(ioe); in open()
|
H A D | ParcelSupport.java | 87 ErrorManager.getDefault().notify(ioe); in mount() 90 ErrorManager.getDefault().notify(pve); in mount() 180 TopManager.getDefault().notify(d); in promptForOverwrite()
|
H A D | ParcelFolderSupport.java | 107 ErrorManager.getDefault().notify(ioe); in setClasspath() 193 ErrorManager.getDefault().notify(ioe); in configure() 209 ErrorManager.getDefault().notify(e); in configure()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | listenernotification.hxx | 210 …inline bool notify( const EventClass& _rEvent, NotificationMethod _pNotify ) SAL_THROW(( ::com:… 221 …inline bool OSimpleListenerContainer< LISTENER, EVENT >::notify( const EventClass& _rEvent, Notifi… in notify() function in comphelper::OSimpleListenerContainer 269 inline bool notify( const EventClass& _rEvent ) in notify() function in comphelper::OListenerContainerBase
|
/aoo41x/main/embedserv/source/embed/ |
H A D | ed_ioleobject.cxx | 226 notify(); in DoVerb() 441 notify( false ); in SaveObject() 458 void EmbedDocument_Impl::notify( bool bDataChanged ) in notify() function in EmbedDocument_Impl
|
H A D | ed_iinplace.cxx | 56 notify(); in InPlaceDeactivate() 74 notify(); in UIDeactivate()
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | ToolbarController.idl | 99 /** used to notify an implementation that it needs to add its listener or remove 111 /** used to notify changed features and requests for additional user interface 125 /** used to notify and retrieve information that are specific for sub-toolbar
|
H A D | XToolbarControllerListener.idl | 31 /** is used to notify a toolbar controller about events 40 /** gets called to notify a controller that a toolbar function has been selected.
|
/aoo41x/main/extensions/qa/integration/extensions/ |
H A D | ConsoleWait.java | 63 m_toNotify.notify(); in run() 120 notify(); in disposing()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystemBeanInfo.java | 60 ErrorManager.getDefault().notify(ie); in getAdditionalBeanInfo() 103 ErrorManager.getDefault().notify(ie); in getPropertyDescriptors()
|
/aoo41x/main/qadevOOo/runner/basicrunner/ |
H A D | BasicHandler.java | 146 notify() ; in methodTested() 156 notify() ; in Log() 458 parent.notify(); in insertByName()
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | EventQueue.java | 53 maMonitor.notify (); in addEvent() 68 maMonitor.notify (); in addDisposingEvent()
|
/aoo41x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XMessageBoxFactory.java | 66 public void notify(Object aData) { in _createMessageBox() 77 public void notify(Object aData) { in _createMessageBox()
|
/aoo41x/main/chart2/source/tools/ |
H A D | ConfigColorScheme.cxx | 93 m_rListener.notify( aPropertyNames[nIdx] ); in Notify() 177 void ConfigColorScheme::notify( const OUString & rPropertyName ) in notify() function in chart::ConfigColorScheme
|
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | MainThreadDialogExecutor.java | 102 aExecutor.notify( Any.VOID ); in GetCallback() 141 public void notify( Object aData ) in notify() method in MainThreadDialogExecutor
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | asyncrequests.cxx | 71 void Request::notify() in notify() function in fpicker::win32::vista::Request 214 rRequest->notify(); in run()
|
/aoo41x/main/offapi/com/sun/star/linguistic2/ |
H A D | XDictionaryListEventListener.idl | 45 dictionary-list in order to notify its registered listeners.</P> 53 /** is used to notify the object about dictionary-list events.
|