Lines Matching refs:mxWindow
163 , mxWindow (peer, uno::UNO_QUERY) in WindowImpl()
191 if ( mxWindow.is() ) in wrapperGone()
193 uno::Reference< lang::XComponent > xComp( mxWindow, uno::UNO_QUERY ); in wrapperGone()
194 mxWindow.clear (); in wrapperGone()
203 if (mxWindow.is ()) in disposing()
204 mxWindow.clear (); in disposing()
225 uno::Reference <awt::XWindow> ref (mxWindow, uno::UNO_QUERY); in redraw()
337 return mpImpl->mxWindow; in GetPeer()
610 if ( !getImpl()->mxWindow.is() ) in Enable()
612 getImpl()->mxWindow->setEnable( bEnable ); in Enable()
617 if ( !getImpl()->mxWindow.is() ) in Show()
619 getImpl()->mxWindow->setVisible( bVisible ); in Show()
631 if ( !getImpl()->mxWindow.is() ) in GrabFocus()
633 getImpl()->mxWindow->setFocus(); in GrabFocus()
683 if ((!!mGetFocusHdl || !!mLoseFocusHdl) && mxWindow.is ()) in ~ControlImpl()
686 mxWindow.clear (); in ~ControlImpl()
717 mxWindow->removeFocusListener (this); in UpdateListening()
719 mxWindow->addFocusListener (this); in UpdateListening()
747 if (getImpl() && getImpl()->mxWindow.is ()) in SetGetFocusHdl()
758 if (getImpl() && getImpl()->mxWindow.is ()) in SetLoseFocusHdl()
1458 uno::Reference <awt::XWindow> ref( mxWindow, uno::UNO_QUERY ); in PluginImpl()
1487 …tring*>( VCLXWindow::GetImplementation( uno::Reference <awt::XWindow> ( mxWindow, uno::UNO_QUERY )… in LocalizedStringImpl()