LibreOffice Module xmloff (master) 1
Variables
HatchStyle.cxx File Reference
#include <xmloff/HatchStyle.hxx>
#include <com/sun/star/drawing/Hatch.hpp>
#include <sax/tools/converter.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmlimp.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmlement.hxx>
Include dependency graph for HatchStyle.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< drawing::HatchStyle > const pXML_HatchStyle_Enum []
 

Variable Documentation

◆ pXML_HatchStyle_Enum

SvXMLEnumMapEntry<drawing::HatchStyle> const pXML_HatchStyle_Enum[]
Initial value:
=
{
{ XML_SINGLE, drawing::HatchStyle_SINGLE },
{ XML_DOUBLE, drawing::HatchStyle_DOUBLE },
{ XML_HATCHSTYLE_TRIPLE, drawing::HatchStyle_TRIPLE },
{ XML_TOKEN_INVALID, drawing::HatchStyle(0) }
}

Definition at line 42 of file HatchStyle.cxx.

Referenced by XMLHatchStyleExport::exportXML(), and XMLHatchStyleImport::importXML().