LibreOffice Module shell (master) 1
|
Go to the source code of this file.
Macros | |
#define | COLUMN_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Column Handler" |
#define | INFOTIP_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Infotip Handler" |
#define | PROPSHEET_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Property Sheet Handler" |
#define | THUMBVIEWER_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Thumbnail Viewer" |
#define | META_CONTENT_NAME "meta.xml" |
#define | DOC_CONTENT_NAME "content.xml" |
#define | EMPTY_STRING L"" |
#define | SPACE L" " |
#define | LF L"\n" |
#define | META_INFO_TITLE L"title" |
#define | META_INFO_AUTHOR L"initial-creator" |
#define | META_INFO_SUBJECT L"subject" |
#define | META_INFO_KEYWORDS L"keywords" |
#define | META_INFO_KEYWORD L"keyword" |
#define | META_INFO_DESCRIPTION L"description" |
#define | META_INFO_PAGES L"page-count" |
#define | META_INFO_TABLES L"table-count" |
#define | META_INFO_DRAWS L"image-count" |
#define | META_INFO_OBJECTS L"object-count" |
#define | META_INFO_PARAGRAPHS L"paragraph-count" |
#define | META_INFO_WORDS L"word-count" |
#define | META_INFO_CHARACTERS L"character-count" |
#define | META_INFO_CELLS L"cell-count" |
#define | META_INFO_DOCUMENT_STATISTIC L"document-statistic" |
#define | META_INFO_MODIFIED L"date" |
#define | META_INFO_DOCUMENT_NUMBER L"editing-cycles" |
#define | META_INFO_EDITING_TIME L"editing-duration" |
#define | META_INFO_LANGUAGE L"language" |
#define | META_INFO_CREATOR L"creator" |
#define | META_INFO_CREATION L"creation-date" |
#define | META_INFO_GENERATOR L"generator" |
#define | CONTENT_TEXT_A L"a" |
#define | CONTENT_TEXT_P L"p" |
#define | CONTENT_TEXT_H L"h" |
#define | CONTENT_TEXT_SPAN L"span" |
#define | CONTENT_TEXT_SEQUENCE L"sequence" |
#define | CONTENT_TEXT_BOOKMARK_REF L"bookmark-ref" |
#define | CONTENT_TEXT_INDEX_TITLE_TEMPLATE L"index-title-template" |
#define | CONTENT_TEXT_STYLENAME L"style-name" |
#define | CONTENT_STYLE_STYLE L"style" |
#define | CONTENT_STYLE_STYLE_NAME L"name" |
#define | CONTENT_STYLE_PROPERTIES L"properties" |
#define | CONTENT_TEXT_STYLE_PROPERTIES L"text-properties" |
#define | CONTENT_STYLE_PROPERTIES_LANGUAGE L"language" |
#define | CONTENT_STYLE_PROPERTIES_COUNTRY L"country" |
#define | CONTENT_STYLE_PROPERTIES_LANGUAGEASIAN L"language-asian" |
#define | CONTENT_STYLE_PROPERTIES_COUNTRYASIAN L"country-asian" |
#define COLUMN_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Column Handler" |
Definition at line 23 of file config.hxx.
#define CONTENT_STYLE_PROPERTIES L"properties" |
Definition at line 71 of file config.hxx.
#define CONTENT_STYLE_PROPERTIES_COUNTRY L"country" |
Definition at line 74 of file config.hxx.
#define CONTENT_STYLE_PROPERTIES_COUNTRYASIAN L"country-asian" |
Definition at line 76 of file config.hxx.
#define CONTENT_STYLE_PROPERTIES_LANGUAGE L"language" |
Definition at line 73 of file config.hxx.
#define CONTENT_STYLE_PROPERTIES_LANGUAGEASIAN L"language-asian" |
Definition at line 75 of file config.hxx.
#define CONTENT_STYLE_STYLE L"style" |
Definition at line 69 of file config.hxx.
#define CONTENT_STYLE_STYLE_NAME L"name" |
Definition at line 70 of file config.hxx.
#define CONTENT_TEXT_A L"a" |
Definition at line 60 of file config.hxx.
#define CONTENT_TEXT_BOOKMARK_REF L"bookmark-ref" |
Definition at line 65 of file config.hxx.
#define CONTENT_TEXT_H L"h" |
Definition at line 62 of file config.hxx.
#define CONTENT_TEXT_INDEX_TITLE_TEMPLATE L"index-title-template" |
Definition at line 66 of file config.hxx.
#define CONTENT_TEXT_P L"p" |
Definition at line 61 of file config.hxx.
#define CONTENT_TEXT_SEQUENCE L"sequence" |
Definition at line 64 of file config.hxx.
#define CONTENT_TEXT_SPAN L"span" |
Definition at line 63 of file config.hxx.
#define CONTENT_TEXT_STYLE_PROPERTIES L"text-properties" |
Definition at line 72 of file config.hxx.
#define CONTENT_TEXT_STYLENAME L"style-name" |
Definition at line 67 of file config.hxx.
#define DOC_CONTENT_NAME "content.xml" |
Definition at line 29 of file config.hxx.
#define EMPTY_STRING L"" |
Definition at line 31 of file config.hxx.
#define INFOTIP_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Infotip Handler" |
Definition at line 24 of file config.hxx.
#define LF L"\n" |
Definition at line 33 of file config.hxx.
#define META_CONTENT_NAME "meta.xml" |
Definition at line 28 of file config.hxx.
#define META_INFO_AUTHOR L"initial-creator" |
Definition at line 35 of file config.hxx.
#define META_INFO_CELLS L"cell-count" |
Definition at line 48 of file config.hxx.
#define META_INFO_CHARACTERS L"character-count" |
Definition at line 47 of file config.hxx.
#define META_INFO_CREATION L"creation-date" |
Definition at line 56 of file config.hxx.
#define META_INFO_CREATOR L"creator" |
Definition at line 55 of file config.hxx.
#define META_INFO_DESCRIPTION L"description" |
Definition at line 39 of file config.hxx.
#define META_INFO_DOCUMENT_NUMBER L"editing-cycles" |
Definition at line 51 of file config.hxx.
#define META_INFO_DOCUMENT_STATISTIC L"document-statistic" |
Definition at line 49 of file config.hxx.
#define META_INFO_DRAWS L"image-count" |
Definition at line 43 of file config.hxx.
#define META_INFO_EDITING_TIME L"editing-duration" |
Definition at line 52 of file config.hxx.
#define META_INFO_GENERATOR L"generator" |
Definition at line 57 of file config.hxx.
#define META_INFO_KEYWORD L"keyword" |
Definition at line 38 of file config.hxx.
#define META_INFO_KEYWORDS L"keywords" |
Definition at line 37 of file config.hxx.
#define META_INFO_LANGUAGE L"language" |
Definition at line 54 of file config.hxx.
#define META_INFO_MODIFIED L"date" |
Definition at line 50 of file config.hxx.
#define META_INFO_OBJECTS L"object-count" |
Definition at line 44 of file config.hxx.
#define META_INFO_PAGES L"page-count" |
Definition at line 41 of file config.hxx.
#define META_INFO_PARAGRAPHS L"paragraph-count" |
Definition at line 45 of file config.hxx.
#define META_INFO_SUBJECT L"subject" |
Definition at line 36 of file config.hxx.
#define META_INFO_TABLES L"table-count" |
Definition at line 42 of file config.hxx.
#define META_INFO_TITLE L"title" |
Definition at line 34 of file config.hxx.
#define META_INFO_WORDS L"word-count" |
Definition at line 46 of file config.hxx.
#define PROPSHEET_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Property Sheet Handler" |
Definition at line 25 of file config.hxx.
#define SPACE L" " |
Definition at line 32 of file config.hxx.
#define THUMBVIEWER_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Thumbnail Viewer" |
Definition at line 26 of file config.hxx.