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

Go to the source code of this file.

Variables

const SvXMLEnumMapEntry< sal_uInt16 > pXML_Casemap_Enum []
 

Variable Documentation

◆ pXML_Casemap_Enum

const SvXMLEnumMapEntry<sal_uInt16> pXML_Casemap_Enum[]
Initial value:
=
{
{ XML_NONE, style::CaseMap::NONE },
{ XML_CASEMAP_LOWERCASE, style::CaseMap::LOWERCASE },
{ XML_CASEMAP_UPPERCASE, style::CaseMap::UPPERCASE },
{ XML_CASEMAP_CAPITALIZE, style::CaseMap::TITLE },
}
@ XML_CASEMAP_LOWERCASE
Definition: xmltoken.hxx:401
@ XML_CASEMAP_CAPITALIZE
Definition: xmltoken.hxx:400
@ XML_CASEMAP_UPPERCASE
Definition: xmltoken.hxx:403

Definition at line 31 of file csmaphdl.cxx.

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