Lines Matching refs:frame

64 namespace fpf = ::framework::pattern::frame;
79 DIRECT_INTERFACE(css::frame::XNotifyingDispatch ), in DEFINE_XINTERFACE_4()
80 DIRECT_INTERFACE(css::frame::XDispatch ), in DEFINE_XINTERFACE_4()
81 DIRECT_INTERFACE(css::frame::XDispatchInformationProvider)) in DEFINE_XINTERFACE_4()
86 css::frame::XDispatchInformationProvider, in DEFINE_XINTERFACE_4()
87 css::frame::XNotifyingDispatch , in DEFINE_XINTERFACE_4()
88 css::frame::XDispatch ) in DEFINE_XINTERFACE_4()
92 … const css::uno::Reference< css::frame::XFrame >& xFrame , in DEFINE_XINTERFACE_4()
113 …dispatchWithNotification(aURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListene… in dispatch()
121 lGroups[0] = css::frame::CommandGroup::VIEW; in getSupportedCommandGroups()
122 lGroups[1] = css::frame::CommandGroup::DOCUMENT; in getSupportedCommandGroups()
127 css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL CloseDispatcher::getConfigurableDisp… in getConfigurableDispatchInformation()
130 if (nCommandGroup == css::frame::CommandGroup::VIEW) in getConfigurableDispatchInformation()
135 css::uno::Sequence< css::frame::DispatchInformation > lViewInfos(1); in getConfigurableDispatchInformation()
137 lViewInfos[0].GroupId = css::frame::CommandGroup::VIEW; in getConfigurableDispatchInformation()
141 if (nCommandGroup == css::frame::CommandGroup::DOCUMENT) in getConfigurableDispatchInformation()
143 css::uno::Sequence< css::frame::DispatchInformation > lDocInfos(1); in getConfigurableDispatchInformation()
145 lDocInfos[0].GroupId = css::frame::CommandGroup::DOCUMENT; in getConfigurableDispatchInformation()
149 return css::uno::Sequence< css::frame::DispatchInformation >(); in getConfigurableDispatchInformation()
153 void SAL_CALL CloseDispatcher::addStatusListener(const css::uno::Reference< css::frame::XStatusList… in addStatusListener()
160 void SAL_CALL CloseDispatcher::removeStatusListener(const css::uno::Reference< css::frame::XStatusL… in removeStatusListener()
169 … const css::uno::Reference< css::frame::XDispatchResultListener >& xListener ) in dispatchWithNotification()
188 css::frame::DispatchResultState::DONTKNOW, in dispatchWithNotification()
212 css::frame::DispatchResultState::FAILURE, in dispatchWithNotification()
287 …css::uno::Reference< css::frame::XFrame > xCloseFrame (m_xCloseFrame.get(), css:… in IMPL_LINK()
288 css::uno::Reference< css::frame::XDispatchResultListener > xListener = m_xResultListener; in IMPL_LINK()
305 …css::uno::Reference< css::frame::XFramesSupplier > xDesktop(xSMGR->createInstance(SERVICENAME_DESK… in IMPL_LINK()
421 css::uno::Reference< css::frame::XController > xController = xCloseFrame->getController(); in IMPL_LINK()
427 sal_Int16 nState = css::frame::DispatchResultState::FAILURE; in IMPL_LINK()
429 nState = css::frame::DispatchResultState::SUCCESS; in IMPL_LINK()
457 sal_Bool CloseDispatcher::implts_prepareFrameForClosing(const css::uno::Reference< css::frame::XFra… in implts_prepareFrameForClosing()
478 …css::uno::Reference< css::frame::XFramesSupplier > xDesktop(xSMGR->createInstance(SERVICENAME_DESK… 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()
530 m_xCloseFrame = css::uno::WeakReference< css::frame::XFrame >(); in implts_closeFrame()
543 …css::uno::Reference< css::frame::XFrame > xFrame (m_xCloseFrame.get(), css::uno::UNO_… in implts_establishBackingMode()
558 css::uno::Reference< css::frame::XController > xBackingComp( in implts_establishBackingMode()
580 css::uno::Reference< css::frame::XDesktop > xDesktop( in implts_terminateApplication()
587 void CloseDispatcher::implts_notifyResultListener(const css::uno::Reference< css::frame::XDispatchR… in implts_notifyResultListener()
594 css::frame::DispatchResultEvent aEvent( in implts_notifyResultListener()
603 …s::uno::Reference< css::frame::XFrame > CloseDispatcher::static_impl_searchRightTargetFrame(const … in static_impl_searchRightTargetFrame()
611 css::uno::Reference< css::frame::XFrame > xTarget = xFrame; in static_impl_searchRightTargetFrame()
640 … css::uno::Reference< css::frame::XFrame > xParent(xTarget->getCreator(), css::uno::UNO_QUERY); in static_impl_searchRightTargetFrame()