Searched refs:aDocEvent (Results 1 – 2 of 2) sorted by relevance
78 document::EventObject aDocEvent; in notifyClosing() local79 aDocEvent.Source = Source.Source; in notifyClosing()80 aDocEvent.EventName = rtl::OUString( in notifyClosing()82 m_pManager->notifyEvent( aDocEvent ); in notifyClosing()
644 css::document::DocumentEvent aDocEvent(aEvent.Source, aEvent.EventName, NULL, css::uno::Any()); in notifyEvent() local646 implts_checkAndExecuteEventBindings(aDocEvent); in notifyEvent()647 implts_notifyListener(aDocEvent); in notifyEvent()