Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a9799560
Kaydet (Commit)
a9799560
authored
Eki 10, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
html: remove unused options
Change-Id: If8a6d5136e9e397f5f9b2b49bd9aaf4a7e6bfc17
üst
ec16bfc2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
149 deletions
+4
-149
htmlkywd.hxx
include/svtools/htmlkywd.hxx
+0
-47
htmltokn.h
include/svtools/htmltokn.h
+4
-54
htmlkywd.cxx
svtools/source/svhtml/htmlkywd.cxx
+0
-48
No files found.
include/svtools/htmlkywd.hxx
Dosyayı görüntüle @
a9799560
...
...
@@ -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
...
...
include/svtools/htmltokn.h
Dosyayı görüntüle @
a9799560
...
...
@@ -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
...
...
svtools/source/svhtml/htmlkywd.cxx
Dosyayı görüntüle @
a9799560
...
...
@@ -556,57 +556,37 @@ static bool bSortOptionKeyWords = false;
static
HTML_TokenEntry
aHTMLOptionTab
[]
=
{
// Attributes without value
{{
OOO_STRING_SVTOOLS_HTML_O_box
},
HTML_O_BOX
},
{{
OOO_STRING_SVTOOLS_HTML_O_checked
},
HTML_O_CHECKED
},
{{
OOO_STRING_SVTOOLS_HTML_O_compact
},
HTML_O_COMPACT
},
{{
OOO_STRING_SVTOOLS_HTML_O_continue
},
HTML_O_CONTINUE
},
{{
OOO_STRING_SVTOOLS_HTML_O_controls
},
HTML_O_CONTROLS
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_declare
},
HTML_O_DECLARE
},
{{
OOO_STRING_SVTOOLS_HTML_O_disabled
},
HTML_O_DISABLED
},
{{
OOO_STRING_SVTOOLS_HTML_O_folded
},
HTML_O_FOLDED
},
// Netscape internal
{{
OOO_STRING_SVTOOLS_HTML_O_ismap
},
HTML_O_ISMAP
},
{{
OOO_STRING_SVTOOLS_HTML_O_mayscript
},
HTML_O_MAYSCRIPT
},
{{
OOO_STRING_SVTOOLS_HTML_O_multiple
},
HTML_O_MULTIPLE
},
{{
OOO_STRING_SVTOOLS_HTML_O_noflow
},
HTML_O_NOFLOW
},
{{
OOO_STRING_SVTOOLS_HTML_O_nohref
},
HTML_O_NOHREF
},
// Netscape 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_noresize
},
HTML_O_NORESIZE
},
// Netscape 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_noshade
},
HTML_O_NOSHADE
},
// Netscape 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_nowrap
},
HTML_O_NOWRAP
},
{{
OOO_STRING_SVTOOLS_HTML_O_plain
},
HTML_O_PLAIN
},
{{
OOO_STRING_SVTOOLS_HTML_O_sdfixed
},
HTML_O_SDFIXED
},
{{
OOO_STRING_SVTOOLS_HTML_O_selected
},
HTML_O_SELECTED
},
{{
OOO_STRING_SVTOOLS_HTML_O_shapes
},
HTML_O_SHAPES
},
// Attributes with a string value
{{
OOO_STRING_SVTOOLS_HTML_O_above
},
HTML_O_ABOVE
},
{{
OOO_STRING_SVTOOLS_HTML_O_accept
},
HTML_O_ACCEPT
},
{{
OOO_STRING_SVTOOLS_HTML_O_accesskey
},
HTML_O_ACCESSKEY
},
{{
OOO_STRING_SVTOOLS_HTML_O_add_date
},
HTML_O_ADD_DATE
},
// Netscape internal
{{
OOO_STRING_SVTOOLS_HTML_O_alt
},
HTML_O_ALT
},
{{
OOO_STRING_SVTOOLS_HTML_O_axes
},
HTML_O_AXES
},
{{
OOO_STRING_SVTOOLS_HTML_O_axis
},
HTML_O_AXIS
},
{{
OOO_STRING_SVTOOLS_HTML_O_below
},
HTML_O_BELOW
},
{{
OOO_STRING_SVTOOLS_HTML_O_char
},
HTML_O_CHAR
},
// HTML 3 Table Model Draft
{{
OOO_STRING_SVTOOLS_HTML_O_class
},
HTML_O_CLASS
},
{{
OOO_STRING_SVTOOLS_HTML_O_clip
},
HTML_O_CLIP
},
{{
OOO_STRING_SVTOOLS_HTML_O_code
},
HTML_O_CODE
},
// HotJava
{{
OOO_STRING_SVTOOLS_HTML_O_codetype
},
HTML_O_CODETYPE
},
{{
OOO_STRING_SVTOOLS_HTML_O_colspec
},
HTML_O_COLSPEC
},
{{
OOO_STRING_SVTOOLS_HTML_O_content
},
HTML_O_CONTENT
},
{{
OOO_STRING_SVTOOLS_HTML_O_coords
},
HTML_O_COORDS
},
// Netscape 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_dp
},
HTML_O_DP
},
{{
OOO_STRING_SVTOOLS_HTML_O_enctype
},
HTML_O_ENCTYPE
},
{{
OOO_STRING_SVTOOLS_HTML_O_error
},
HTML_O_ERROR
},
{{
OOO_STRING_SVTOOLS_HTML_O_face
},
HTML_O_FACE
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_frameborder
},
HTML_O_FRAMEBORDER
},
// IExplorer 3.0
{{
OOO_STRING_SVTOOLS_HTML_O_httpequiv
},
HTML_O_HTTPEQUIV
},
{{
OOO_STRING_SVTOOLS_HTML_O_language
},
HTML_O_LANGUAGE
},
// JavaScript
{{
OOO_STRING_SVTOOLS_HTML_O_last_modified
},
HTML_O_LAST_MODIFIED
},
// Netscape internal
{{
OOO_STRING_SVTOOLS_HTML_O_last_visit
},
HTML_O_LAST_VISIT
},
// Netscape internal
{{
OOO_STRING_SVTOOLS_HTML_O_md
},
HTML_O_MD
},
{{
OOO_STRING_SVTOOLS_HTML_O_n
},
HTML_O_N
},
{{
OOO_STRING_SVTOOLS_HTML_O_name
},
HTML_O_NAME
},
{{
OOO_STRING_SVTOOLS_HTML_O_notation
},
HTML_O_NOTATION
},
{{
OOO_STRING_SVTOOLS_HTML_O_prompt
},
HTML_O_PROMPT
},
{{
OOO_STRING_SVTOOLS_HTML_O_shape
},
HTML_O_SHAPE
},
{{
OOO_STRING_SVTOOLS_HTML_O_standby
},
HTML_O_STANDBY
},
...
...
@@ -619,11 +599,9 @@ static HTML_TokenEntry aHTMLOptionTab[] = {
{{
OOO_STRING_SVTOOLS_HTML_O_sdmodule
},
HTML_O_SDMODULE
},
// Attributes with a SGML identifier value
{{
OOO_STRING_SVTOOLS_HTML_O_from
},
HTML_O_FROM
},
{{
OOO_STRING_SVTOOLS_HTML_O_id
},
HTML_O_ID
},
{{
OOO_STRING_SVTOOLS_HTML_O_target
},
HTML_O_TARGET
},
// Netscape 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_to
},
HTML_O_TO
},
{{
OOO_STRING_SVTOOLS_HTML_O_until
},
HTML_O_UNTIL
},
// Attributes with an URI value
{{
OOO_STRING_SVTOOLS_HTML_O_action
},
HTML_O_ACTION
},
...
...
@@ -632,19 +610,11 @@ static HTML_TokenEntry aHTMLOptionTab[] = {
{{
OOO_STRING_SVTOOLS_HTML_O_classid
},
HTML_O_CLASSID
},
{{
OOO_STRING_SVTOOLS_HTML_O_codebase
},
HTML_O_CODEBASE
},
// HotJava
{{
OOO_STRING_SVTOOLS_HTML_O_data
},
HTML_O_DATA
},
{{
OOO_STRING_SVTOOLS_HTML_O_dynsrc
},
HTML_O_DYNSRC
},
// IExplorer 3.0b1
{{
OOO_STRING_SVTOOLS_HTML_O_dynsync
},
HTML_O_DYNSYNC
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_imagemap
},
HTML_O_IMAGEMAP
},
{{
OOO_STRING_SVTOOLS_HTML_O_href
},
HTML_O_HREF
},
{{
OOO_STRING_SVTOOLS_HTML_O_lowsrc
},
HTML_O_LOWSRC
},
// Netscape 3.0
{{
OOO_STRING_SVTOOLS_HTML_O_script
},
HTML_O_SCRIPT
},
{{
OOO_STRING_SVTOOLS_HTML_O_src
},
HTML_O_SRC
},
{{
OOO_STRING_SVTOOLS_HTML_O_usemap
},
HTML_O_USEMAP
},
// Netscape 2.0
// Attributes with entity name value
{{
OOO_STRING_SVTOOLS_HTML_O_dingbat
},
HTML_O_DINGBAT
},
{{
OOO_STRING_SVTOOLS_HTML_O_sym
},
HTML_O_SYM
},
// Attributes with a color value (all Netscape versions)
{{
OOO_STRING_SVTOOLS_HTML_O_alink
},
HTML_O_ALINK
},
{{
OOO_STRING_SVTOOLS_HTML_O_bgcolor
},
HTML_O_BGCOLOR
},
...
...
@@ -664,38 +634,23 @@ static HTML_TokenEntry aHTMLOptionTab[] = {
{{
OOO_STRING_SVTOOLS_HTML_O_colspan
},
HTML_O_COLSPAN
},
{{
OOO_STRING_SVTOOLS_HTML_O_framespacing
},
HTML_O_FRAMESPACING
},
// IExplorer 3.0
{{
OOO_STRING_SVTOOLS_HTML_O_gutter
},
HTML_O_GUTTER
},
// Netscape 3.0b5
{{
OOO_STRING_SVTOOLS_HTML_O_indent
},
HTML_O_INDENT
},
{{
OOO_STRING_SVTOOLS_HTML_O_height
},
HTML_O_HEIGHT
},
{{
OOO_STRING_SVTOOLS_HTML_O_hspace
},
HTML_O_HSPACE
},
// Netscape
{{
OOO_STRING_SVTOOLS_HTML_O_left
},
HTML_O_LEFT
},
{{
OOO_STRING_SVTOOLS_HTML_O_leftmargin
},
HTML_O_LEFTMARGIN
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_loop
},
HTML_O_LOOP
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_marginheight
},
HTML_O_MARGINHEIGHT
},
// Netscape 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_marginwidth
},
HTML_O_MARGINWIDTH
},
// Netscape 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_max
},
HTML_O_MAX
},
{{
OOO_STRING_SVTOOLS_HTML_O_maxlength
},
HTML_O_MAXLENGTH
},
{{
OOO_STRING_SVTOOLS_HTML_O_min
},
HTML_O_MIN
},
{{
OOO_STRING_SVTOOLS_HTML_O_pagex
},
HTML_O_PAGEX
},
{{
OOO_STRING_SVTOOLS_HTML_O_pagey
},
HTML_O_PAGEY
},
{{
OOO_STRING_SVTOOLS_HTML_O_pointsize
},
HTML_O_POINTSIZE
},
{{
OOO_STRING_SVTOOLS_HTML_O_rowspan
},
HTML_O_ROWSPAN
},
{{
OOO_STRING_SVTOOLS_HTML_O_scrollamount
},
HTML_O_SCROLLAMOUNT
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_scrolldelay
},
HTML_O_SCROLLDELAY
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_seqnum
},
HTML_O_SEQNUM
},
{{
OOO_STRING_SVTOOLS_HTML_O_skip
},
HTML_O_SKIP
},
{{
OOO_STRING_SVTOOLS_HTML_O_span
},
HTML_O_SPAN
},
// HTML 3 Table Model Draft
{{
OOO_STRING_SVTOOLS_HTML_O_tabindex
},
HTML_O_TABINDEX
},
{{
OOO_STRING_SVTOOLS_HTML_O_top
},
HTML_O_TOP
},
{{
OOO_STRING_SVTOOLS_HTML_O_topmargin
},
HTML_O_TOPMARGIN
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_vspace
},
HTML_O_VSPACE
},
// Netscape
{{
OOO_STRING_SVTOOLS_HTML_O_weight
},
HTML_O_WEIGHT
},
{{
OOO_STRING_SVTOOLS_HTML_O_width
},
HTML_O_WIDTH
},
{{
OOO_STRING_SVTOOLS_HTML_O_x
},
HTML_O_X
},
{{
OOO_STRING_SVTOOLS_HTML_O_y
},
HTML_O_Y
},
{{
OOO_STRING_SVTOOLS_HTML_O_zindex
},
HTML_O_ZINDEX
},
// Attributes with enum values
{{
OOO_STRING_SVTOOLS_HTML_O_bgproperties
},
HTML_O_BGPROPERTIES
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_behavior
},
HTML_O_BEHAVIOR
},
// IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_clear
},
HTML_O_CLEAR
},
{{
OOO_STRING_SVTOOLS_HTML_O_dir
},
HTML_O_DIR
},
// HTML 3 Table Model Draft
...
...
@@ -704,7 +659,6 @@ static HTML_TokenEntry aHTMLOptionTab[] = {
{{
OOO_STRING_SVTOOLS_HTML_O_frame
},
HTML_O_FRAME
},
// HTML 3 Table Model Draft
{{
OOO_STRING_SVTOOLS_HTML_O_lang
},
HTML_O_LANG
},
{{
OOO_STRING_SVTOOLS_HTML_O_method
},
HTML_O_METHOD
},
{{
OOO_STRING_SVTOOLS_HTML_O_palette
},
HTML_O_PALETTE
},
{{
OOO_STRING_SVTOOLS_HTML_O_rel
},
HTML_O_REL
},
{{
OOO_STRING_SVTOOLS_HTML_O_rev
},
HTML_O_REV
},
{{
OOO_STRING_SVTOOLS_HTML_O_rules
},
HTML_O_RULES
},
// HTML 3 Table Model Draft
...
...
@@ -715,7 +669,6 @@ static HTML_TokenEntry aHTMLOptionTab[] = {
{{
OOO_STRING_SVTOOLS_HTML_O_valign
},
HTML_O_VALIGN
},
{{
OOO_STRING_SVTOOLS_HTML_O_valuetype
},
HTML_O_VALUETYPE
},
{{
OOO_STRING_SVTOOLS_HTML_O_wrap
},
HTML_O_WRAP
},
{{
OOO_STRING_SVTOOLS_HTML_O_visibility
},
HTML_O_VISIBILITY
},
// Attributes with script code value
{{
OOO_STRING_SVTOOLS_HTML_O_onblur
},
HTML_O_ONBLUR
},
// JavaScript
...
...
@@ -752,7 +705,6 @@ static HTML_TokenEntry aHTMLOptionTab[] = {
{{
OOO_STRING_SVTOOLS_HTML_O_rows
},
HTML_O_ROWS
},
// Netscape 2.0 vs HTML 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_size
},
HTML_O_SIZE
},
{{
OOO_STRING_SVTOOLS_HTML_O_start
},
HTML_O_START
},
// Netscape 2.0 vs IExplorer 2.0
{{
OOO_STRING_SVTOOLS_HTML_O_units
},
HTML_O_UNITS
}
};
int
GetHTMLOption
(
const
OUString
&
rName
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment