22#include <com/sun/star/text/TextContentAnchorType.hpp>
32 const OUString& rStrImpValue,
33 css::uno::Any& rValue,
36 OUString& rStrExpValue,
37 const css::uno::Any& rValue,
39 static bool convert( std::string_view rStrImpValue,
40 css::text::TextContentAnchorType& rType );
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
virtual 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.
virtual ~XMLAnchorTypePropHdl() override
static bool convert(std::string_view rStrImpValue, css::text::TextContentAnchorType &rType)
virtual 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.
Abstract base-class for different XML-types.