LibreOffice Module xmloff (master) 1
Variables
backhdl.cxx File Reference
#include "backhdl.hxx"
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
#include <sax/tools/converter.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
Include dependency graph for backhdl.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< style::GraphicLocation > const pXML_BrushHorizontalPos []
 
SvXMLEnumMapEntry< style::GraphicLocation > const pXML_BrushVerticalPos []
 

Variable Documentation

◆ pXML_BrushHorizontalPos

SvXMLEnumMapEntry<style::GraphicLocation> const pXML_BrushHorizontalPos[]
Initial value:
=
{
{ XML_LEFT, style::GraphicLocation_LEFT_MIDDLE },
{ XML_RIGHT, style::GraphicLocation_RIGHT_MIDDLE },
{ XML_TOKEN_INVALID, style::GraphicLocation(0) }
}

Definition at line 32 of file backhdl.cxx.

Referenced by XMLBackGraphicPositionPropHdl::importXML().

◆ pXML_BrushVerticalPos

SvXMLEnumMapEntry<style::GraphicLocation> const pXML_BrushVerticalPos[]
Initial value:
=
{
{ XML_TOP, style::GraphicLocation_MIDDLE_TOP },
{ XML_BOTTOM, style::GraphicLocation_MIDDLE_BOTTOM },
{ XML_TOKEN_INVALID, style::GraphicLocation(0) }
}

Definition at line 39 of file backhdl.cxx.

Referenced by XMLBackGraphicPositionPropHdl::importXML().