Home
last modified time | relevance | path

Searched refs:rxController (Results 1 – 25 of 143) sorted by relevance

123456

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/
H A DContextChangeEventMultiplexer.cxx36 const css::uno::Reference<css::frame::XController>& rxController, in NotifyContextChange() argument
39 if (!(rxController.is() && rxController->getFrame().is())) in NotifyContextChange()
43 rxController, in NotifyContextChange()
44 GetModuleName(rxController->getFrame()), in NotifyContextChange()
51 xMultiplexer->broadcastContextChangeEvent(aEvent, rxController); in NotifyContextChange()
56 if (SfxViewShell* pViewShell = SfxViewShell::Get(rxController)) in NotifyContextChange()
57 …SfxLokHelper::notifyContextChange(pViewShell, GetModuleName(rxController->getFrame()), vcl::EnumCo… in NotifyContextChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/
H A DContextChangeEventMultiplexer.cxx37 const css::uno::Reference<css::frame::XController>& rxController, in NotifyContextChange() argument
40 if (rxController.is() && rxController->getFrame().is()) in NotifyContextChange()
45 if (SfxViewShell* pViewShell = SfxViewShell::Get(rxController)) in NotifyContextChange()
46 …SfxLokHelper::notifyContextChange(pViewShell, GetModuleName(rxController->getFrame()), vcl::EnumCo… in NotifyContextChange()
50 rxController, in NotifyContextChange()
51 GetModuleName(rxController->getFrame()), in NotifyContextChange()
58 xMultiplexer->broadcastContextChangeEvent(aEvent, rxController); in NotifyContextChange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/framework/module/
H A DImpressModule.cxx34 void ImpressModule::Initialize (Reference<frame::XController> const & rxController) in Initialize() argument
36 new CenterViewFocusModule(rxController); in Initialize()
38 rxController, in Initialize()
43 rxController, in Initialize()
45 new ToolBarModule(rxController); in Initialize()
46 new ShellStackGuard(rxController); in Initialize()
H A DDrawModule.cxx32 void DrawModule::Initialize(Reference<frame::XController> const& rxController) in Initialize() argument
34 new sd::framework::CenterViewFocusModule(rxController); in Initialize()
35 new sd::framework::SlideSorterModule(rxController, FrameworkHelper::msLeftDrawPaneURL); in Initialize()
36 new ToolBarModule(rxController); in Initialize()
H A DShellStackGuard.cxx41 ShellStackGuard::ShellStackGuard (Reference<frame::XController> const & rxController) in ShellStackGuard() argument
48 Reference<XControllerManager> xControllerManager (rxController, UNO_QUERY); in ShellStackGuard()
54 auto pController = comphelper::getUnoTunnelImplementation<sd::DrawController>(rxController); in ShellStackGuard()
H A DPresentationModule.cxx29 void PresentationModule::Initialize(Reference<frame::XController> const& rxController) in Initialize() argument
31 new sd::framework::CenterViewFocusModule(rxController); in Initialize()
H A DCenterViewFocusModule.cxx42 CenterViewFocusModule::CenterViewFocusModule (Reference<frame::XController> const & rxController) in CenterViewFocusModule() argument
49 Reference<XControllerManager> xControllerManager (rxController, UNO_QUERY); in CenterViewFocusModule()
55 auto pController = comphelper::getUnoTunnelImplementation<sd::DrawController>(rxController); in CenterViewFocusModule()
H A DToolBarModule.cxx44 const Reference<frame::XController>& rxController) in ToolBarModule() argument
52 auto pController = comphelper::getUnoTunnelImplementation<sd::DrawController>(rxController); in ToolBarModule()
56 Reference<XControllerManager> xControllerManager (rxController, UNO_QUERY); in ToolBarModule()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/framework/module/
H A DImpressModule.cxx34 void ImpressModule::Initialize (Reference<frame::XController> const & rxController) in Initialize() argument
36 new CenterViewFocusModule(rxController); in Initialize()
38 rxController, in Initialize()
43 rxController, in Initialize()
45 new ToolBarModule(rxController); in Initialize()
46 new ShellStackGuard(rxController); in Initialize()
H A DDrawModule.cxx32 void DrawModule::Initialize (Reference<frame::XController> const & rxController) in Initialize() argument
34 new sd::framework::CenterViewFocusModule(rxController); in Initialize()
36 rxController, in Initialize()
38 new ToolBarModule(rxController); in Initialize()
H A DShellStackGuard.cxx42 ShellStackGuard::ShellStackGuard (Reference<frame::XController> const & rxController) in ShellStackGuard() argument
49 Reference<XControllerManager> xControllerManager (rxController, UNO_QUERY); in ShellStackGuard()
55 auto pController = comphelper::getUnoTunnelImplementation<sd::DrawController>(rxController); in ShellStackGuard()
H A DPresentationModule.cxx29 void PresentationModule::Initialize (Reference<frame::XController> const & rxController) in Initialize() argument
31 new sd::framework::CenterViewFocusModule(rxController); in Initialize()
H A DCenterViewFocusModule.cxx42 CenterViewFocusModule::CenterViewFocusModule (Reference<frame::XController> const & rxController) in CenterViewFocusModule() argument
49 Reference<XControllerManager> xControllerManager (rxController, UNO_QUERY); in CenterViewFocusModule()
55 auto pController = comphelper::getUnoTunnelImplementation<sd::DrawController>(rxController); in CenterViewFocusModule()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterFrameworkObserver.cxx31 const css::uno::Reference<css::drawing::framework::XConfigurationController>&rxController, in PresenterFrameworkObserver() argument
34 mxConfigurationController(rxController), in PresenterFrameworkObserver()
58 const css::uno::Reference<css::drawing::framework::XConfigurationController>&rxController, in RunOnUpdateEnd() argument
62 rxController, in RunOnUpdateEnd()
H A DPresenterHelper.cxx35 const Reference<frame::XController>& rxController) in GetSlideShowController() argument
39 if( rxController.is() ) try in GetSlideShowController()
41 Reference<XPresentationSupplier> xPS ( rxController->getModel(), UNO_QUERY_THROW); in GetSlideShowController()
H A DPresenterViewFactory.cxx96 const Reference<frame::XController>& rxController, in PresenterViewFactory() argument
101 mxControllerWeak(rxController), in PresenterViewFactory()
109 const Reference<frame::XController>& rxController, in Create() argument
113 new PresenterViewFactory(rxContext,rxController,rpPresenterController)); in Create()
114 pFactory->Register(rxController); in Create()
119 void PresenterViewFactory::Register (const Reference<frame::XController>& rxController) in Register() argument
124 Reference<XControllerManager> xCM (rxController, UNO_QUERY_THROW); in Register()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterFrameworkObserver.cxx31 const css::uno::Reference<css::drawing::framework::XConfigurationController>&rxController, in PresenterFrameworkObserver() argument
34 mxConfigurationController(rxController), in PresenterFrameworkObserver()
58 const css::uno::Reference<css::drawing::framework::XConfigurationController>&rxController, in RunOnUpdateEnd() argument
62 rxController, in RunOnUpdateEnd()
H A DPresenterHelper.cxx46 const Reference<frame::XController>& rxController) in GetSlideShowController() argument
50 if( rxController.is() ) try in GetSlideShowController()
52 Reference<XPresentationSupplier> xPS ( rxController->getModel(), UNO_QUERY_THROW); in GetSlideShowController()
H A DPresenterViewFactory.cxx109 const Reference<frame::XController>& rxController, in PresenterViewFactory() argument
114 mxControllerWeak(rxController), in PresenterViewFactory()
122 const Reference<frame::XController>& rxController, in Create() argument
126 new PresenterViewFactory(rxContext,rxController,rpPresenterController)); in Create()
127 pFactory->Register(rxController); in Create()
132 void PresenterViewFactory::Register (const Reference<frame::XController>& rxController) in Register() argument
137 Reference<XControllerManager> xCM (rxController, UNO_QUERY_THROW); in Register()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DControllerFactory.cxx46 const Reference<frame::XController>& rxController, in CreateToolBoxController() argument
54 rxFrame, rxController, in CreateToolBoxController()
144 const Reference<frame::XController>& rxController, in CreateToolBoxController() argument
153 rxFrame, rxController, in CreateToolBoxController()
184 const Reference<frame::XController>& rxController, in CreateToolBarController() argument
191 OUString sModuleName (Tools::GetModuleName(rxController)); in CreateToolBarController()
H A DTools.cxx93 const css::uno::Reference<css::frame::XController>& rxController) in GetModuleName() argument
95 if (!rxController.is()) in GetModuleName()
102 return xModuleManager->identify(rxController); in GetModuleName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/sidebar/
H A DResourceManager.hxx83 … const css::uno::Reference<css::frame::XController>& rxController);
89 … const css::uno::Reference<css::frame::XController>& rxController);
118 void ReadLegacyAddons(const css::uno::Reference<css::frame::XController>& rxController);
124 const css::uno::Reference<css::frame::XController>& rxController);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/sidebar/
H A DResourceManager.hxx82 … const css::uno::Reference<css::frame::XController>& rxController);
88 … const css::uno::Reference<css::frame::XController>& rxController);
119 void ReadLegacyAddons(const css::uno::Reference<css::frame::XController>& rxController);
125 const css::uno::Reference<css::frame::XController>& rxController);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/sidebar/
H A DControllerFactory.hxx49 const css::uno::Reference<css::frame::XController>& rxController,
58 const css::uno::Reference<css::frame::XController>& rxController,
66 const css::uno::Reference<css::frame::XController>& rxController,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/sidebar/
H A DControllerFactory.cxx44 const Reference<frame::XController>& rxController, in CreateToolBoxController() argument
52 rxFrame, rxController, in CreateToolBoxController()
144 const Reference<frame::XController>& rxController, in CreateToolBarController() argument
151 OUString sModuleName (Tools::GetModuleName(rxController)); in CreateToolBarController()

123456