1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFLD_HXX
21 #define INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFLD_HXX
24 #define OOO_STRING_SW_HTML_FT_author "AUTHOR"
25 #define OOO_STRING_SW_HTML_FT_sender "SENDER"
26 #define OOO_STRING_SW_HTML_FT_datetime "DATETIME"
27 #define OOO_STRING_SW_HTML_FT_page "PAGE"
28 #define OOO_STRING_SW_HTML_FT_docinfo "DOCINFO"
29 #define OOO_STRING_SW_HTML_FT_docstat "DOCSTAT"
30 #define OOO_STRING_SW_HTML_FT_filename "FILENAME"
31 #define OOO_STRING_SW_HTML_FS_company "COMPANY"
32 #define OOO_STRING_SW_HTML_FS_firstname "FIRSTNAME"
33 #define OOO_STRING_SW_HTML_FS_name "NAME"
34 #define OOO_STRING_SW_HTML_FS_shortcut "SHORTCUT"
35 #define OOO_STRING_SW_HTML_FS_street "STREET"
36 #define OOO_STRING_SW_HTML_FS_country "COUNTRY"
37 #define OOO_STRING_SW_HTML_FS_zip "ZIP"
38 #define OOO_STRING_SW_HTML_FS_city "CITY"
39 #define OOO_STRING_SW_HTML_FS_title "TITLE"
40 #define OOO_STRING_SW_HTML_FS_position "POSITION"
41 #define OOO_STRING_SW_HTML_FS_pphone "PPHONE"
42 #define OOO_STRING_SW_HTML_FS_cphone "CPHONE"
43 #define OOO_STRING_SW_HTML_FS_fax "FAX"
44 #define OOO_STRING_SW_HTML_FS_email "EMAIL"
45 #define OOO_STRING_SW_HTML_FS_state "STATE"
46 #define OOO_STRING_SW_HTML_FS_random "RANDOM"
47 #define OOO_STRING_SW_HTML_FS_next "NEXT"
48 #define OOO_STRING_SW_HTML_FS_prev "PREV"
49 #define OOO_STRING_SW_HTML_FS_theme "THEME"
50 #define OOO_STRING_SW_HTML_FS_keys "KEYS"
51 #define OOO_STRING_SW_HTML_FS_comment "COMMENT"
52 #define OOO_STRING_SW_HTML_FS_custom "CUSTOM"
53 #define OOO_STRING_SW_HTML_FS_create "CREATE"
54 #define OOO_STRING_SW_HTML_FS_change "CHANGE"
55 #define OOO_STRING_SW_HTML_FS_page "PAGE"
56 #define OOO_STRING_SW_HTML_FS_para "PARAGRAPH"
57 #define OOO_STRING_SW_HTML_FS_word "WORD"
58 #define OOO_STRING_SW_HTML_FS_char "CHAR"
59 #define OOO_STRING_SW_HTML_FS_tbl "TABLE"
60 #define OOO_STRING_SW_HTML_FS_grf "GRAPHIC"
61 #define OOO_STRING_SW_HTML_FS_ole "OLE"
62 #define OOO_STRING_SW_HTML_FF_name "NAME"
63 #define OOO_STRING_SW_HTML_FF_shortcut "SHORTCUT"
64 #define OOO_STRING_SW_HTML_FF_uletter "ULETTER"
65 #define OOO_STRING_SW_HTML_FF_lletter "LLETTER"
66 #define OOO_STRING_SW_HTML_FF_uroman "UROMAN"
67 #define OOO_STRING_SW_HTML_FF_lroman "LROMAN"
68 #define OOO_STRING_SW_HTML_FF_arabic "ARABIC"
69 #define OOO_STRING_SW_HTML_FF_none "NONE"
70 #define OOO_STRING_SW_HTML_FF_char "CHAR"
71 #define OOO_STRING_SW_HTML_FF_page "PAGE"
72 #define OOO_STRING_SW_HTML_FF_ulettern "ULETTERN"
73 #define OOO_STRING_SW_HTML_FF_llettern "LLETTERN"
74 #define OOO_STRING_SW_HTML_FF_author "AUTHOR"
75 #define OOO_STRING_SW_HTML_FF_time "TIME"
76 #define OOO_STRING_SW_HTML_FF_date "DATE"
77 #define OOO_STRING_SW_HTML_FF_pathname "PATHNAME"
78 #define OOO_STRING_SW_HTML_FF_path "PATH"
79 #define OOO_STRING_SW_HTML_FF_name_noext "NAME-NOEXT"
83 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */