Searched refs:xAsXController (Results 1 – 1 of 1) sorted by relevance
223 Reference< XController > xAsXController( m_xBrowserController, UNO_QUERY ); in ImplReCreateController() local224 DBG_ASSERT(xAsXController.is(), "PropBrw::PropBrw: invalid controller object!"); in ImplReCreateController()225 if (!xAsXController.is()) in ImplReCreateController()232 xAsXController->attachFrame(m_xMeAsFrame); in ImplReCreateController()289 Reference< XController > xAsXController( m_xBrowserController, UNO_QUERY ); in ImplDestroyController() local290 if ( xAsXController.is() ) in ImplDestroyController()291 xAsXController->attachFrame( NULL ); in ImplDestroyController()
Completed in 16 milliseconds