diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-10 22:12:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-14 11:53:44 +0200 |
commit | a979956012a277c9cb85147605b9671ace12aa0a (patch) | |
tree | 869ed9041b0bef9da5f223b9333504910c80ad58 /include | |
parent | ec16bfc22a6d5ee6084a1762ed5cb77886a2fb40 (diff) |
html: remove unused options
Change-Id: If8a6d5136e9e397f5f9b2b49bd9aaf4a7e6bfc17
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/htmlkywd.hxx | 47 | ||||
-rw-r--r-- | include/svtools/htmltokn.h | 58 |
2 files changed, 4 insertions, 101 deletions
diff --git a/include/svtools/htmlkywd.hxx b/include/svtools/htmlkywd.hxx index 1b53f8937590..b6ce25a0e9b3 100644 --- a/include/svtools/htmlkywd.hxx +++ b/include/svtools/htmlkywd.hxx @@ -403,57 +403,37 @@ // HTML Attribut-Token (=Optionen) // Attribute ohne Wert -#define OOO_STRING_SVTOOLS_HTML_O_box "box" #define OOO_STRING_SVTOOLS_HTML_O_checked "checked" #define OOO_STRING_SVTOOLS_HTML_O_compact "compact" -#define OOO_STRING_SVTOOLS_HTML_O_continue "continue" -#define OOO_STRING_SVTOOLS_HTML_O_controls "controls" #define OOO_STRING_SVTOOLS_HTML_O_declare "declare" #define OOO_STRING_SVTOOLS_HTML_O_disabled "disabled" -#define OOO_STRING_SVTOOLS_HTML_O_folded "folded" #define OOO_STRING_SVTOOLS_HTML_O_ismap "ismap" #define OOO_STRING_SVTOOLS_HTML_O_mayscript "mayscript" #define OOO_STRING_SVTOOLS_HTML_O_multiple "multiple" -#define OOO_STRING_SVTOOLS_HTML_O_noflow "noflow" #define OOO_STRING_SVTOOLS_HTML_O_nohref "nohref" #define OOO_STRING_SVTOOLS_HTML_O_noresize "noresize" #define OOO_STRING_SVTOOLS_HTML_O_noshade "noshade" #define OOO_STRING_SVTOOLS_HTML_O_nowrap "nowrap" -#define OOO_STRING_SVTOOLS_HTML_O_plain "plain" #define OOO_STRING_SVTOOLS_HTML_O_sdfixed "sdfixed" #define OOO_STRING_SVTOOLS_HTML_O_selected "selected" -#define OOO_STRING_SVTOOLS_HTML_O_shapes "shapes" // Attribute mit einem String als Wert -#define OOO_STRING_SVTOOLS_HTML_O_above "above" #define OOO_STRING_SVTOOLS_HTML_O_accesskey "accesskey" #define OOO_STRING_SVTOOLS_HTML_O_accept "accept" -#define OOO_STRING_SVTOOLS_HTML_O_add_date "add_date" #define OOO_STRING_SVTOOLS_HTML_O_alt "alt" -#define OOO_STRING_SVTOOLS_HTML_O_axes "axes" #define OOO_STRING_SVTOOLS_HTML_O_axis "axis" -#define OOO_STRING_SVTOOLS_HTML_O_below "below" #define OOO_STRING_SVTOOLS_HTML_O_char "char" #define OOO_STRING_SVTOOLS_HTML_O_class "class" -#define OOO_STRING_SVTOOLS_HTML_O_clip "clip" #define OOO_STRING_SVTOOLS_HTML_O_code "code" #define OOO_STRING_SVTOOLS_HTML_O_codetype "codetype" -#define OOO_STRING_SVTOOLS_HTML_O_colspec "colspec" #define OOO_STRING_SVTOOLS_HTML_O_content "content" #define OOO_STRING_SVTOOLS_HTML_O_coords "coords" -#define OOO_STRING_SVTOOLS_HTML_O_dp "dp" #define OOO_STRING_SVTOOLS_HTML_O_enctype "enctype" -#define OOO_STRING_SVTOOLS_HTML_O_error "error" #define OOO_STRING_SVTOOLS_HTML_O_face "face" #define OOO_STRING_SVTOOLS_HTML_O_frameborder "frameborder" #define OOO_STRING_SVTOOLS_HTML_O_httpequiv "http-equiv" #define OOO_STRING_SVTOOLS_HTML_O_language "language" -#define OOO_STRING_SVTOOLS_HTML_O_last_modified "last_modified" -#define OOO_STRING_SVTOOLS_HTML_O_last_visit "last_visit" -#define OOO_STRING_SVTOOLS_HTML_O_md "md" -#define OOO_STRING_SVTOOLS_HTML_O_n "n" #define OOO_STRING_SVTOOLS_HTML_O_name "name" -#define OOO_STRING_SVTOOLS_HTML_O_notation "notation" #define OOO_STRING_SVTOOLS_HTML_O_prompt "prompt" #define OOO_STRING_SVTOOLS_HTML_O_shape "shape" #define OOO_STRING_SVTOOLS_HTML_O_standby "standby" @@ -468,11 +448,9 @@ #define OOO_STRING_SVTOOLS_HTML_O_sdaddparam "sdaddparam-" // Attribute mit einem SGML-Identifier als Wert -#define OOO_STRING_SVTOOLS_HTML_O_from "from" #define OOO_STRING_SVTOOLS_HTML_O_id "id" #define OOO_STRING_SVTOOLS_HTML_O_target "target" #define OOO_STRING_SVTOOLS_HTML_O_to "to" -#define OOO_STRING_SVTOOLS_HTML_O_until "until" // Attribute mit einem URI als Wert #define OOO_STRING_SVTOOLS_HTML_O_action "action" @@ -481,19 +459,11 @@ #define OOO_STRING_SVTOOLS_HTML_O_classid "classid" #define OOO_STRING_SVTOOLS_HTML_O_codebase "codebase" #define OOO_STRING_SVTOOLS_HTML_O_data "data" -#define OOO_STRING_SVTOOLS_HTML_O_dynsrc "dynsrc" -#define OOO_STRING_SVTOOLS_HTML_O_dynsync "dynsync" -#define OOO_STRING_SVTOOLS_HTML_O_imagemap "imagemap" #define OOO_STRING_SVTOOLS_HTML_O_href "href" -#define OOO_STRING_SVTOOLS_HTML_O_lowsrc "lowsrc" #define OOO_STRING_SVTOOLS_HTML_O_script "script" #define OOO_STRING_SVTOOLS_HTML_O_src "src" #define OOO_STRING_SVTOOLS_HTML_O_usemap "usemap" -// Attribute mit Entity-Namen als Wert -#define OOO_STRING_SVTOOLS_HTML_O_dingbat "dingbat" -#define OOO_STRING_SVTOOLS_HTML_O_sym "sym" - // Attribute mit einer Farbe als Wert (alle Netscape) #define OOO_STRING_SVTOOLS_HTML_O_alink "alink" #define OOO_STRING_SVTOOLS_HTML_O_bgcolor "bgcolor" @@ -513,39 +483,24 @@ #define OOO_STRING_SVTOOLS_HTML_O_colspan "colspan" #define OOO_STRING_SVTOOLS_HTML_O_framespacing "framespacing" #define OOO_STRING_SVTOOLS_HTML_O_gutter "gutter" -#define OOO_STRING_SVTOOLS_HTML_O_indent "indent" #define OOO_STRING_SVTOOLS_HTML_O_height "height" #define OOO_STRING_SVTOOLS_HTML_O_hspace "hspace" #define OOO_STRING_SVTOOLS_HTML_O_left "left" -#define OOO_STRING_SVTOOLS_HTML_O_leftmargin "leftmargin" #define OOO_STRING_SVTOOLS_HTML_O_loop "loop" #define OOO_STRING_SVTOOLS_HTML_O_marginheight "marginheight" #define OOO_STRING_SVTOOLS_HTML_O_marginwidth "marginwidth" -#define OOO_STRING_SVTOOLS_HTML_O_max "max" #define OOO_STRING_SVTOOLS_HTML_O_maxlength "maxlength" -#define OOO_STRING_SVTOOLS_HTML_O_min "min" -#define OOO_STRING_SVTOOLS_HTML_O_pagex "pagex" -#define OOO_STRING_SVTOOLS_HTML_O_pagey "pagey" -#define OOO_STRING_SVTOOLS_HTML_O_pointsize "point-size" #define OOO_STRING_SVTOOLS_HTML_O_rowspan "rowspan" #define OOO_STRING_SVTOOLS_HTML_O_scrollamount "scrollamount" #define OOO_STRING_SVTOOLS_HTML_O_scrolldelay "scrolldelay" -#define OOO_STRING_SVTOOLS_HTML_O_seqnum "seqnum" -#define OOO_STRING_SVTOOLS_HTML_O_skip "skip" #define OOO_STRING_SVTOOLS_HTML_O_span "span" #define OOO_STRING_SVTOOLS_HTML_O_tabindex "tabindex" -#define OOO_STRING_SVTOOLS_HTML_O_top "top" -#define OOO_STRING_SVTOOLS_HTML_O_topmargin "topmargin" #define OOO_STRING_SVTOOLS_HTML_O_vspace "vspace" -#define OOO_STRING_SVTOOLS_HTML_O_weight "weight" #define OOO_STRING_SVTOOLS_HTML_O_width "width" -#define OOO_STRING_SVTOOLS_HTML_O_x "x" -#define OOO_STRING_SVTOOLS_HTML_O_y "y" #define OOO_STRING_SVTOOLS_HTML_O_zindex "z-index" // Attribute mit Enum-Werten #define OOO_STRING_SVTOOLS_HTML_O_behavior "behavior" -#define OOO_STRING_SVTOOLS_HTML_O_bgproperties "bgproperties" #define OOO_STRING_SVTOOLS_HTML_O_clear "clear" #define OOO_STRING_SVTOOLS_HTML_O_dir "dir" #define OOO_STRING_SVTOOLS_HTML_O_direction "direction" @@ -553,7 +508,6 @@ #define OOO_STRING_SVTOOLS_HTML_O_frame "frame" #define OOO_STRING_SVTOOLS_HTML_O_lang "lang" #define OOO_STRING_SVTOOLS_HTML_O_method "method" -#define OOO_STRING_SVTOOLS_HTML_O_palette "palette" #define OOO_STRING_SVTOOLS_HTML_O_rel "rel" #define OOO_STRING_SVTOOLS_HTML_O_rev "rev" #define OOO_STRING_SVTOOLS_HTML_O_rules "rules" @@ -563,7 +517,6 @@ #define OOO_STRING_SVTOOLS_HTML_O_type "type" #define OOO_STRING_SVTOOLS_HTML_O_valign "valign" #define OOO_STRING_SVTOOLS_HTML_O_valuetype "valuetype" -#define OOO_STRING_SVTOOLS_HTML_O_visibility "visibility" #define OOO_STRING_SVTOOLS_HTML_O_wrap "wrap" // Attribute mit Script-Code als Wert diff --git a/include/svtools/htmltokn.h b/include/svtools/htmltokn.h index c8f03f5f04f4..a7c1aaffa54b 100644 --- a/include/svtools/htmltokn.h +++ b/include/svtools/htmltokn.h @@ -287,59 +287,39 @@ enum HTML_OPTION_IDS HTML_OPTION_BOOL_START = HTML_OPTION_START, // Attribute ohne Wert - HTML_O_BOX = HTML_OPTION_BOOL_START, - HTML_O_CHECKED, + HTML_O_CHECKED = HTML_OPTION_BOOL_START, HTML_O_COMPACT, - HTML_O_CONTINUE, - HTML_O_CONTROLS, // IExplorer 2.0 HTML_O_DECLARE, // IExplorer 3.0b5 HTML_O_DISABLED, - HTML_O_FOLDED, // Netscape internal HTML_O_ISMAP, HTML_O_MAYSCRIPT, // Netcape 3.0 HTML_O_MULTIPLE, - HTML_O_NOFLOW, HTML_O_NOHREF, // Netscape HTML_O_NORESIZE, // Netscape 2.0 HTML_O_NOSHADE, // Netscape HTML_O_NOWRAP, - HTML_O_PLAIN, HTML_O_SDFIXED, HTML_O_SELECTED, - HTML_O_SHAPES, // IExplorer 3.0b5 HTML_OPTION_BOOL_END, // Attribute mit einem String als Wert HTML_OPTION_STRING_START = HTML_OPTION_BOOL_END, - HTML_O_ABOVE = HTML_OPTION_STRING_START, - HTML_O_ACCEPT, + HTML_O_ACCEPT = HTML_OPTION_STRING_START, HTML_O_ACCESSKEY, - HTML_O_ADD_DATE, // Netscape internal HTML_O_ALT, - HTML_O_AXES, HTML_O_AXIS, - HTML_O_BELOW, HTML_O_CHAR, // HTML3 Table Model Draft HTML_O_CLASS, - HTML_O_CLIP, HTML_O_CODE, // HotJava HTML_O_CODETYPE, - HTML_O_COLSPEC, HTML_O_CONTENT, HTML_O_COORDS, // Netscape 2.0 - HTML_O_DP, HTML_O_ENCTYPE, - HTML_O_ERROR, HTML_O_FACE, // IExplorer 2.0 HTML_O_FRAMEBORDER, // IExplorer 3.0 HTML_O_HTTPEQUIV, HTML_O_LANGUAGE, // JavaScript - HTML_O_LAST_MODIFIED, // Netscape internal - HTML_O_LAST_VISIT, // Netscape internal - HTML_O_MD, - HTML_O_N, HTML_O_NAME, - HTML_O_NOTATION, HTML_O_PROMPT, HTML_O_SHAPE, HTML_O_STANDBY, @@ -354,11 +334,9 @@ HTML_OPTION_STRING_END, // Attribute mit einem SGML-Identifier als Wert HTML_OPTION_SGMLID_START = HTML_OPTION_STRING_END, - HTML_O_FROM = HTML_OPTION_SGMLID_START, - HTML_O_ID, + HTML_O_ID = HTML_OPTION_SGMLID_START, HTML_O_TARGET, // Netscape 2.0 HTML_O_TO, - HTML_O_UNTIL, HTML_OPTION_SGMLID_END, // Attribute mit einem URI als Wert @@ -369,24 +347,14 @@ HTML_OPTION_URI_START = HTML_OPTION_SGMLID_END, HTML_O_CLASSID, HTML_O_CODEBASE, // HotJava HTML_O_DATA, - HTML_O_DYNSRC, // IExplorer 3.0 - HTML_O_DYNSYNC, // IExplorer 2.0 - HTML_O_IMAGEMAP, HTML_O_HREF, - HTML_O_LOWSRC, // Netscape 3.0 HTML_O_SCRIPT, HTML_O_SRC, HTML_O_USEMAP, // Netscape 2.0 HTML_OPTION_URI_END, -// Attribute mit Entity-Namen als Wert -HTML_OPTION_ENTITY_START = HTML_OPTION_URI_END, - HTML_O_DINGBAT = HTML_OPTION_ENTITY_START, - HTML_O_SYM, -HTML_OPTION_ENTITY_END, - // Attribute mit einer Farbe als Wert (alle Netscape) -HTML_OPTION_COLOR_START = HTML_OPTION_ENTITY_END, +HTML_OPTION_COLOR_START = HTML_OPTION_URI_END, HTML_O_ALINK = HTML_OPTION_COLOR_START, HTML_O_BGCOLOR, HTML_O_BORDERCOLOR, // IExplorer 2.0 @@ -407,41 +375,26 @@ HTML_OPTION_NUMBER_START = HTML_OPTION_COLOR_END, HTML_O_COLSPAN, HTML_O_FRAMESPACING, // IExplorer 3.0 HTML_O_GUTTER, // Netscape 3.0b5 - HTML_O_INDENT, HTML_O_HEIGHT, HTML_O_HSPACE, // Netscape HTML_O_LEFT, - HTML_O_LEFTMARGIN, // IExplorer 2.0 HTML_O_LOOP, // IExplorer 2.0 HTML_O_MARGINWIDTH, // Netscape 2.0 HTML_O_MARGINHEIGHT, // Netscape 2.0 - HTML_O_MAX, HTML_O_MAXLENGTH, - HTML_O_MIN, - HTML_O_PAGEX, - HTML_O_PAGEY, - HTML_O_POINTSIZE, HTML_O_ROWSPAN, HTML_O_SCROLLAMOUNT, // IExplorer 2.0 HTML_O_SCROLLDELAY, // IExplorer 2.0 - HTML_O_SEQNUM, - HTML_O_SKIP, HTML_O_SPAN, // HTML3 Table Model Draft HTML_O_TABINDEX, - HTML_O_TOP, - HTML_O_TOPMARGIN, // IExplorer 2.0 HTML_O_VSPACE, // Netscape - HTML_O_WEIGHT, HTML_O_WIDTH, - HTML_O_X, - HTML_O_Y, HTML_O_ZINDEX, HTML_OPTION_NUMBER_END, // Attribute mit Enum-Werten HTML_OPTION_ENUM_START = HTML_OPTION_NUMBER_END, HTML_O_BEHAVIOR = HTML_OPTION_ENUM_START, // IExplorer 2.0 - HTML_O_BGPROPERTIES, // IExplorer 2.0 HTML_O_CLEAR, HTML_O_DIR, HTML_O_DIRECTION, // IExplorer 2.0 @@ -449,7 +402,6 @@ HTML_OPTION_ENUM_START = HTML_OPTION_NUMBER_END, HTML_O_FRAME, // HTML3 Table Model Draft HTML_O_LANG, HTML_O_METHOD, - HTML_O_PALETTE, HTML_O_REL, HTML_O_REV, HTML_O_RULES, // HTML3 Table Model Draft @@ -459,7 +411,6 @@ HTML_OPTION_ENUM_START = HTML_OPTION_NUMBER_END, HTML_O_TYPE, HTML_O_VALIGN, HTML_O_VALUETYPE, - HTML_O_VISIBILITY, HTML_O_WRAP, HTML_OPTION_ENUM_END, @@ -501,7 +452,6 @@ HTML_OPTION_CONTEXT_START = HTML_OPTION_SCRIPT_END, HTML_O_ROWS, // Netscape 2.0 vs HTML 2.0 HTML_O_SIZE, HTML_O_START, - HTML_O_UNITS, HTML_OPTION_CONTEXT_END, // eine unbekannte Option |