LibreOffice Module sw (master) 1
Classes | Macros
htmlnum.hxx File Reference
#include <swtypes.hxx>
#include <string.h>
Include dependency graph for htmlnum.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwHTMLNumRuleInfo
 

Macros

#define HTML_NUMBER_BULLET_MARGINLEFT   (o3tl::toTwips(125, o3tl::Length::mm10))
 
#define HTML_NUMBER_BULLET_INDENT   (-o3tl::toTwips(5, o3tl::Length::mm))
 
#define HTML_BULLETCHAR_DISC   (0xe008)
 
#define HTML_BULLETCHAR_CIRCLE   (0xe009)
 
#define HTML_BULLETCHAR_SQUARE   (0xe00b)
 

Macro Definition Documentation

◆ HTML_BULLETCHAR_CIRCLE

#define HTML_BULLETCHAR_CIRCLE   (0xe009)

Definition at line 33 of file htmlnum.hxx.

◆ HTML_BULLETCHAR_DISC

#define HTML_BULLETCHAR_DISC   (0xe008)

Definition at line 32 of file htmlnum.hxx.

◆ HTML_BULLETCHAR_SQUARE

#define HTML_BULLETCHAR_SQUARE   (0xe00b)

Definition at line 34 of file htmlnum.hxx.

◆ HTML_NUMBER_BULLET_INDENT

#define HTML_NUMBER_BULLET_INDENT   (-o3tl::toTwips(5, o3tl::Length::mm))

Definition at line 26 of file htmlnum.hxx.

◆ HTML_NUMBER_BULLET_MARGINLEFT

#define HTML_NUMBER_BULLET_MARGINLEFT   (o3tl::toTwips(125, o3tl::Length::mm10))

Definition at line 25 of file htmlnum.hxx.