#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XDispatchInformationProvider.hpp>
#include <com/sun/star/frame/XController2.hpp>
#include <com/sun/star/frame/XControllerBorder.hpp>
#include <com/sun/star/frame/XInfobarProvider.hpp>
#include <com/sun/star/frame/XTitle.hpp>
#include <com/sun/star/frame/XTitleChangeBroadcaster.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/task/XStatusIndicatorSupplier.hpp>
#include <com/sun/star/ui/XContextMenuInterception.hpp>
#include <com/sun/star/awt/XUserInputInterception.hpp>
#include <tools/link.hxx>
#include <sfx2/groupid.hxx>
Go to the source code of this file.
|
typedef ::cppu::WeakImplHelper< css::frame::XController2, css::frame::XControllerBorder, css::frame::XDispatchProvider, css::task::XStatusIndicatorSupplier, css::ui::XContextMenuInterception, css::awt::XUserInputInterception, css::frame::XDispatchInformationProvider, css::frame::XInfobarProvider, css::frame::XTitle, css::frame::XTitleChangeBroadcaster, css::lang::XInitialization > | SfxBaseController_Base |
|
◆ SfxBaseController_Base
typedef ::cppu::WeakImplHelper< css::frame::XController2 , css::frame::XControllerBorder , css::frame::XDispatchProvider , css::task::XStatusIndicatorSupplier , css::ui::XContextMenuInterception , css::awt::XUserInputInterception , css::frame::XDispatchInformationProvider , css::frame::XInfobarProvider , css::frame::XTitle , css::frame::XTitleChangeBroadcaster , css::lang::XInitialization > SfxBaseController_Base |
◆ MapGroupIDToCommandGroup()
sal_Int16 MapGroupIDToCommandGroup |
( |
SfxGroupId |
nGroupID | ) |
|
Definition at line 108 of file sfxbasecontroller.cxx.
References Application, Chart, Connector, Controls, Data, Document, Drawing, Edit, Enumeration, Explorer, Format, Frame, FRAME, Graphic, Image, Insert, Intern, Macro, Math, Modify, Navigator, Options, Special, Table, Template, Text, and View.
Referenced by SfxBaseController::getConfigurableDispatchInformation(), and SfxBaseController::getSupportedCommandGroups().