LibreOffice Module xmloff (master) 1
Variables
PageMasterPropHdlFactory.cxx File Reference
#include <PageMasterPropHdlFactory.hxx>
#include <enummaps.hxx>
#include <xmloff/xmlement.hxx>
#include <xmloff/xmltypes.hxx>
#include <xmloff/xmltoken.hxx>
#include "xmlbahdl.hxx"
#include <xmloff/NamedBoolPropertyHdl.hxx>
#include <XMLTextColumnsPropertyHandler.hxx>
#include <xmloff/XMLConstantsPropertyHandler.hxx>
#include "PageMasterPropHdl.hxx"
#include <PageMasterStyleMap.hxx>
#include <com/sun/star/text/TextGridMode.hpp>
#include <xmloff/EnumPropertyHdl.hxx>
#include <osl/diagnose.h>
#include <XMLFillBitmapSizePropertyHandler.hxx>
#include <XMLBitmapLogicalSizePropertyHandler.hxx>
#include <com/sun/star/drawing/BitmapMode.hpp>
#include <XMLBitmapRepeatOffsetPropertyHandler.hxx>
#include <XMLRtlGutterPropertyHandler.hxx>
Include dependency graph for PageMasterPropHdlFactory.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< sal_uInt16 > const aXML_TextGridMode_ConstantMap []
 

Variable Documentation

◆ aXML_TextGridMode_ConstantMap

SvXMLEnumMapEntry<sal_uInt16> const aXML_TextGridMode_ConstantMap[]
Initial value:
=
{
{ XML_NONE, text::TextGridMode::NONE },
{ XML_LINE, text::TextGridMode::LINES },
{ XML_BOTH, text::TextGridMode::LINES_AND_CHARS },
}

Definition at line 44 of file PageMasterPropHdlFactory.cxx.

Referenced by XMLPageMasterPropHdlFactory::GetPropertyHandler().