analyzerIds missing
This commit is contained in:
parent
a238903fc5
commit
875f5d6d85
@ -153,7 +153,7 @@ new file mode 100644
|
||||
index 0000000..81ed0f1
|
||||
--- /dev/null
|
||||
+++ b/writerfilter/source/resourcemodel/qnametostrcore.cxx
|
||||
@@ -0,0 +1,52 @@
|
||||
@@ -0,0 +1,69 @@
|
||||
+/*
|
||||
+ * This file is part of the LibreOffice project.
|
||||
+ *
|
||||
@ -205,4 +205,21 @@ index 0000000..81ed0f1
|
||||
+ 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…
Reference in New Issue
Block a user