Lines Matching refs:m_pWindow
49 m_pWindow = pMenu->GetWindow(); in VCLXAccessibleMenuBar()
51 if ( m_pWindow ) in VCLXAccessibleMenuBar()
52 m_pWindow->AddEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in VCLXAccessibleMenuBar()
60 if ( m_pWindow ) in ~VCLXAccessibleMenuBar()
61 m_pWindow->RemoveEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in ~VCLXAccessibleMenuBar()
70 if ( m_pWindow && m_pWindow->HasFocus() && !IsChildHighlighted() ) in IsFocused()
106 if ( m_pWindow ) in ProcessWindowEvent()
108 m_pWindow->RemoveEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in ProcessWindowEvent()
109 m_pWindow = NULL; in ProcessWindowEvent()
128 if ( m_pWindow ) in disposing()
130 m_pWindow->RemoveEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in disposing()
131 m_pWindow = NULL; in disposing()