Lines Matching refs:aSource
1493 const com::sun::star::lang::EventObject& aSource in disposing() argument
1497 if ( m_xDocument.is() && m_xDocument == aSource.Source ) in disposing()
1503 if( m_xFrame.is() && m_xFrame == aSource.Source ) in disposing()
1510 const lang::EventObject& aSource, in queryClosing() argument
1518 …&& ( m_xDocument.is() && m_xDocument == aSource.Source || m_xFrame.is() && m_xFrame == aSource.Sou… in queryClosing()
1525 const lang::EventObject& aSource ) in notifyClosing() argument
1531 aSource.Source, uno::UNO_QUERY_THROW ); in notifyClosing()
1537 if ( m_xDocument.is() && m_xDocument == aSource.Source ) in notifyClosing()
1548 else if( m_xFrame.is() && m_xFrame == aSource.Source ) in notifyClosing()
1566 const lang::EventObject& aSource in notifyTermination() argument
1572 aSource.Source, uno::UNO_QUERY ); in notifyTermination()