#include <xmloff/prhdlfac.hxx>
#include <com/sun/star/drawing/ColorMode.hpp>
#include <com/sun/star/text/HorizontalAdjust.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
#include <sal/log.hxx>
#include <xmloff/xmlement.hxx>
#include <xmloff/xmltypes.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlprhdl.hxx>
#include "xmlbahdl.hxx"
#include <xmloff/NamedBoolPropertyHdl.hxx>
#include <xmloff/XMLConstantsPropertyHandler.hxx>
#include "cdouthdl.hxx"
#include "csmaphdl.hxx"
#include "fonthdl.hxx"
#include "kernihdl.hxx"
#include "postuhdl.hxx"
#include "shadwhdl.hxx"
#include "shdwdhdl.hxx"
#include "undlihdl.hxx"
#include "weighhdl.hxx"
#include "breakhdl.hxx"
#include "adjushdl.hxx"
#include "escphdl.hxx"
#include "chrhghdl.hxx"
#include "chrlohdl.hxx"
#include "lspachdl.hxx"
#include "bordrhdl.hxx"
#include "tabsthdl.hxx"
#include <xmloff/EnumPropertyHdl.hxx>
#include <AttributeContainerHandler.hxx>
#include "durationhdl.hxx"
#include <XMLRectangleMembersHandler.hxx>
#include <XMLNumberWithAutoForVoidPropHdl.hxx>
#include "DrawAspectHdl.hxx"
#include <map>
Go to the source code of this file.
Initial value:=
{
{
XML_LR, text::WritingMode2::LR_TB },
{
XML_RL, text::WritingMode2::RL_TB },
{
XML_TB, text::WritingMode2::TB_RL },
}
Definition at line 85 of file prhdlfac.cxx.
Initial value:=
{
{
XML_TOP, text::VertOrientation::TOP },
{
XML_TOP, text::VertOrientation::CHAR_TOP },
{
XML_TOP, text::VertOrientation::LINE_TOP },
{
XML_MIDDLE, text::VertOrientation::CHAR_CENTER },
{
XML_MIDDLE, text::VertOrientation::LINE_CENTER },
{
XML_BOTTOM, text::VertOrientation::CHAR_BOTTOM },
{
XML_BOTTOM, text::VertOrientation::LINE_BOTTOM },
{
XML_BELOW, text::VertOrientation::CHAR_BOTTOM },
}
Definition at line 105 of file prhdlfac.cxx.