LibreOffice Module sw (master) 1
htmlfld.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
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 .
18 */
19
20#ifndef INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFLD_HXX
21#define INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFLD_HXX
22
23#define OOO_STRING_SW_HTML_FT_author "AUTHOR"
24#define OOO_STRING_SW_HTML_FT_sender "SENDER"
25#define OOO_STRING_SW_HTML_FT_datetime "DATETIME"
26#define OOO_STRING_SW_HTML_FT_page "PAGE"
27#define OOO_STRING_SW_HTML_FT_docinfo "DOCINFO"
28#define OOO_STRING_SW_HTML_FT_docstat "DOCSTAT"
29#define OOO_STRING_SW_HTML_FT_filename "FILENAME"
30#define OOO_STRING_SW_HTML_FS_company "COMPANY"
31#define OOO_STRING_SW_HTML_FS_firstname "FIRSTNAME"
32#define OOO_STRING_SW_HTML_FS_name "NAME"
33#define OOO_STRING_SW_HTML_FS_shortcut "SHORTCUT"
34#define OOO_STRING_SW_HTML_FS_street "STREET"
35#define OOO_STRING_SW_HTML_FS_country "COUNTRY"
36#define OOO_STRING_SW_HTML_FS_zip "ZIP"
37#define OOO_STRING_SW_HTML_FS_city "CITY"
38#define OOO_STRING_SW_HTML_FS_title "TITLE"
39#define OOO_STRING_SW_HTML_FS_position "POSITION"
40#define OOO_STRING_SW_HTML_FS_pphone "PPHONE"
41#define OOO_STRING_SW_HTML_FS_cphone "CPHONE"
42#define OOO_STRING_SW_HTML_FS_fax "FAX"
43#define OOO_STRING_SW_HTML_FS_email "EMAIL"
44#define OOO_STRING_SW_HTML_FS_state "STATE"
45#define OOO_STRING_SW_HTML_FS_random "RANDOM"
46#define OOO_STRING_SW_HTML_FS_next "NEXT"
47#define OOO_STRING_SW_HTML_FS_prev "PREV"
48#define OOO_STRING_SW_HTML_FS_theme "THEME"
49#define OOO_STRING_SW_HTML_FS_keys "KEYS"
50#define OOO_STRING_SW_HTML_FS_comment "COMMENT"
51#define OOO_STRING_SW_HTML_FS_custom "CUSTOM"
52#define OOO_STRING_SW_HTML_FS_create "CREATE"
53#define OOO_STRING_SW_HTML_FS_change "CHANGE"
54#define OOO_STRING_SW_HTML_FS_page "PAGE"
55#define OOO_STRING_SW_HTML_FS_para "PARAGRAPH"
56#define OOO_STRING_SW_HTML_FS_word "WORD"
57#define OOO_STRING_SW_HTML_FS_char "CHAR"
58#define OOO_STRING_SW_HTML_FS_tbl "TABLE"
59#define OOO_STRING_SW_HTML_FS_grf "GRAPHIC"
60#define OOO_STRING_SW_HTML_FS_ole "OLE"
61#define OOO_STRING_SW_HTML_FF_name "NAME"
62#define OOO_STRING_SW_HTML_FF_shortcut "SHORTCUT"
63#define OOO_STRING_SW_HTML_FF_uletter "ULETTER"
64#define OOO_STRING_SW_HTML_FF_lletter "LLETTER"
65#define OOO_STRING_SW_HTML_FF_uroman "UROMAN"
66#define OOO_STRING_SW_HTML_FF_lroman "LROMAN"
67#define OOO_STRING_SW_HTML_FF_arabic "ARABIC"
68#define OOO_STRING_SW_HTML_FF_none "NONE"
69#define OOO_STRING_SW_HTML_FF_char "CHAR"
70#define OOO_STRING_SW_HTML_FF_page "PAGE"
71#define OOO_STRING_SW_HTML_FF_ulettern "ULETTERN"
72#define OOO_STRING_SW_HTML_FF_llettern "LLETTERN"
73#define OOO_STRING_SW_HTML_FF_author "AUTHOR"
74#define OOO_STRING_SW_HTML_FF_time "TIME"
75#define OOO_STRING_SW_HTML_FF_date "DATE"
76#define OOO_STRING_SW_HTML_FF_pathname "PATHNAME"
77#define OOO_STRING_SW_HTML_FF_path "PATH"
78#define OOO_STRING_SW_HTML_FF_name_noext "NAME-NOEXT"
79
80#endif
81
82/* vim:set shiftwidth=4 softtabstop=4 expandtab: */