merge the formfield patch from ooo-build
[ooovba.git] / sw / source / filter / html / htmlfld.hxx
blob519cfb4f84be080653f257928d6998bcab129e58
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: htmlfld.hxx,v $
10 * $Revision: 1.4 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _HTMLFLD_HXX
32 #define _HTMLFLD_HXX
34 #include "sal/config.h"
36 #define OOO_STRING_SW_HTML_FT_author "AUTHOR"
37 #define OOO_STRING_SW_HTML_FT_sender "SENDER"
38 #define OOO_STRING_SW_HTML_FT_datetime "DATETIME"
39 #define OOO_STRING_SW_HTML_FT_page "PAGE"
40 #define OOO_STRING_SW_HTML_FT_docinfo "DOCINFO"
41 #define OOO_STRING_SW_HTML_FT_docstat "DOCSTAT"
42 #define OOO_STRING_SW_HTML_FT_filename "FILENAME"
43 #define OOO_STRING_SW_HTML_FS_company "COMPANY"
44 #define OOO_STRING_SW_HTML_FS_firstname "FIRSTNAME"
45 #define OOO_STRING_SW_HTML_FS_name "NAME"
46 #define OOO_STRING_SW_HTML_FS_shortcut "SHORTCUT"
47 #define OOO_STRING_SW_HTML_FS_street "STREET"
48 #define OOO_STRING_SW_HTML_FS_country "COUNTRY"
49 #define OOO_STRING_SW_HTML_FS_zip "ZIP"
50 #define OOO_STRING_SW_HTML_FS_city "CITY"
51 #define OOO_STRING_SW_HTML_FS_title "TITLE"
52 #define OOO_STRING_SW_HTML_FS_position "POSITION"
53 #define OOO_STRING_SW_HTML_FS_pphone "PPHONE"
54 #define OOO_STRING_SW_HTML_FS_cphone "CPHONE"
55 #define OOO_STRING_SW_HTML_FS_fax "FAX"
56 #define OOO_STRING_SW_HTML_FS_email "EMAIL"
57 #define OOO_STRING_SW_HTML_FS_state "STATE"
58 #define OOO_STRING_SW_HTML_FS_random "RANDOM"
59 #define OOO_STRING_SW_HTML_FS_next "NEXT"
60 #define OOO_STRING_SW_HTML_FS_prev "PREV"
61 #define OOO_STRING_SW_HTML_FS_theme "THEME"
62 #define OOO_STRING_SW_HTML_FS_keys "KEYS"
63 #define OOO_STRING_SW_HTML_FS_comment "COMMENT"
64 #define OOO_STRING_SW_HTML_FS_custom "CUSTOM"
65 #define OOO_STRING_SW_HTML_FS_create "CREATE"
66 #define OOO_STRING_SW_HTML_FS_change "CHANGE"
67 #define OOO_STRING_SW_HTML_FS_page "PAGE"
68 #define OOO_STRING_SW_HTML_FS_para "PARAGRAPH"
69 #define OOO_STRING_SW_HTML_FS_word "WORD"
70 #define OOO_STRING_SW_HTML_FS_char "CHAR"
71 #define OOO_STRING_SW_HTML_FS_tbl "TABLE"
72 #define OOO_STRING_SW_HTML_FS_grf "GRAPHIC"
73 #define OOO_STRING_SW_HTML_FS_ole "OLE"
74 #define OOO_STRING_SW_HTML_FF_name "NAME"
75 #define OOO_STRING_SW_HTML_FF_shortcut "SHORTCUT"
76 #define OOO_STRING_SW_HTML_FF_uletter "ULETTER"
77 #define OOO_STRING_SW_HTML_FF_lletter "LLETTER"
78 #define OOO_STRING_SW_HTML_FF_uroman "UROMAN"
79 #define OOO_STRING_SW_HTML_FF_lroman "LROMAN"
80 #define OOO_STRING_SW_HTML_FF_arabic "ARABIC"
81 #define OOO_STRING_SW_HTML_FF_none "NONE"
82 #define OOO_STRING_SW_HTML_FF_char "CHAR"
83 #define OOO_STRING_SW_HTML_FF_page "PAGE"
84 #define OOO_STRING_SW_HTML_FF_ulettern "ULETTERN"
85 #define OOO_STRING_SW_HTML_FF_llettern "LLETTERN"
86 #define OOO_STRING_SW_HTML_FF_author "AUTHOR"
87 #define OOO_STRING_SW_HTML_FF_time "TIME"
88 #define OOO_STRING_SW_HTML_FF_date "DATE"
89 #define OOO_STRING_SW_HTML_FF_pathname "PATHNAME"
90 #define OOO_STRING_SW_HTML_FF_path "PATH"
91 #define OOO_STRING_SW_HTML_FF_name_noext "NAME-NOEXT"
93 #endif