LibreOffice Module xmloff (master) 1
Variables
adjushdl.cxx File Reference
#include "adjushdl.hxx"
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
#include <rtl/ustrbuf.hxx>
#include <com/sun/star/style/ParagraphAdjust.hpp>
#include <com/sun/star/uno/Any.hxx>
Include dependency graph for adjushdl.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< style::ParagraphAdjust > const pXML_Para_Adjust_Enum []
 
SvXMLEnumMapEntry< style::ParagraphAdjust > const pXML_Para_Align_Last_Enum []
 

Variable Documentation

◆ pXML_Para_Adjust_Enum

SvXMLEnumMapEntry<style::ParagraphAdjust> const pXML_Para_Adjust_Enum[]
Initial value:
=
{
{ XML_START, style::ParagraphAdjust_LEFT },
{ XML_END, style::ParagraphAdjust_RIGHT },
{ XML_CENTER, style::ParagraphAdjust_CENTER },
{ XML_JUSTIFY, style::ParagraphAdjust_BLOCK },
{ XML_JUSTIFIED, style::ParagraphAdjust_BLOCK },
{ XML_LEFT, style::ParagraphAdjust_LEFT },
{ XML_RIGHT, style::ParagraphAdjust_RIGHT },
{ XML_TOKEN_INVALID, style::ParagraphAdjust(0) }
}

Definition at line 32 of file adjushdl.cxx.

Referenced by XMLParaAdjustPropHdl::exportXML(), and XMLParaAdjustPropHdl::importXML().

◆ pXML_Para_Align_Last_Enum

SvXMLEnumMapEntry<style::ParagraphAdjust> const pXML_Para_Align_Last_Enum[]
Initial value:
=
{
{ XML_START, style::ParagraphAdjust_LEFT },
{ XML_CENTER, style::ParagraphAdjust_CENTER },
{ XML_JUSTIFY, style::ParagraphAdjust_BLOCK },
{ XML_JUSTIFIED, style::ParagraphAdjust_BLOCK },
{ XML_TOKEN_INVALID, style::ParagraphAdjust(0) }
}

Definition at line 44 of file adjushdl.cxx.

Referenced by XMLLastLineAdjustPropHdl::exportXML(), and XMLLastLineAdjustPropHdl::importXML().