LibreOffice Module sfx2 (master) 1
Variables
sfxhtml.cxx File Reference
#include <tools/urlobj.hxx>
#include <tools/debug.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/event.hxx>
#include <openflag.hxx>
#include <svl/numformat.hxx>
#include <svtools/htmlkywd.hxx>
#include <svtools/htmltokn.h>
#include <vcl/imap.hxx>
#include <vcl/imapcirc.hxx>
#include <vcl/imapobj.hxx>
#include <vcl/imappoly.hxx>
#include <vcl/imaprect.hxx>
#include <svl/zforlist.hxx>
#include <sfx2/sfxhtml.hxx>
#include <comphelper/string.hxx>
#include <o3tl/string_view.hxx>
#include <vector>
Include dependency graph for sfxhtml.cxx:

Go to the source code of this file.

Variables

HTMLOptionEnum< IMapObjectType > const aAreaShapeOptEnums []
 

Variable Documentation

◆ aAreaShapeOptEnums

HTMLOptionEnum<IMapObjectType> const aAreaShapeOptEnums[]
Initial value:
=
{
{ OOO_STRING_SVTOOLS_HTML_SH_rect, IMapObjectType::Rectangle },
{ OOO_STRING_SVTOOLS_HTML_SH_rectangle, IMapObjectType::Rectangle },
{ OOO_STRING_SVTOOLS_HTML_SH_circ, IMapObjectType::Circle },
{ OOO_STRING_SVTOOLS_HTML_SH_circle, IMapObjectType::Circle },
{ OOO_STRING_SVTOOLS_HTML_SH_poly, IMapObjectType::Polygon },
{ OOO_STRING_SVTOOLS_HTML_SH_polygon, IMapObjectType::Polygon },
{ nullptr, IMapObjectType::Rectangle }
}
#define OOO_STRING_SVTOOLS_HTML_SH_circle
#define OOO_STRING_SVTOOLS_HTML_SH_circ
#define OOO_STRING_SVTOOLS_HTML_SH_rect
#define OOO_STRING_SVTOOLS_HTML_SH_rectangle
#define OOO_STRING_SVTOOLS_HTML_SH_polygon
#define OOO_STRING_SVTOOLS_HTML_SH_poly

Definition at line 50 of file sfxhtml.cxx.

Referenced by SfxHTMLParser::ParseAreaOptions().