Lines Matching refs:mxWindow
160 , mxWindow (peer, uno::UNO_QUERY) in WindowImpl()
188 if ( mxWindow.is() ) in wrapperGone()
190 uno::Reference< lang::XComponent > xComp( mxWindow, uno::UNO_QUERY ); in wrapperGone()
191 mxWindow.clear (); in wrapperGone()
200 if (mxWindow.is ()) in disposing()
201 mxWindow.clear (); in disposing()
222 uno::Reference <awt::XWindow> ref (mxWindow, uno::UNO_QUERY); in redraw()
334 return mpImpl->mxWindow; in GetPeer()
607 if ( !getImpl()->mxWindow.is() ) in Enable()
609 getImpl()->mxWindow->setEnable( bEnable ); in Enable()
614 if ( !getImpl()->mxWindow.is() ) in Show()
616 getImpl()->mxWindow->setVisible( bVisible ); in Show()
628 if ( !getImpl()->mxWindow.is() ) in GrabFocus()
630 getImpl()->mxWindow->setFocus(); in GrabFocus()
680 if ((!!mGetFocusHdl || !!mLoseFocusHdl) && mxWindow.is ()) in ~ControlImpl()
683 mxWindow.clear (); in ~ControlImpl()
714 mxWindow->removeFocusListener (this); in UpdateListening()
716 mxWindow->addFocusListener (this); in UpdateListening()
744 if (getImpl() && getImpl()->mxWindow.is ()) in SetGetFocusHdl()
755 if (getImpl() && getImpl()->mxWindow.is ()) in SetLoseFocusHdl()
1455 uno::Reference <awt::XWindow> ref( mxWindow, uno::UNO_QUERY ); in PluginImpl()
1484 …tring*>( VCLXWindow::GetImplementation( uno::Reference <awt::XWindow> ( mxWindow, uno::UNO_QUERY )… in LocalizedStringImpl()