/** Abstract base-class for different XML-types. Derivations of this class knowshowtocompare,im/exportaspecialXML-type
*/ class XMLRectangleMembersHdl final : public XMLPropertyHandler
{ private:
sal_Int32 mnType; public:
XMLRectangleMembersHdl( sal_Int32 nType );
// Just needed for virtual destruction virtual ~XMLRectangleMembersHdl() override;
/// Imports the given value in case of the given XML-data-type virtualbool importXML( const OUString& rStrImpValue,
css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;
/// Exports the given value in case of the given XML-data-type virtualbool exportXML(
OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.