#include <sidebar/SidebarToolBox.hxx>
#include <sidebar/ControllerFactory.hxx>
#include <sfx2/viewfrm.hxx>
#include <officecfg/Office/Common.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <svtools/miscopt.hxx>
#include <com/sun/star/frame/XSubToolbarController.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XToolbarController.hpp>
Go to the source code of this file.
|
| sfx2::sidebar::IMPL_LINK (SidebarToolBox, DropDownClickHandler, ToolBox *, pToolBox, void) |
|
| sfx2::sidebar::IMPL_LINK (SidebarToolBox, ClickHandler, ToolBox *, pToolBox, void) |
|
| sfx2::sidebar::IMPL_LINK (SidebarToolBox, DoubleClickHandler, ToolBox *, pToolBox, void) |
|
| sfx2::sidebar::IMPL_LINK (SidebarToolBox, SelectHandler, ToolBox *, pToolBox, void) |
|
| sfx2::sidebar::IMPL_LINK_NOARG (SidebarToolBox, ChangedIconHandler, LinkParamNone *, void) |
|
| sfx2::sidebar::IMPL_LINK (SidebarToolBox, ChangedDataHandler, const DataChangedEvent *, pDataChangedEvent, void) |
|
SAL_DLLPUBLIC_EXPORT void | sfx2::sidebar::makeNotebookbarToolBox (VclPtr< vcl::Window > &rRet, const VclPtr< vcl::Window > &pParent, VclBuilder::stringmap &rMap) |
|