LibreOffice Module xmloff (master) 1
|
#include <rtl/ustring.hxx>
Go to the source code of this file.
Macros | |
#define | ODF_FORMFIELD_DEFAULT_LENGTH 5 |
#define | ODF_FORMDROPDOWN_ENTRY_COUNT_LIMIT 25 |
#define | ODF_FORMDATE_CURRENTDATE_LANGUAGE LANGUAGE_ENGLISH_US |
#define | ODF_TOC "vnd.oasis.opendocument.field.TOC" |
#define | ODF_HYPERLINK "vnd.oasis.opendocument.field.HYPERLINK" |
#define | ODF_PAGEREF "vnd.oasis.opendocument.field.PAGEREF" |
Variables | |
constexpr OUStringLiteral | ODF_FORMTEXT = u"vnd.oasis.opendocument.field.FORMTEXT" |
constexpr OUStringLiteral | ODF_FORMCHECKBOX = u"vnd.oasis.opendocument.field.FORMCHECKBOX" |
constexpr OUStringLiteral | ODF_FORMCHECKBOX_HELPTEXT = u"Checkbox_HelpText" |
constexpr OUStringLiteral | ODF_FORMCHECKBOX_RESULT = u"Checkbox_Checked" |
constexpr OUStringLiteral | ODF_FORMDROPDOWN = u"vnd.oasis.opendocument.field.FORMDROPDOWN" |
constexpr OUStringLiteral | ODF_FORMDROPDOWN_LISTENTRY = u"Dropdown_ListEntry" |
constexpr OUStringLiteral | ODF_FORMDROPDOWN_RESULT = u"Dropdown_Selected" |
constexpr OUStringLiteral | ODF_FORMDATE = u"vnd.oasis.opendocument.field.FORMDATE" |
constexpr OUStringLiteral | ODF_FORMDATE_DATEFORMAT = u"DateField_DateFormat" |
constexpr OUStringLiteral | ODF_FORMDATE_DATEFORMAT_LANGUAGE = u"DateField_DateFormat_Language" |
constexpr OUStringLiteral | ODF_FORMDATE_CURRENTDATE = u"DateField_CurrentDate" |
constexpr OUStringLiteral | ODF_FORMDATE_CURRENTDATE_FORMAT = u"YYYY-MM-DD" |
constexpr OUStringLiteral | ODF_UNHANDLED = u"vnd.oasis.opendocument.field.UNHANDLED" |
constexpr OUStringLiteral | ODF_OLE_PARAM = u"vnd.oasis.opendocument.field.ole" |
constexpr OUStringLiteral | ODF_ID_PARAM = u"vnd.oasis.opendocument.field.id" |
constexpr OUStringLiteral | ODF_CODE_PARAM = u"vnd.oasis.opendocument.field.code" |
#define ODF_FORMDATE_CURRENTDATE_LANGUAGE LANGUAGE_ENGLISH_US |
Definition at line 45 of file odffields.hxx.
#define ODF_FORMDROPDOWN_ENTRY_COUNT_LIMIT 25 |
Definition at line 35 of file odffields.hxx.
#define ODF_FORMFIELD_DEFAULT_LENGTH 5 |
Definition at line 26 of file odffields.hxx.
#define ODF_HYPERLINK "vnd.oasis.opendocument.field.HYPERLINK" |
Definition at line 49 of file odffields.hxx.
#define ODF_PAGEREF "vnd.oasis.opendocument.field.PAGEREF" |
Definition at line 51 of file odffields.hxx.
#define ODF_TOC "vnd.oasis.opendocument.field.TOC" |
Definition at line 47 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 56 of file odffields.hxx.
Referenced by InsertFieldmark().
|
inlineconstexpr |
Definition at line 28 of file odffields.hxx.
Referenced by XMLTextParagraphExport::exportTextRangeEnumeration(), InsertFieldmark(), and lcl_getFormFieldmarkName().
|
inlineconstexpr |
Definition at line 29 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 30 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 37 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 42 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 44 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 38 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 40 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 32 of file odffields.hxx.
Referenced by InsertFieldmark(), and lcl_getFormFieldmarkName().
|
inlineconstexpr |
Definition at line 33 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 34 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 25 of file odffields.hxx.
Referenced by XMLTextParagraphExport::exportTextRangeEnumeration(), and lcl_getFieldmarkName().
|
inlineconstexpr |
Definition at line 55 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 54 of file odffields.hxx.
|
inlineconstexpr |
Definition at line 53 of file odffields.hxx.
Referenced by InsertFieldmark().