namespace com::sun::star::beans { class XPropertySet; } namespace com::sun::star::document { class XDocumentProperties; } namespace com::sun::star::xml::dom { class XSAXDocumentBuilder2; }
/// handles the top-level office:document-meta element of meta.xml documents // NB: virtual inheritance is needed so that the context that handles the // flat xml file format can multiply inherit properly class XMLOFF_DLLPUBLIC SvXMLMetaDocumentContext
: publicvirtual SvXMLImportContext
{ private:
css::uno::Reference< css::document::XDocumentProperties> mxDocProps;
css::uno::Reference< css::xml::dom::XSAXDocumentBuilder2> mxDocBuilder;
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.