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