Lines Matching refs:xContainerWindow
147 Reference< XWindow > xContainerWindow = m_xFrame->getContainerWindow(); in startContainerWindowListening() local
148 if (xContainerWindow.is()) in startContainerWindowListening()
150 xContainerWindow->addFocusListener(this); in startContainerWindowListening()
166 Reference< XWindow > xContainerWindow = m_xFrame->getContainerWindow(); in stopContainerWindowListening() local
167 if (xContainerWindow.is()) in stopContainerWindowListening()
169 xContainerWindow->removeFocusListener(this); in stopContainerWindowListening()
392 Reference< XWindow > xContainerWindow = m_xFrame->getContainerWindow(); in attachFrame() local
393 VCLXWindow* pContainerWindow = VCLXWindow::GetImplementation(xContainerWindow); in attachFrame()
623 Reference< XWindow > xContainerWindow; in focusGained() local
625 xContainerWindow = m_xFrame->getContainerWindow(); in focusGained()
627 if ( xContainerWindow.get() == xSourceWindow.get() ) in focusGained()