Home
last modified time | relevance | path

Searched refs:mxReadOnlyModeDispatch (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sfx2/source/sidebar/
H A DSidebarController.cxx132 mxReadOnlyModeDispatch(), in SidebarController()
164 mxReadOnlyModeDispatch = Tools::GetDispatch(mxFrame, aURL); in SidebarController()
165 if (mxReadOnlyModeDispatch.is()) in SidebarController()
166 mxReadOnlyModeDispatch->addStatusListener(this, aURL); in SidebarController()
219 if (mxReadOnlyModeDispatch.is()) in disposing()
220 mxReadOnlyModeDispatch->removeStatusListener(this, Tools::GetURL(gsReadOnlyCommandName)); in disposing()
H A DSidebarController.hxx181 cssu::Reference<css::frame::XDispatch> mxReadOnlyModeDispatch; member in sfx2::sidebar::SidebarController

Completed in 29 milliseconds