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()
346 return mpImpl->mxWindow; in GetPeer()
616 if ( !getImpl().mxWindow.is() ) in Enable()
618 getImpl().mxWindow->setEnable( bEnable ); in Enable()
623 if ( !getImpl().mxWindow.is() ) in Show()
625 getImpl().mxWindow->setVisible( bVisible ); in Show()
637 if ( !getImpl().mxWindow.is() ) in GrabFocus()
639 getImpl().mxWindow->setFocus(); in GrabFocus()
689 if ((!!mGetFocusHdl || !!mLoseFocusHdl) && mxWindow.is ()) in ~ControlImpl()
692 mxWindow.clear (); in ~ControlImpl()
723 mxWindow->removeFocusListener (this); in UpdateListening()
725 mxWindow->addFocusListener (this); in UpdateListening()
753 if (&getImpl () && getImpl().mxWindow.is ()) in SetGetFocusHdl()
764 if (&getImpl () && getImpl().mxWindow.is ()) in SetLoseFocusHdl()
1464 uno::Reference <awt::XWindow> ref( mxWindow, uno::UNO_QUERY ); in PluginImpl()
1493 …tring*>( VCLXWindow::GetImplementation( uno::Reference <awt::XWindow> ( mxWindow, uno::UNO_QUERY )… in LocalizedStringImpl()