|
LibreOffice Module svtools (master) 1
|
#include <svtools/svtdllapi.h>#include <svtools/svparser.hxx>#include <svtools/htmltokn.h>#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| struct | HTMLOptionEnum< EnumT > |
| class | HTMLOption |
| Representation of an HTML option (=attribute in a start tag). More... | |
| class | HTMLParser |
Namespaces | |
| namespace | com |
| namespace | com ::sun |
| namespace | com ::sun ::star |
| namespace | com ::sun ::star ::uno |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::document |
Macros | |
| #define | HTMLFONTSZ1_DFLT 7 |
| #define | HTMLFONTSZ2_DFLT 10 |
| #define | HTMLFONTSZ3_DFLT 12 |
| #define | HTMLFONTSZ4_DFLT 14 |
| #define | HTMLFONTSZ5_DFLT 18 |
| #define | HTMLFONTSZ6_DFLT 24 |
| #define | HTMLFONTSZ7_DFLT 36 |
Typedefs | |
| typedef ::std::vector< HTMLOption > | HTMLOptions |
Enumerations | |
| enum class | HTMLTableFrame { Void , Above , Below , HSides , LHS , RHS , VSides , Box } |
| enum class | HTMLTableRules { NONE , Groups , Rows , Cols , All } |
| enum class | HTMLInputType { Text = 1 , Password , Checkbox , Radio , Range , Scribble , File , Hidden , Submit , Image , Reset , Button } |
| enum class | HTMLScriptLanguage { StarBasic , JavaScript , Unknown } |
| #define HTMLFONTSZ1_DFLT 7 |
Definition at line 40 of file parhtml.hxx.
| #define HTMLFONTSZ2_DFLT 10 |
Definition at line 41 of file parhtml.hxx.
| #define HTMLFONTSZ3_DFLT 12 |
Definition at line 42 of file parhtml.hxx.
| #define HTMLFONTSZ4_DFLT 14 |
Definition at line 43 of file parhtml.hxx.
| #define HTMLFONTSZ5_DFLT 18 |
Definition at line 44 of file parhtml.hxx.
| #define HTMLFONTSZ6_DFLT 24 |
Definition at line 45 of file parhtml.hxx.
| #define HTMLFONTSZ7_DFLT 36 |
Definition at line 46 of file parhtml.hxx.
| typedef ::std::vector<HTMLOption> HTMLOptions |
Definition at line 144 of file parhtml.hxx.
|
strong |
| Enumerator | |
|---|---|
| Text | |
| Password | |
| Checkbox | |
| Radio | |
| Range | |
| Scribble | |
| File | |
| Hidden | |
| Submit | |
| Image | |
| Reset | |
| Button | |
Definition at line 52 of file parhtml.hxx.
|
strong |
| Enumerator | |
|---|---|
| StarBasic | |
| JavaScript | |
| Unknown | |
Definition at line 68 of file parhtml.hxx.
|
strong |
| Enumerator | |
|---|---|
| Void | |
| Above | |
| Below | |
| HSides | |
| LHS | |
| RHS | |
| VSides | |
| Box | |
Definition at line 48 of file parhtml.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| Groups | |
| Rows | |
| Cols | |
| All | |
Definition at line 50 of file parhtml.hxx.