Lines Matching refs:m_nMode
264 , m_nMode( nMode ) in OLockListener()
281 if ( m_nMode & embed::Actions::PREVENT_CLOSE ) in Dispose()
297 if ( m_nMode & embed::Actions::PREVENT_TERMINATION ) in Dispose()
323 m_nMode = 0; in disposing()
344 if ( !m_bDisposed && aEvent.Source == m_xInstance && ( m_nMode & embed::Actions::PREVENT_CLOSE ) ) in queryClosing()
381 m_nMode &= ~embed::Actions::PREVENT_CLOSE; in notifyClosing()
382 if ( !m_nMode ) in notifyClosing()
404 if ( aEvent.Source == m_xInstance && ( m_nMode & embed::Actions::PREVENT_TERMINATION ) ) in queryTermination()
443 m_nMode &= ~embed::Actions::PREVENT_TERMINATION; in notifyTermination()
444 if ( !m_nMode ) in notifyTermination()
474 if ( m_nMode & embed::Actions::PREVENT_CLOSE ) in Init()
480 if ( m_nMode & embed::Actions::PREVENT_TERMINATION ) in Init()