Home
last modified time | relevance | path

Searched refs:aDocEvent (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx78 document::EventObject aDocEvent; in notifyClosing() local
79 aDocEvent.Source = Source.Source; in notifyClosing()
80 aDocEvent.EventName = rtl::OUString( in notifyClosing()
82 m_pManager->notifyEvent( aDocEvent ); in notifyClosing()
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx644 css::document::DocumentEvent aDocEvent(aEvent.Source, aEvent.EventName, NULL, css::uno::Any()); in notifyEvent() local
646 implts_checkAndExecuteEventBindings(aDocEvent); in notifyEvent()
647 implts_notifyListener(aDocEvent); in notifyEvent()