Lines Matching refs:L

51 #define EMPTY_STRING                    L""
52 #define SPACE L" "
53 #define LF L"\n"
54 #define META_INFO_TITLE L"title"
55 #define META_INFO_AUTHOR L"initial-creator"
56 #define META_INFO_SUBJECT L"subject"
57 #define META_INFO_KEYWORDS L"keywords"
58 #define META_INFO_KEYWORD L"keyword"
59 #define META_INFO_DESCRIPTION L"description"
61 #define META_INFO_PAGES L"page-count"
62 #define META_INFO_TABLES L"table-count"
63 #define META_INFO_DRAWS L"image-count"
64 #define META_INFO_OBJECTS L"object-count"
65 #define META_INFO_OLE_OBJECTS L"object-count"
66 #define META_INFO_PARAGRAPHS L"paragraph-count"
67 #define META_INFO_WORDS L"word-count"
68 #define META_INFO_CHARACTERS L"character-count"
69 #define META_INFO_ROWS L"row-count"
70 #define META_INFO_CELLS L"cell-count"
71 #define META_INFO_DOCUMENT_STATISTIC L"document-statistic"
72 #define META_INFO_MODIFIED L"date"
73 #define META_INFO_DOCUMENT_NUMBER L"editing-cycles"
74 #define META_INFO_EDITING_TIME L"editing-duration"
76 #define META_INFO_LANGUAGE L"language"
77 #define META_INFO_CREATOR L"creator"
78 #define META_INFO_CREATION L"creation-date"
79 #define META_INFO_GENERATOR L"generator"
82 #define CONTENT_TEXT_A L"a"
83 #define CONTENT_TEXT_P L"p"
84 #define CONTENT_TEXT_H L"h"
85 #define CONTENT_TEXT_SPAN L"span"
86 #define CONTENT_TEXT_SEQUENCE L"sequence"
87 #define CONTENT_TEXT_BOOKMARK_REF L"bookmark-ref"
88 #define CONTENT_TEXT_INDEX_TITLE_TEMPLATE L"index-title-template"
89 #define CONTENT_TEXT_STYLENAME L"style-name"
91 #define CONTENT_STYLE_STYLE L"style"
92 #define CONTENT_STYLE_STYLE_NAME L"name"
93 #define CONTENT_STYLE_PROPERTIES L"properties"
94 #define CONTENT_TEXT_STYLE_PROPERTIES L"text-properties" // added for OASIS Open Office …
95 #define CONTENT_STYLE_PROPERTIES_LANGUAGE L"language"
96 #define CONTENT_STYLE_PROPERTIES_COUNTRY L"country"
97 #define CONTENT_STYLE_PROPERTIES_LANGUAGEASIAN L"language-asian"
98 #define CONTENT_STYLE_PROPERTIES_COUNTRYASIAN L"country-asian"