Lines Matching refs:xWindow

222     uno::Reference< awt::XWindow > xWindow = lclGetWindowForController( rxController );  in startControllerListening()  local
223 if( xWindow.is() ) in startControllerListening()
224 try { xWindow->addWindowListener( this ); } catch( uno::Exception& ) {} in startControllerListening()
226 uno::Reference< awt::XTopWindow > xTopWindow( xWindow, uno::UNO_QUERY ); in startControllerListening()
234 if( Window* pWindow = VCLUnoHelper::GetWindow( xWindow ) ) in startControllerListening()
242 uno::Reference< awt::XWindow > xWindow = lclGetWindowForController( rxController ); in stopControllerListening() local
243 if( xWindow.is() ) in stopControllerListening()
244 try { xWindow->removeWindowListener( this ); } catch( uno::Exception& ) {} in stopControllerListening()
246 uno::Reference< awt::XTopWindow > xTopWindow( xWindow, uno::UNO_QUERY ); in stopControllerListening()
254 if( Window* pWindow = VCLUnoHelper::GetWindow( xWindow ) ) in stopControllerListening()
288 uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY ); in windowActivated() local
289 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in windowActivated()
310 uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY ); in windowDeactivated() local
311 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in windowDeactivated()
328 uno::Reference< awt::XWindow > xWindow( rEvent.Source, uno::UNO_QUERY ); in windowResized() local
329 postWindowResizeEvent( VCLUnoHelper::GetWindow( xWindow ) ); in windowResized()
353 uno::Reference< awt::XWindow > xWindow = lclGetWindowForController( xController ); in borderWidthsChanged() local
354 postWindowResizeEvent( VCLUnoHelper::GetWindow( xWindow ) ); in borderWidthsChanged()
902 …uno::Reference< uno::XInterface > xWindow( createVBAUnoAPIServiceWithArgs( mpShell, "ooo.vba.excel… in createWindow() local
903 return uno::Any( xWindow ); in createWindow()