analyzerIds missing

f41
Caolán McNamara 12 years ago
parent a238903fc5
commit 875f5d6d85

@ -153,7 +153,7 @@ new file mode 100644
index 0000000..81ed0f1 index 0000000..81ed0f1
--- /dev/null --- /dev/null
+++ b/writerfilter/source/resourcemodel/qnametostrcore.cxx +++ b/writerfilter/source/resourcemodel/qnametostrcore.cxx
@@ -0,0 +1,52 @@ @@ -0,0 +1,69 @@
+/* +/*
+ * This file is part of the LibreOffice project. + * This file is part of the LibreOffice project.
+ * + *
@ -205,4 +205,21 @@ index 0000000..81ed0f1
+ init_ooxml(); + init_ooxml();
+} +}
+ +
+void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC analyzerIds()
+{
+ cout << "<ids type=\"sprm\">" << endl;
+
+ sprmidsToXML(cout);
+ ooxmlsprmidsToXML(cout);
+
+ cout << "</ids>" << endl;
+
+ cout << "<ids type=\"attribute\">" << endl;
+
+ doctokidsToXML(cout);
+ ooxmlidsToXML(cout);
+
+ cout << "</ids>" << endl;
+}
+
+} +}

Loading…
Cancel
Save