LibreOffice Module cui (master) 1
Classes | Typedefs | Enumerations
cfgutil.hxx File Reference
#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>
#include <config_features.h>
Include dependency graph for cfgutil.hxx:
This graph shows which files directly or indirectly include this file:

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 class  SfxCfgKind {
  GROUP_FUNCTION = 1 ,
  FUNCTION_SLOT = 2 ,
  GROUP_SCRIPTCONTAINER = 3 ,
  FUNCTION_SCRIPT = 4 ,
  GROUP_STYLES = 5 ,
  GROUP_ALLFUNCTIONS = 6 ,
  GROUP_SIDEBARDECKS = 7
}
 

Typedef Documentation

◆ SfxGroupInfoArr_Impl

typedef std::vector<std::unique_ptr<SfxGroupInfo_Impl> > SfxGroupInfoArr_Impl

Definition at line 106 of file cfgutil.hxx.

Enumeration Type Documentation

◆ SfxCfgKind

enum class SfxCfgKind
strong
Enumerator
GROUP_FUNCTION 
FUNCTION_SLOT 
GROUP_SCRIPTCONTAINER 
FUNCTION_SCRIPT 
GROUP_STYLES 
GROUP_ALLFUNCTIONS 
GROUP_SIDEBARDECKS 

Definition at line 81 of file cfgutil.hxx.