LibreOffice Module cui (master)
1
|
#include <vector>
#include <memory>
#include <string_view>
#include <rtl/ustring.hxx>
#include <com/sun/star/frame/DispatchInformation.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/script/browse/XBrowseNode.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <vcl/weld.hxx>
Go to the source code of this file.
Classes | |
struct | SfxStyleInfo_Impl |
struct | SfxStylesInfo_Impl |
struct | SfxGroupInfo_Impl |
class | CuiConfigFunctionListBox |
class | CuiConfigGroupListBox |
class | SvxScriptSelectorDialog |
Typedefs | |
typedef std::vector< std::unique_ptr< SfxGroupInfo_Impl > > | SfxGroupInfoArr_Impl |
Enumerations | |
enum | SfxCfgKind { SfxCfgKind::GROUP_FUNCTION = 1, SfxCfgKind::FUNCTION_SLOT = 2, SfxCfgKind::GROUP_SCRIPTCONTAINER = 3, SfxCfgKind::FUNCTION_SCRIPT = 4, SfxCfgKind::GROUP_STYLES = 5, SfxCfgKind::GROUP_ALLFUNCTIONS = 6 } |
typedef std::vector<std::unique_ptr<SfxGroupInfo_Impl> > SfxGroupInfoArr_Impl |
Definition at line 102 of file cfgutil.hxx.
|
strong |
Enumerator | |
---|---|
GROUP_FUNCTION | |
FUNCTION_SLOT | |
GROUP_SCRIPTCONTAINER | |
FUNCTION_SCRIPT | |
GROUP_STYLES | |
GROUP_ALLFUNCTIONS |
Definition at line 78 of file cfgutil.hxx.