LibreOffice Module xmloff (master) 1
Variables
TransGradientStyle.cxx File Reference
#include <TransGradientStyle.hxx>
#include <com/sun/star/awt/Gradient2.hpp>
#include <basegfx/utils/bgradient.hxx>
#include <comphelper/documentconstants.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <sax/tools/converter.hxx>
#include <tools/color.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlement.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmluconv.hxx>
Include dependency graph for TransGradientStyle.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< awt::GradientStyle > const pXML_GradientStyle_Enum []
 

Variable Documentation

◆ pXML_GradientStyle_Enum

SvXMLEnumMapEntry<awt::GradientStyle> const pXML_GradientStyle_Enum[]
Initial value:
=
{
{ XML_LINEAR, awt::GradientStyle_LINEAR },
{ XML_GRADIENTSTYLE_AXIAL, awt::GradientStyle_AXIAL },
{ XML_GRADIENTSTYLE_RADIAL, awt::GradientStyle_RADIAL },
{ XML_GRADIENTSTYLE_ELLIPSOID, awt::GradientStyle_ELLIPTICAL },
{ XML_GRADIENTSTYLE_SQUARE, awt::GradientStyle_SQUARE },
{ XML_GRADIENTSTYLE_RECTANGULAR, awt::GradientStyle_RECT },
{ XML_TOKEN_INVALID, awt::GradientStyle(0) }
}
@ XML_GRADIENTSTYLE_ELLIPSOID
Definition: xmltoken.hxx:985
@ XML_GRADIENTSTYLE_AXIAL
Definition: xmltoken.hxx:984
@ XML_GRADIENTSTYLE_SQUARE
Definition: xmltoken.hxx:988
@ XML_GRADIENTSTYLE_RECTANGULAR
Definition: xmltoken.hxx:987
@ XML_GRADIENTSTYLE_RADIAL
Definition: xmltoken.hxx:986

Definition at line 43 of file TransGradientStyle.cxx.

Referenced by XMLTransGradientStyleExport::exportXML(), and XMLTransGradientStyleImport::importXML().