Lines Matching refs:xFrame

92 …                             const css::uno::Reference< css::frame::XFrame >&              xFrame ,  in DEFINE_XINTERFACE_4()
100 m_xCloseFrame = CloseDispatcher::static_impl_searchRightTargetFrame(xFrame, sTarget); in DEFINE_XINTERFACE_4()
457 …lts_prepareFrameForClosing(const css::uno::Reference< css::frame::XFrame >& xFrame , in implts_prepareFrameForClosing() argument
463 if (! xFrame.is()) in implts_prepareFrameForClosing()
479 FrameListAnalyzer aCheck(xDesktop, xFrame, FrameListAnalyzer::E_ALL); in implts_prepareFrameForClosing()
494 css::uno::Reference< css::frame::XController > xController = xFrame->getController(); in implts_prepareFrameForClosing()
514 css::uno::Reference< css::frame::XFrame > xFrame (m_xCloseFrame.get(), css::uno::UNO_QUERY); in implts_closeFrame() local
519 if ( ! xFrame.is() ) in implts_closeFrame()
525 if (!fpf::closeIt(xFrame, sal_False)) in implts_closeFrame()
543 …css::uno::Reference< css::frame::XFrame > xFrame (m_xCloseFrame.get(), css::uno::UNO_… in implts_establishBackingMode() local
547 if (!xFrame.is()) in implts_establishBackingMode()
550 css::uno::Reference < css::document::XActionLockable > xLock( xFrame, css::uno::UNO_QUERY ); in implts_establishBackingMode()
554 css::uno::Reference< css::awt::XWindow > xContainerWindow = xFrame->getContainerWindow(); in implts_establishBackingMode()
564 xFrame->setComponent(xBackingWin, xBackingComp); in implts_establishBackingMode()
565 xBackingComp->attachFrame(xFrame); in implts_establishBackingMode()
603 …tcher::static_impl_searchRightTargetFrame(const css::uno::Reference< css::frame::XFrame >& xFrame , in static_impl_searchRightTargetFrame() argument
607 return xFrame; in static_impl_searchRightTargetFrame()
611 css::uno::Reference< css::frame::XFrame > xTarget = xFrame; in static_impl_searchRightTargetFrame()