LibreOffice Module xmloff (master) 1
|
#include <rtl/ustring.hxx>
Go to the source code of this file.
Namespaces | |
namespace | xmloff |
Macros | |
#define | SERVICE_PERSISTENT_COMPONENT_FORM "stardiv.one.form.component.Form" |
#define | SERVICE_PERSISTENT_COMPONENT_EDIT "stardiv.one.form.component.Edit" |
#define | SERVICE_PERSISTENT_COMPONENT_LISTBOX "stardiv.one.form.component.ListBox" |
#define | SERVICE_PERSISTENT_COMPONENT_COMBOBOX "stardiv.one.form.component.ComboBox" |
#define | SERVICE_PERSISTENT_COMPONENT_RADIOBUTTON "stardiv.one.form.component.RadioButton" |
#define | SERVICE_PERSISTENT_COMPONENT_GROUPBOX "stardiv.one.form.component.GroupBox" |
#define | SERVICE_PERSISTENT_COMPONENT_FIXEDTEXT "stardiv.one.form.component.FixedText" |
#define | SERVICE_PERSISTENT_COMPONENT_COMMANDBUTTON "stardiv.one.form.component.CommandButton" |
#define | SERVICE_PERSISTENT_COMPONENT_CHECKBOX "stardiv.one.form.component.CheckBox" |
#define | SERVICE_PERSISTENT_COMPONENT_GRID "stardiv.one.form.component.Grid" |
#define | SERVICE_PERSISTENT_COMPONENT_IMAGEBUTTON "stardiv.one.form.component.ImageButton" |
#define | SERVICE_PERSISTENT_COMPONENT_FILECONTROL "stardiv.one.form.component.FileControl" |
#define | SERVICE_PERSISTENT_COMPONENT_TIMEFIELD "stardiv.one.form.component.TimeField" |
#define | SERVICE_PERSISTENT_COMPONENT_DATEFIELD "stardiv.one.form.component.DateField" |
#define | SERVICE_PERSISTENT_COMPONENT_NUMERICFIELD "stardiv.one.form.component.NumericField" |
#define | SERVICE_PERSISTENT_COMPONENT_CURRENCYFIELD "stardiv.one.form.component.CurrencyField" |
#define | SERVICE_PERSISTENT_COMPONENT_PATTERNFIELD "stardiv.one.form.component.PatternField" |
#define | SERVICE_PERSISTENT_COMPONENT_HIDDENCONTROL "stardiv.one.form.component.Hidden" |
#define | SERVICE_PERSISTENT_COMPONENT_IMAGECONTROL "stardiv.one.form.component.ImageControl" |
#define | SERVICE_PERSISTENT_COMPONENT_FORMATTEDFIELD "stardiv.one.form.component.FormattedField" |
#define | EVENT_NAME_SEPARATOR "::" |
#define | EVENT_STARBASIC "StarBasic" |
Variables | |
constexpr OUStringLiteral | xmloff::PROPERTY_CLASSID = u"ClassId" |
constexpr OUStringLiteral | xmloff::PROPERTY_ECHOCHAR = u"EchoChar" |
constexpr OUStringLiteral | xmloff::PROPERTY_MULTILINE = u"MultiLine" |
constexpr OUStringLiteral | xmloff::PROPERTY_NAME = u"Name" |
constexpr OUStringLiteral | xmloff::PROPERTY_GRAPHIC = u"Graphic" |
constexpr OUStringLiteral | xmloff::PROPERTY_LABEL = u"Label" |
constexpr OUStringLiteral | xmloff::PROPERTY_TARGETFRAME = u"TargetFrame" |
constexpr OUStringLiteral | xmloff::PROPERTY_TARGETURL = u"TargetURL" |
constexpr OUStringLiteral | xmloff::PROPERTY_TITLE = u"Tag" |
constexpr OUStringLiteral | xmloff::PROPERTY_DROPDOWN = u"Dropdown" |
constexpr OUStringLiteral | xmloff::PROPERTY_PRINTABLE = u"Printable" |
constexpr OUStringLiteral | xmloff::PROPERTY_READONLY = u"ReadOnly" |
constexpr OUStringLiteral | xmloff::PROPERTY_DEFAULT_STATE = u"DefaultState" |
constexpr OUStringLiteral | xmloff::PROPERTY_TABSTOP = u"Tabstop" |
constexpr OUStringLiteral | xmloff::PROPERTY_STATE = u"State" |
constexpr OUStringLiteral | xmloff::PROPERTY_ENABLED = u"Enabled" |
constexpr OUStringLiteral | xmloff::PROPERTY_ENABLEVISIBLE = u"EnableVisible" |
constexpr OUStringLiteral | xmloff::PROPERTY_MAXTEXTLENGTH = u"MaxTextLen" |
constexpr OUStringLiteral | xmloff::PROPERTY_LINECOUNT = u"LineCount" |
constexpr OUStringLiteral | xmloff::PROPERTY_TABINDEX = u"TabIndex" |
constexpr OUStringLiteral | xmloff::PROPERTY_COMMAND = u"Command" |
constexpr OUStringLiteral | xmloff::PROPERTY_DATASOURCENAME = u"DataSourceName" |
constexpr OUStringLiteral | xmloff::PROPERTY_FILTER = u"Filter" |
constexpr OUStringLiteral | xmloff::PROPERTY_ORDER = u"Order" |
constexpr OUStringLiteral | xmloff::PROPERTY_ALLOWDELETES = u"AllowDeletes" |
constexpr OUStringLiteral | xmloff::PROPERTY_ALLOWINSERTS = u"AllowInserts" |
constexpr OUStringLiteral | xmloff::PROPERTY_ALLOWUPDATES = u"AllowUpdates" |
constexpr OUStringLiteral | xmloff::PROPERTY_APPLYFILTER = u"ApplyFilter" |
constexpr OUStringLiteral | xmloff::PROPERTY_ESCAPEPROCESSING = u"EscapeProcessing" |
constexpr OUStringLiteral | xmloff::PROPERTY_IGNORERESULT = u"IgnoreResult" |
constexpr OUStringLiteral | xmloff::PROPERTY_SUBMIT_ENCODING = u"SubmitEncoding" |
constexpr OUStringLiteral | xmloff::PROPERTY_SUBMIT_METHOD = u"SubmitMethod" |
constexpr OUStringLiteral | xmloff::PROPERTY_COMMAND_TYPE = u"CommandType" |
constexpr OUStringLiteral | xmloff::PROPERTY_NAVIGATION = u"NavigationBarMode" |
constexpr OUStringLiteral | xmloff::PROPERTY_CYCLE = u"Cycle" |
constexpr OUStringLiteral | xmloff::PROPERTY_BUTTONTYPE = u"ButtonType" |
constexpr OUStringLiteral | xmloff::PROPERTY_DATAFIELD = u"DataField" |
constexpr OUStringLiteral | xmloff::PROPERTY_BOUNDCOLUMN = u"BoundColumn" |
constexpr OUStringLiteral | xmloff::PROPERTY_EMPTY_IS_NULL = u"ConvertEmptyToNull" |
constexpr OUStringLiteral | xmloff::PROPERTY_INPUT_REQUIRED = u"InputRequired" |
constexpr OUStringLiteral | xmloff::PROPERTY_LISTSOURCE = u"ListSource" |
constexpr OUStringLiteral | xmloff::PROPERTY_LISTSOURCETYPE = u"ListSourceType" |
constexpr OUStringLiteral | xmloff::PROPERTY_ECHO_CHAR = u"EchoChar" |
constexpr OUStringLiteral | xmloff::PROPERTY_STRICTFORMAT = u"StrictFormat" |
constexpr OUStringLiteral | xmloff::PROPERTY_AUTOCOMPLETE = u"Autocomplete" |
constexpr OUStringLiteral | xmloff::PROPERTY_MULTISELECTION = u"MultiSelection" |
constexpr OUStringLiteral | xmloff::PROPERTY_DEFAULTBUTTON = u"DefaultButton" |
constexpr OUStringLiteral | xmloff::PROPERTY_TRISTATE = u"TriState" |
constexpr OUStringLiteral | xmloff::PROPERTY_CONTROLLABEL = u"LabelControl" |
constexpr OUStringLiteral | xmloff::PROPERTY_STRING_ITEM_LIST = u"StringItemList" |
constexpr OUStringLiteral | xmloff::PROPERTY_VALUE_SEQ = u"ValueItemList" |
constexpr OUStringLiteral | xmloff::PROPERTY_DEFAULT_SELECT_SEQ = u"DefaultSelection" |
constexpr OUStringLiteral | xmloff::PROPERTY_SELECT_SEQ = u"SelectedItems" |
constexpr OUStringLiteral | xmloff::PROPERTY_DATE_MIN = u"DateMin" |
constexpr OUStringLiteral | xmloff::PROPERTY_DATE_MAX = u"DateMax" |
constexpr OUStringLiteral | xmloff::PROPERTY_TIME_MIN = u"TimeMin" |
constexpr OUStringLiteral | xmloff::PROPERTY_TIME_MAX = u"TimeMax" |
constexpr OUStringLiteral | xmloff::PROPERTY_VALUE_MIN = u"ValueMin" |
constexpr OUStringLiteral | xmloff::PROPERTY_VALUE_MAX = u"ValueMax" |
constexpr OUStringLiteral | xmloff::PROPERTY_EFFECTIVE_MIN = u"EffectiveMin" |
constexpr OUStringLiteral | xmloff::PROPERTY_EFFECTIVE_MAX = u"EffectiveMax" |
constexpr OUStringLiteral | xmloff::PROPERTY_DEFAULT_DATE = u"DefaultDate" |
constexpr OUStringLiteral | xmloff::PROPERTY_DATE = u"Date" |
constexpr OUStringLiteral | xmloff::PROPERTY_DEFAULT_TIME = u"DefaultTime" |
constexpr OUStringLiteral | xmloff::PROPERTY_TIME = u"Time" |
constexpr OUStringLiteral | xmloff::PROPERTY_DEFAULT_VALUE = u"DefaultValue" |
constexpr OUStringLiteral | xmloff::PROPERTY_VALUE = u"Value" |
constexpr OUStringLiteral | xmloff::PROPERTY_HIDDEN_VALUE = u"HiddenValue" |
constexpr OUStringLiteral | xmloff::PROPERTY_DEFAULT_TEXT = u"DefaultText" |
constexpr OUStringLiteral | xmloff::PROPERTY_TEXT = u"Text" |
constexpr OUStringLiteral | xmloff::PROPERTY_EFFECTIVE_VALUE = u"EffectiveValue" |
constexpr OUStringLiteral | xmloff::PROPERTY_EFFECTIVE_DEFAULT = u"EffectiveDefault" |
constexpr OUStringLiteral | xmloff::PROPERTY_REFVALUE = u"RefValue" |
constexpr OUStringLiteral | xmloff::PROPERTY_URL = u"URL" |
constexpr OUStringLiteral | xmloff::PROPERTY_FONT = u"FontDescriptor" |
constexpr OUStringLiteral | xmloff::PROPERTY_BACKGROUNDCOLOR = u"BackgroundColor" |
constexpr OUStringLiteral | xmloff::PROPERTY_MASTERFIELDS = u"MasterFields" |
constexpr OUStringLiteral | xmloff::PROPERTY_DETAILFIELDS = u"DetailFields" |
constexpr OUStringLiteral | xmloff::PROPERTY_COLUMNSERVICENAME = u"ColumnServiceName" |
constexpr OUStringLiteral | xmloff::PROPERTY_FORMATKEY = u"FormatKey" |
constexpr OUStringLiteral | xmloff::PROPERTY_ALIGN = u"Align" |
constexpr OUStringLiteral | xmloff::PROPERTY_BORDER = u"Border" |
constexpr OUStringLiteral | xmloff::PROPERTY_AUTOCONTROLFOCUS = u"AutomaticControlFocus" |
constexpr OUStringLiteral | xmloff::PROPERTY_APPLYDESIGNMODE = u"ApplyFormDesignMode" |
constexpr OUStringLiteral | xmloff::PROPERTY_FORMATSSUPPLIER = u"FormatsSupplier" |
constexpr OUStringLiteral | xmloff::PROPERTY_LOCALE = u"Locale" |
constexpr OUStringLiteral | xmloff::PROPERTY_FORMATSTRING = u"FormatString" |
constexpr OUStringLiteral | xmloff::PROPERTY_DATEFORMAT = u"DateFormat" |
constexpr OUStringLiteral | xmloff::PROPERTY_TIMEFORMAT = u"TimeFormat" |
constexpr OUStringLiteral | xmloff::PROPERTY_PERSISTENCE_MAXTEXTLENGTH = u"PersistenceMaxTextLength" |
constexpr OUStringLiteral | xmloff::PROPERTY_SCROLLVALUE_MIN = u"ScrollValueMin" |
constexpr OUStringLiteral | xmloff::PROPERTY_SCROLLVALUE_MAX = u"ScrollValueMax" |
constexpr OUStringLiteral | xmloff::PROPERTY_SCROLLVALUE = u"ScrollValue" |
constexpr OUStringLiteral | xmloff::PROPERTY_SCROLLVALUE_DEFAULT = u"DefaultScrollValue" |
constexpr OUStringLiteral | xmloff::PROPERTY_LINE_INCREMENT = u"LineIncrement" |
constexpr OUStringLiteral | xmloff::PROPERTY_BLOCK_INCREMENT = u"BlockIncrement" |
constexpr OUStringLiteral | xmloff::PROPERTY_REPEAT_DELAY = u"RepeatDelay" |
constexpr OUStringLiteral | xmloff::PROPERTY_SPINVALUE = u"SpinValue" |
constexpr OUStringLiteral | xmloff::PROPERTY_SPINVALUE_MIN = u"SpinValueMin" |
constexpr OUStringLiteral | xmloff::PROPERTY_SPINVALUE_MAX = u"SpinValueMax" |
constexpr OUStringLiteral | xmloff::PROPERTY_DEFAULT_SPINVALUE = u"DefaultSpinValue" |
constexpr OUStringLiteral | xmloff::PROPERTY_SPIN_INCREMENT = u"SpinIncrement" |
constexpr OUStringLiteral | xmloff::PROPERTY_ORIENTATION = u"Orientation" |
constexpr OUStringLiteral | xmloff::PROPERTY_TOGGLE = u"Toggle" |
constexpr OUStringLiteral | xmloff::PROPERTY_FOCUS_ON_CLICK = u"FocusOnClick" |
constexpr OUStringLiteral | xmloff::PROPERTY_VISUAL_EFFECT = u"VisualEffect" |
constexpr OUStringLiteral | xmloff::PROPERTY_IMAGE_POSITION = u"ImagePosition" |
constexpr OUStringLiteral | xmloff::PROPERTY_IMAGE_ALIGN = u"ImageAlign" |
constexpr OUStringLiteral | xmloff::PROPERTY_GROUP_NAME = u"GroupName" |
constexpr OUStringLiteral | xmloff::PROPERTY_BOUND_CELL = u"BoundCell" |
constexpr OUStringLiteral | xmloff::PROPERTY_LIST_CELL_RANGE = u"CellRange" |
constexpr OUStringLiteral | xmloff::PROPERTY_ADDRESS = u"Address" |
constexpr OUStringLiteral | xmloff::PROPERTY_FILE_REPRESENTATION = u"PersistentRepresentation" |
constexpr OUStringLiteral | xmloff::PROPERTY_RICH_TEXT = u"RichText" |
constexpr OUStringLiteral | xmloff::SERVICE_SPREADSHEET_DOCUMENT = u"com.sun.star.sheet.SpreadsheetDocument" |
constexpr OUStringLiteral | xmloff::SERVICE_CELLVALUEBINDING = u"com.sun.star.table.CellValueBinding" |
constexpr OUStringLiteral | xmloff::SERVICE_LISTINDEXCELLBINDING = u"com.sun.star.table.ListPositionCellBinding" |
constexpr OUStringLiteral | xmloff::SERVICE_CELLRANGELISTSOURCE = u"com.sun.star.table.CellRangeListSource" |
constexpr OUStringLiteral | xmloff::SERVICE_ADDRESS_CONVERSION = u"com.sun.star.table.CellAddressConversion" |
constexpr OUStringLiteral | xmloff::SERVICE_RANGEADDRESS_CONVERSION = u"com.sun.star.table.CellRangeAddressConversion" |
constexpr OUStringLiteral | xmloff::SERVICE_FORM = u"com.sun.star.form.component.Form" |
constexpr OUStringLiteral | xmloff::SERVICE_EDIT = u"com.sun.star.form.component.TextField" |
constexpr OUStringLiteral | xmloff::SERVICE_LISTBOX = u"com.sun.star.form.component.ListBox" |
constexpr OUStringLiteral | xmloff::SERVICE_COMBOBOX = u"com.sun.star.form.component.ComboBox" |
constexpr OUStringLiteral | xmloff::SERVICE_RADIOBUTTON = u"com.sun.star.form.component.RadioButton" |
constexpr OUStringLiteral | xmloff::SERVICE_GROUPBOX = u"com.sun.star.form.component.GroupBox" |
constexpr OUStringLiteral | xmloff::SERVICE_FIXEDTEXT = u"com.sun.star.form.component.FixedText" |
constexpr OUStringLiteral | xmloff::SERVICE_COMMANDBUTTON = u"com.sun.star.form.component.CommandButton" |
constexpr OUStringLiteral | xmloff::SERVICE_CHECKBOX = u"com.sun.star.form.component.CheckBox" |
constexpr OUStringLiteral | xmloff::SERVICE_GRID = u"com.sun.star.form.component.GridControl" |
constexpr OUStringLiteral | xmloff::SERVICE_IMAGEBUTTON = u"com.sun.star.form.component.ImageButton" |
constexpr OUStringLiteral | xmloff::SERVICE_FILECONTROL = u"com.sun.star.form.component.FileControl" |
constexpr OUStringLiteral | xmloff::SERVICE_TIMEFIELD = u"com.sun.star.form.component.TimeField" |
constexpr OUStringLiteral | xmloff::SERVICE_DATEFIELD = u"com.sun.star.form.component.DateField" |
constexpr OUStringLiteral | xmloff::SERVICE_NUMERICFIELD = u"com.sun.star.form.component.NumericField" |
constexpr OUStringLiteral | xmloff::SERVICE_CURRENCYFIELD = u"com.sun.star.form.component.CurrencyField" |
constexpr OUStringLiteral | xmloff::SERVICE_PATTERNFIELD = u"com.sun.star.form.component.PatternField" |
constexpr OUStringLiteral | xmloff::SERVICE_HIDDENCONTROL = u"com.sun.star.form.component.HiddenControl" |
constexpr OUStringLiteral | xmloff::SERVICE_IMAGECONTROL = u"com.sun.star.form.component.DatabaseImageControl" |
constexpr OUStringLiteral | xmloff::SERVICE_FORMATTEDFIELD = u"com.sun.star.form.component.FormattedField" |
constexpr OUStringLiteral | xmloff::EVENT_TYPE = u"EventType" |
constexpr OUStringLiteral | xmloff::EVENT_LIBRARY = u"Library" |
constexpr OUStringLiteral | xmloff::EVENT_LOCALMACRONAME = u"MacroName" |
constexpr OUStringLiteral | xmloff::EVENT_SCRIPTURL = u"Script" |
constexpr OUStringLiteral | xmloff::EVENT_STAROFFICE = u"StarOffice" |
constexpr OUStringLiteral | xmloff::EVENT_APPLICATION = u"application" |
#define EVENT_NAME_SEPARATOR "::" |
Definition at line 197 of file strings.hxx.
#define EVENT_STARBASIC "StarBasic" |
Definition at line 203 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_CHECKBOX "stardiv.one.form.component.CheckBox" |
Definition at line 161 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_COMBOBOX "stardiv.one.form.component.ComboBox" |
Definition at line 156 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_COMMANDBUTTON "stardiv.one.form.component.CommandButton" |
Definition at line 160 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_CURRENCYFIELD "stardiv.one.form.component.CurrencyField" |
Definition at line 168 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_DATEFIELD "stardiv.one.form.component.DateField" |
Definition at line 166 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_EDIT "stardiv.one.form.component.Edit" |
Definition at line 154 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_FILECONTROL "stardiv.one.form.component.FileControl" |
Definition at line 164 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_FIXEDTEXT "stardiv.one.form.component.FixedText" |
Definition at line 159 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_FORM "stardiv.one.form.component.Form" |
Definition at line 153 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_FORMATTEDFIELD "stardiv.one.form.component.FormattedField" |
Definition at line 172 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_GRID "stardiv.one.form.component.Grid" |
Definition at line 162 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_GROUPBOX "stardiv.one.form.component.GroupBox" |
Definition at line 158 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_HIDDENCONTROL "stardiv.one.form.component.Hidden" |
Definition at line 170 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_IMAGEBUTTON "stardiv.one.form.component.ImageButton" |
Definition at line 163 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_IMAGECONTROL "stardiv.one.form.component.ImageControl" |
Definition at line 171 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_LISTBOX "stardiv.one.form.component.ListBox" |
Definition at line 155 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_NUMERICFIELD "stardiv.one.form.component.NumericField" |
Definition at line 167 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_PATTERNFIELD "stardiv.one.form.component.PatternField" |
Definition at line 169 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_RADIOBUTTON "stardiv.one.form.component.RadioButton" |
Definition at line 157 of file strings.hxx.
#define SERVICE_PERSISTENT_COMPONENT_TIMEFIELD "stardiv.one.form.component.TimeField" |
Definition at line 165 of file strings.hxx.