|
LibreOffice Module svtools (master) 1
|
#include <comphelper/string.hxx>#include <o3tl/safeint.hxx>#include <o3tl/string_view.hxx>#include <tools/stream.hxx>#include <tools/debug.hxx>#include <tools/color.hxx>#include <rtl/ustrbuf.hxx>#include <rtl/character.hxx>#include <rtl/tencinfo.h>#include <sal/log.hxx>#include <tools/tenccvt.hxx>#include <tools/datetime.hxx>#include <unotools/datetime.hxx>#include <svl/inettype.hxx>#include <svl/lngmisc.hxx>#include <com/sun/star/beans/PropertyAttribute.hpp>#include <com/sun/star/document/XDocumentProperties.hpp>#include <svtools/parhtml.hxx>#include <svtools/htmltokn.h>#include <svtools/htmlkywd.hxx>#include <utility>Go to the source code of this file.
Functions | |
| const sal_Int32 | MAX_LEN (1024) |
| const sal_Int32 | MAX_ENTITY_LEN (8) |
Variables | |
| HTMLOptionEnum< HTMLInputType > const | aInputTypeOptEnums [] |
| HTMLOptionEnum< HTMLTableFrame > const | aTableFrameOptEnums [] |
| HTMLOptionEnum< HTMLTableRules > const | aTableRulesOptEnums [] |
| HTMLOptionEnum< HtmlMeta > const | aHTMLMetaNameTable [] |
| const sal_Int32 MAX_ENTITY_LEN | ( | 8 | ) |
Referenced by HTMLParser::ScanText().
| const sal_Int32 MAX_LEN | ( | 1024 | ) |
Referenced by HTMLParser::GetNextRawToken(), and HTMLParser::ScanText().
| HTMLOptionEnum<HtmlMeta> const aHTMLMetaNameTable[] |
Definition at line 1941 of file parhtml.cxx.
Referenced by HTMLParser::ParseMetaOptionsImpl().
| HTMLOptionEnum<HTMLInputType> const aInputTypeOptEnums[] |
Definition at line 55 of file parhtml.cxx.
Referenced by HTMLOption::GetInputType().
| HTMLOptionEnum<HTMLTableFrame> const aTableFrameOptEnums[] |
Definition at line 73 of file parhtml.cxx.
Referenced by HTMLOption::GetTableFrame().
| HTMLOptionEnum<HTMLTableRules> const aTableRulesOptEnums[] |
Definition at line 88 of file parhtml.cxx.
Referenced by HTMLOption::GetTableRules().