xref: /aoo4110/main/sw/source/filter/html/htmlfld.hxx (revision b1cdbd2c)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 
24 #ifndef _HTMLFLD_HXX
25 #define _HTMLFLD_HXX
26 
27 #include "sal/config.h"
28 
29 #define OOO_STRING_SW_HTML_FT_author "AUTHOR"
30 #define OOO_STRING_SW_HTML_FT_sender "SENDER"
31 #define OOO_STRING_SW_HTML_FT_datetime "DATETIME"
32 #define OOO_STRING_SW_HTML_FT_page "PAGE"
33 #define OOO_STRING_SW_HTML_FT_docinfo "DOCINFO"
34 #define OOO_STRING_SW_HTML_FT_docstat "DOCSTAT"
35 #define OOO_STRING_SW_HTML_FT_filename "FILENAME"
36 #define OOO_STRING_SW_HTML_FS_company "COMPANY"
37 #define OOO_STRING_SW_HTML_FS_firstname "FIRSTNAME"
38 #define OOO_STRING_SW_HTML_FS_name "NAME"
39 #define OOO_STRING_SW_HTML_FS_shortcut "SHORTCUT"
40 #define OOO_STRING_SW_HTML_FS_street "STREET"
41 #define OOO_STRING_SW_HTML_FS_country "COUNTRY"
42 #define OOO_STRING_SW_HTML_FS_zip "ZIP"
43 #define OOO_STRING_SW_HTML_FS_city "CITY"
44 #define OOO_STRING_SW_HTML_FS_title "TITLE"
45 #define OOO_STRING_SW_HTML_FS_position "POSITION"
46 #define OOO_STRING_SW_HTML_FS_pphone "PPHONE"
47 #define OOO_STRING_SW_HTML_FS_cphone "CPHONE"
48 #define OOO_STRING_SW_HTML_FS_fax "FAX"
49 #define OOO_STRING_SW_HTML_FS_email "EMAIL"
50 #define OOO_STRING_SW_HTML_FS_state "STATE"
51 #define OOO_STRING_SW_HTML_FS_random "RANDOM"
52 #define OOO_STRING_SW_HTML_FS_next "NEXT"
53 #define OOO_STRING_SW_HTML_FS_prev "PREV"
54 #define OOO_STRING_SW_HTML_FS_theme "THEME"
55 #define OOO_STRING_SW_HTML_FS_keys "KEYS"
56 #define OOO_STRING_SW_HTML_FS_comment "COMMENT"
57 #define OOO_STRING_SW_HTML_FS_custom "CUSTOM"
58 #define OOO_STRING_SW_HTML_FS_create "CREATE"
59 #define OOO_STRING_SW_HTML_FS_change "CHANGE"
60 #define OOO_STRING_SW_HTML_FS_page "PAGE"
61 #define OOO_STRING_SW_HTML_FS_para "PARAGRAPH"
62 #define OOO_STRING_SW_HTML_FS_word "WORD"
63 #define OOO_STRING_SW_HTML_FS_char "CHAR"
64 #define OOO_STRING_SW_HTML_FS_tbl "TABLE"
65 #define OOO_STRING_SW_HTML_FS_grf "GRAPHIC"
66 #define OOO_STRING_SW_HTML_FS_ole "OLE"
67 #define OOO_STRING_SW_HTML_FF_name "NAME"
68 #define OOO_STRING_SW_HTML_FF_shortcut "SHORTCUT"
69 #define OOO_STRING_SW_HTML_FF_uletter "ULETTER"
70 #define OOO_STRING_SW_HTML_FF_lletter "LLETTER"
71 #define OOO_STRING_SW_HTML_FF_uroman "UROMAN"
72 #define OOO_STRING_SW_HTML_FF_lroman "LROMAN"
73 #define OOO_STRING_SW_HTML_FF_arabic "ARABIC"
74 #define OOO_STRING_SW_HTML_FF_none "NONE"
75 #define OOO_STRING_SW_HTML_FF_char "CHAR"
76 #define OOO_STRING_SW_HTML_FF_page "PAGE"
77 #define OOO_STRING_SW_HTML_FF_ulettern "ULETTERN"
78 #define OOO_STRING_SW_HTML_FF_llettern "LLETTERN"
79 #define OOO_STRING_SW_HTML_FF_author "AUTHOR"
80 #define OOO_STRING_SW_HTML_FF_time "TIME"
81 #define OOO_STRING_SW_HTML_FF_date "DATE"
82 #define OOO_STRING_SW_HTML_FF_pathname "PATHNAME"
83 #define OOO_STRING_SW_HTML_FF_path "PATH"
84 #define OOO_STRING_SW_HTML_FF_name_noext "NAME-NOEXT"
85 
86 #endif
87 
88 
89