LibreOffice Module xmloff (master) 1
Variables
XMLLineNumberingExport.cxx File Reference
#include "XMLLineNumberingExport.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/text/XLineNumberingProperties.hpp>
#include <com/sun/star/style/LineNumberPosition.hpp>
#include <o3tl/any.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlement.hxx>
Include dependency graph for XMLLineNumberingExport.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< sal_uInt16 > const aLineNumberPositionMap []
 

Variable Documentation

◆ aLineNumberPositionMap

SvXMLEnumMapEntry<sal_uInt16> const aLineNumberPositionMap[]
Initial value:
=
{
{ XML_LEFT, style::LineNumberPosition::LEFT },
{ XML_RIGHT, style::LineNumberPosition::RIGHT },
{ XML_INSIDE, style::LineNumberPosition::INSIDE },
{ XML_OUTSIDE, style::LineNumberPosition::OUTSIDE },
}

Definition at line 46 of file XMLLineNumberingExport.cxx.

Referenced by XMLLineNumberingExport::Export(), and XMLLineNumberingImportContext::SetAttribute().