LibreOffice Module svtools (master) 1
Classes | Namespaces | Macros | Typedefs | Enumerations
parhtml.hxx File Reference
#include <svtools/svtdllapi.h>
#include <svtools/svparser.hxx>
#include <svtools/htmltokn.h>
#include <string_view>
#include <vector>
Include dependency graph for parhtml.hxx:
This graph shows which files directly or indirectly include this file:

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< HTMLOptionHTMLOptions
 

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
}
 

Macro Definition Documentation

◆ HTMLFONTSZ1_DFLT

#define HTMLFONTSZ1_DFLT   7

Definition at line 40 of file parhtml.hxx.

◆ HTMLFONTSZ2_DFLT

#define HTMLFONTSZ2_DFLT   10

Definition at line 41 of file parhtml.hxx.

◆ HTMLFONTSZ3_DFLT

#define HTMLFONTSZ3_DFLT   12

Definition at line 42 of file parhtml.hxx.

◆ HTMLFONTSZ4_DFLT

#define HTMLFONTSZ4_DFLT   14

Definition at line 43 of file parhtml.hxx.

◆ HTMLFONTSZ5_DFLT

#define HTMLFONTSZ5_DFLT   18

Definition at line 44 of file parhtml.hxx.

◆ HTMLFONTSZ6_DFLT

#define HTMLFONTSZ6_DFLT   24

Definition at line 45 of file parhtml.hxx.

◆ HTMLFONTSZ7_DFLT

#define HTMLFONTSZ7_DFLT   36

Definition at line 46 of file parhtml.hxx.

Typedef Documentation

◆ HTMLOptions

typedef ::std::vector<HTMLOption> HTMLOptions

Definition at line 144 of file parhtml.hxx.

Enumeration Type Documentation

◆ HTMLInputType

enum class HTMLInputType
strong
Enumerator
Text 
Password 
Checkbox 
Radio 
Range 
Scribble 
File 
Hidden 
Submit 
Image 
Reset 
Button 

Definition at line 52 of file parhtml.hxx.

◆ HTMLScriptLanguage

enum class HTMLScriptLanguage
strong
Enumerator
StarBasic 
JavaScript 
Unknown 

Definition at line 68 of file parhtml.hxx.

◆ HTMLTableFrame

enum class HTMLTableFrame
strong
Enumerator
Void 
Above 
Below 
HSides 
LHS 
RHS 
VSides 
Box 

Definition at line 48 of file parhtml.hxx.

◆ HTMLTableRules

enum class HTMLTableRules
strong
Enumerator
NONE 
Groups 
Rows 
Cols 
All 

Definition at line 50 of file parhtml.hxx.