Lines Matching refs:Event

193         const document::EventObject & Event )  in notifyEvent()  argument
200 if ( Event.EventName.equalsAsciiL( in notifyEvent()
202 || Event.EventName.equalsAsciiL( in notifyEvent()
205 if ( isOfficeDocument( Event.Source ) ) in notifyEvent()
210 xModel( Event.Source, uno::UNO_QUERY ); in notifyEvent()
229 xDoc( Event.Source, uno::UNO_QUERY ); in notifyEvent()
236 rtl:: OUString aDocId = getDocumentId( Event.Source ); in notifyEvent()
238 uno::Reference< frame::XModel >( Event.Source, uno::UNO_QUERY ) ); in notifyEvent()
243 Event.Source, uno::UNO_QUERY ); in notifyEvent()
259 else if ( Event.EventName.equalsAsciiL( in notifyEvent()
262 if ( isOfficeDocument( Event.Source ) ) in notifyEvent()
275 xModel( Event.Source, uno::UNO_QUERY ); in notifyEvent()
303 Event.Source, uno::UNO_QUERY ); in notifyEvent()
314 else if ( Event.EventName.equalsAsciiL( in notifyEvent()
317 if ( isOfficeDocument( Event.Source ) ) in notifyEvent()
322 xModel( Event.Source, uno::UNO_QUERY ); in notifyEvent()
332 xDoc( Event.Source, uno::UNO_QUERY ); in notifyEvent()
350 else if ( Event.EventName.equalsAsciiL( in notifyEvent()
353 if ( isOfficeDocument( Event.Source ) ) in notifyEvent()
358 xModel( Event.Source, uno::UNO_QUERY ); in notifyEvent()
368 xDoc( Event.Source, uno::UNO_QUERY ); in notifyEvent()
389 else if ( Event.EventName.equalsAsciiL( in notifyEvent()
392 if ( isOfficeDocument( Event.Source ) ) in notifyEvent()
397 xModel( Event.Source, uno::UNO_QUERY ); in notifyEvent()
411 xDoc( Event.Source, uno::UNO_QUERY ); in notifyEvent()
418 rtl:: OUString aDocId = getDocumentId( Event.Source ); in notifyEvent()