LibreOffice Module xmloff (master) 1
Variables
xmltabe.cxx File Reference
#include <com/sun/star/style/TabStop.hpp>
#include <com/sun/star/style/TabAlign.hpp>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <xmloff/xmlement.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmltabe.hxx>
Include dependency graph for xmltabe.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< style::TabAlign > const pXML_tabstop_style []
 

Variable Documentation

◆ pXML_tabstop_style

SvXMLEnumMapEntry<style::TabAlign> const pXML_tabstop_style[]
Initial value:
=
{
{ XML_LEFT, style::TabAlign_LEFT },
{ XML_CENTER, style::TabAlign_CENTER },
{ XML_RIGHT, style::TabAlign_RIGHT },
{ XML_CHAR, style::TabAlign_DECIMAL },
{ XML_DEFAULT, style::TabAlign_DEFAULT },
{ XML_TOKEN_INVALID, style::TabAlign(0) }
}

Definition at line 36 of file xmltabe.cxx.

Referenced by SvxXMLTabStopExport::exportTabStop().