LibreOffice Module framework (master) 1
Macros | Variables
toolboxconfigurationdefines.hxx File Reference
#include <rtl/ustring.hxx>
Include dependency graph for toolboxconfigurationdefines.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XMLNS_TOOLBAR   "http://openoffice.org/2001/toolbar"
 
#define XMLNS_XLINK   "http://www.w3.org/1999/xlink"
 
#define XMLNS_XLINK_PREFIX   "xlink:"
 
#define XMLNS_FILTER_SEPARATOR   "^"
 
#define ELEMENT_TOOLBAR   "toolbar"
 
#define ELEMENT_TOOLBARITEM   "toolbaritem"
 
#define ELEMENT_TOOLBARSPACE   "toolbarspace"
 
#define ELEMENT_TOOLBARBREAK   "toolbarbreak"
 
#define ELEMENT_TOOLBARSEPARATOR   "toolbarseparator"
 
#define ATTRIBUTE_UINAME   "uiname"
 
#define ATTRIBUTE_TEXT   "text"
 
#define ATTRIBUTE_URL   "href"
 
#define ATTRIBUTE_VISIBLE   "visible"
 
#define ATTRIBUTE_ITEMSTYLE   "style"
 
#define ATTRIBUTE_BOOLEAN_TRUE   "true"
 

Variables

constexpr OUStringLiteral XMLNS_TOOLBAR_PREFIX = u"toolbar:"
 
constexpr OUStringLiteral ELEMENT_NS_TOOLBAR = u"toolbar:toolbar"
 
constexpr OUStringLiteral ELEMENT_NS_TOOLBARITEM = u"toolbar:toolbaritem"
 
constexpr OUStringLiteral ELEMENT_NS_TOOLBARSPACE = u"toolbar:toolbarspace"
 
constexpr OUStringLiteral ELEMENT_NS_TOOLBARBREAK = u"toolbar:toolbarbreak"
 
constexpr OUStringLiteral ELEMENT_NS_TOOLBARSEPARATOR = u"toolbar:toolbarseparator"
 
constexpr OUStringLiteral ATTRIBUTE_XMLNS_TOOLBAR = u"xmlns:toolbar"
 
constexpr OUStringLiteral ATTRIBUTE_XMLNS_XLINK = u"xmlns:xlink"
 
constexpr OUStringLiteral ATTRIBUTE_BOOLEAN_FALSE = u"false"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_RADIO = u"radio"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_AUTO = u"auto"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_LEFT = u"left"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_AUTOSIZE = u"autosize"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_DROPDOWN = u"dropdown"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_REPEAT = u"repeat"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_TEXT = u"text"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_DROPDOWNONLY = u"dropdownonly"
 
constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_IMAGE = u"image"
 

Macro Definition Documentation

◆ ATTRIBUTE_BOOLEAN_TRUE

#define ATTRIBUTE_BOOLEAN_TRUE   "true"

Definition at line 52 of file toolboxconfigurationdefines.hxx.

◆ ATTRIBUTE_ITEMSTYLE

#define ATTRIBUTE_ITEMSTYLE   "style"

Definition at line 41 of file toolboxconfigurationdefines.hxx.

◆ ATTRIBUTE_TEXT

#define ATTRIBUTE_TEXT   "text"

Definition at line 38 of file toolboxconfigurationdefines.hxx.

◆ ATTRIBUTE_UINAME

#define ATTRIBUTE_UINAME   "uiname"

Definition at line 36 of file toolboxconfigurationdefines.hxx.

◆ ATTRIBUTE_URL

#define ATTRIBUTE_URL   "href"

Definition at line 39 of file toolboxconfigurationdefines.hxx.

◆ ATTRIBUTE_VISIBLE

#define ATTRIBUTE_VISIBLE   "visible"

Definition at line 40 of file toolboxconfigurationdefines.hxx.

◆ ELEMENT_TOOLBAR

#define ELEMENT_TOOLBAR   "toolbar"

Definition at line 30 of file toolboxconfigurationdefines.hxx.

◆ ELEMENT_TOOLBARBREAK

#define ELEMENT_TOOLBARBREAK   "toolbarbreak"

Definition at line 33 of file toolboxconfigurationdefines.hxx.

◆ ELEMENT_TOOLBARITEM

#define ELEMENT_TOOLBARITEM   "toolbaritem"

Definition at line 31 of file toolboxconfigurationdefines.hxx.

◆ ELEMENT_TOOLBARSEPARATOR

#define ELEMENT_TOOLBARSEPARATOR   "toolbarseparator"

Definition at line 34 of file toolboxconfigurationdefines.hxx.

◆ ELEMENT_TOOLBARSPACE

#define ELEMENT_TOOLBARSPACE   "toolbarspace"

Definition at line 32 of file toolboxconfigurationdefines.hxx.

◆ XMLNS_FILTER_SEPARATOR

#define XMLNS_FILTER_SEPARATOR   "^"

Definition at line 28 of file toolboxconfigurationdefines.hxx.

◆ XMLNS_TOOLBAR

#define XMLNS_TOOLBAR   "http://openoffice.org/2001/toolbar"

Definition at line 23 of file toolboxconfigurationdefines.hxx.

◆ XMLNS_XLINK

#define XMLNS_XLINK   "http://www.w3.org/1999/xlink"

Definition at line 24 of file toolboxconfigurationdefines.hxx.

◆ XMLNS_XLINK_PREFIX

#define XMLNS_XLINK_PREFIX   "xlink:"

Definition at line 26 of file toolboxconfigurationdefines.hxx.

Variable Documentation

◆ ATTRIBUTE_BOOLEAN_FALSE

constexpr OUStringLiteral ATTRIBUTE_BOOLEAN_FALSE = u"false"
inlineconstexpr

Definition at line 53 of file toolboxconfigurationdefines.hxx.

◆ ATTRIBUTE_ITEMSTYLE_AUTO

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_AUTO = u"auto"
inlineconstexpr

Definition at line 56 of file toolboxconfigurationdefines.hxx.

◆ ATTRIBUTE_ITEMSTYLE_AUTOSIZE

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_AUTOSIZE = u"autosize"
inlineconstexpr

◆ ATTRIBUTE_ITEMSTYLE_DROPDOWN

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_DROPDOWN = u"dropdown"
inlineconstexpr

◆ ATTRIBUTE_ITEMSTYLE_DROPDOWNONLY

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_DROPDOWNONLY = u"dropdownonly"
inlineconstexpr

◆ ATTRIBUTE_ITEMSTYLE_IMAGE

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_IMAGE = u"image"
inlineconstexpr

◆ ATTRIBUTE_ITEMSTYLE_LEFT

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_LEFT = u"left"
inlineconstexpr

◆ ATTRIBUTE_ITEMSTYLE_RADIO

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_RADIO = u"radio"
inlineconstexpr

◆ ATTRIBUTE_ITEMSTYLE_REPEAT

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_REPEAT = u"repeat"
inlineconstexpr

◆ ATTRIBUTE_ITEMSTYLE_TEXT

constexpr OUStringLiteral ATTRIBUTE_ITEMSTYLE_TEXT = u"text"
inlineconstexpr

◆ ATTRIBUTE_XMLNS_TOOLBAR

constexpr OUStringLiteral ATTRIBUTE_XMLNS_TOOLBAR = u"xmlns:toolbar"
inlineconstexpr

◆ ATTRIBUTE_XMLNS_XLINK

constexpr OUStringLiteral ATTRIBUTE_XMLNS_XLINK = u"xmlns:xlink"
inlineconstexpr

Definition at line 50 of file toolboxconfigurationdefines.hxx.

◆ ELEMENT_NS_TOOLBAR

constexpr OUStringLiteral ELEMENT_NS_TOOLBAR = u"toolbar:toolbar"
inlineconstexpr

◆ ELEMENT_NS_TOOLBARBREAK

constexpr OUStringLiteral ELEMENT_NS_TOOLBARBREAK = u"toolbar:toolbarbreak"
inlineconstexpr

◆ ELEMENT_NS_TOOLBARITEM

constexpr OUStringLiteral ELEMENT_NS_TOOLBARITEM = u"toolbar:toolbaritem"
inlineconstexpr

◆ ELEMENT_NS_TOOLBARSEPARATOR

constexpr OUStringLiteral ELEMENT_NS_TOOLBARSEPARATOR = u"toolbar:toolbarseparator"
inlineconstexpr

◆ ELEMENT_NS_TOOLBARSPACE

constexpr OUStringLiteral ELEMENT_NS_TOOLBARSPACE = u"toolbar:toolbarspace"
inlineconstexpr

◆ XMLNS_TOOLBAR_PREFIX

constexpr OUStringLiteral XMLNS_TOOLBAR_PREFIX = u"toolbar:"
inlineconstexpr