/** export meta data from an XDocumentProperties instance.
<p> Thisclasswillstarttheexportattheoffice:metaelement, notattherootelement.Thismeansthatwhen<method>Export</method> iscalledhere,thedocumentrootelementmustalreadybewritten,but office:metamust<em>not</em>bewritten. </p>
*/ class SvXMLMetaExport final : public cppu::WeakImplHelper<
css::xml::sax::XDocumentHandler >
{ private:
SvXMLExport& mrExport;
css::uno::Reference< css::document::XDocumentProperties> mxDocProps; /// counts levels of the xml document. necessary for special handling. int m_level; /// preserved namespaces. necessary because we do not write the root node.
std::vector< css::beans::StringPair > m_preservedNSs;
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.