LibreOffice Module sw (master) 1
Variables
htmlnumreader.cxx File Reference
#include <com/sun/star/text/VertOrientation.hpp>
#include <hintids.hxx>
#include <svtools/htmltokn.h>
#include <svtools/htmlkywd.hxx>
#include <svl/urihelper.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/lrspitem.hxx>
#include <vcl/svapp.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <numrule.hxx>
#include <doc.hxx>
#include <docary.hxx>
#include <poolfmt.hxx>
#include <ndtxt.hxx>
#include <paratr.hxx>
#include "htmlnum.hxx"
#include "swcss1.hxx"
#include "swhtml.hxx"
Include dependency graph for htmlnumreader.cxx:

Go to the source code of this file.

Variables

HTMLOptionEnum< sal_UCS4 > const aHTMLULTypeTable []
 

Variable Documentation

◆ aHTMLULTypeTable

HTMLOptionEnum<sal_UCS4> const aHTMLULTypeTable[]
Initial value:
=
{
{ nullptr, 0 }
}
#define OOO_STRING_SVTOOLS_HTML_ULTYPE_disc
#define OOO_STRING_SVTOOLS_HTML_ULTYPE_square
#define OOO_STRING_SVTOOLS_HTML_ULTYPE_circle
#define HTML_BULLETCHAR_SQUARE
Definition: htmlnum.hxx:34
#define HTML_BULLETCHAR_CIRCLE
Definition: htmlnum.hxx:33
#define HTML_BULLETCHAR_DISC
Definition: htmlnum.hxx:32

Definition at line 44 of file htmlnumreader.cxx.

Referenced by SwHTMLParser::NewNumberBulletList().