Lines Matching refs:xSupp
770 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in ShowUI() local
771 if ( xSupp.is() ) in ShowUI()
772 xSupp->setActiveFrame( m_xFrame ); in ShowUI()
789 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in ShowUI() local
790 if ( xSupp.is() ) in ShowUI()
791 xSupp->setActiveFrame( 0 ); in ShowUI()
839 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in HideUI() local
840 if ( xSupp.is() ) in HideUI()
841 xSupp->setActiveFrame( 0 ); in HideUI()
1337 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in activated() local
1338 if ( xSupp.is() ) in activated()
1339 xSupp->setActiveFrame( m_xFrame ); in activated()