21#include <frozen/bits/defines.h>
22#include <frozen/bits/elsa_std.h>
23#include <frozen/unordered_set.h>
24#include <com/sun/star/uno/Any.hxx>
35constexpr frozen::unordered_set<std::u16string_view, 4> constRtlModes{
u"rl-tb",
u"tb-rl",
u"rl",
43 auto it = constRtlModes.find(rStrImpValue);
44 rValue <<= (it != constRtlModes.end());
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
~XMLRtlGutterPropertyHandler() override
bool importXML(const OUString &rStrImpValue, css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const override
Imports the given value according to the XML-data-type corresponding to the derived class.
bool exportXML(OUString &rStrExpValue, const css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const override
Exports the given value according to the XML-data-type corresponding to the derived class.
XMLRtlGutterPropertyHandler()