23#include <rtl/ustring.hxx>
30namespace sd {
class ViewShell; }
31namespace sd::tools {
class EventMultiplexer; }
36class ViewShellManager;
60 :
public std::enable_shared_from_this<ToolBarManager>
66 static std::shared_ptr<ToolBarManager>
Create (
68 const std::shared_ptr<tools::EventMultiplexer>& rpMultiplexer,
69 const std::shared_ptr<ViewShellManager>& rpViewShellManager);
169 const OUString& rsToolBarName);
193 const OUString& rsToolBarName);
210 const OUString& rsToolBarName);
SfxViewShell descendant that the stacked Draw/Impress shells are based on.
Base class of the stacked shell hierarchy.