Lines Matching refs:xFrame

202 		uno::Reference< XFrame > xFrame( m_xOwnerWeak.get(), UNO_QUERY );  in frameAction()  local
205 if ( xFrame.is() && pMenuBar ) in frameAction()
207 uno::Reference< ::com::sun::star::awt::XWindow >xContainerWindow = xFrame->getContainerWindow(); in frameAction()
246 uno::Reference< XFrame > xFrame( m_xOwnerWeak.get(), UNO_QUERY ); in disposing() local
247 if ( xFrame.is() ) in disposing()
249xFrame->removeFrameActionListener( uno::Reference< XFrameActionListener >( (OWeakObject *)this, UN… in disposing()
254 aEventObj.Source = xFrame; in disposing()
298 uno::Reference< XFrame > xFrame( m_xOwnerWeak.get(), UNO_QUERY ); in impl_setMenuBar() local
299 if ( xFrame.is() ) in impl_setMenuBar()
301 uno::Reference< ::com::sun::star::awt::XWindow >xContainerWindow = xFrame->getContainerWindow(); in impl_setMenuBar()
341 uno::Reference< XController > xController( xFrame->getController(), UNO_QUERY ); in impl_setMenuBar()
347 AddonMenuManager::MergeAddonPopupMenus( xFrame, nPos, pMenuBar, m_xFactory ); in impl_setMenuBar()
350 AddonMenuManager::MergeAddonHelpMenu( xFrame, pMenuBar, m_xFactory ); in impl_setMenuBar()
358 … m_pMenuManager = new MenuManager( m_xFactory, xFrame, pMenuBar, sal_True, sal_False ); in impl_setMenuBar()
364 … m_pMenuManager = new MenuManager( m_xFactory, xFrame, pMenuBar, sal_True, sal_True ); in impl_setMenuBar()
379 css::uno::Reference < css::frame::XFrame > xFrame( m_xOwnerWeak.get(), css::uno::UNO_QUERY ); in IMPL_LINK() local
380 if ( !xFrame.is() ) in IMPL_LINK()
391 uno::Reference< XDispatchProvider > xProv( xFrame, UNO_QUERY ); in IMPL_LINK()