|
|
|
@ -153,7 +153,7 @@ new file mode 100644
|
|
|
|
|
index 0000000..81ed0f1
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/writerfilter/source/resourcemodel/qnametostrcore.cxx
|
|
|
|
|
@@ -0,0 +1,69 @@
|
|
|
|
|
@@ -0,0 +1,73 @@
|
|
|
|
|
+/*
|
|
|
|
|
+ * This file is part of the LibreOffice project.
|
|
|
|
|
+ *
|
|
|
|
@ -173,6 +173,8 @@ index 0000000..81ed0f1
|
|
|
|
|
+ */
|
|
|
|
|
+
|
|
|
|
|
+#include <resourcemodel/QNameToString.hxx>
|
|
|
|
|
+#include <doctok/WW8Document.hxx>
|
|
|
|
|
+#include <ooxml/OOXMLDocument.hxx>
|
|
|
|
|
+
|
|
|
|
|
+namespace writerfilter
|
|
|
|
|
+{
|
|
|
|
@ -205,6 +207,8 @@ index 0000000..81ed0f1
|
|
|
|
|
+ init_ooxml();
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+extern void ooxmlsprmidsToXML(::std::ostream &out);
|
|
|
|
|
+
|
|
|
|
|
+void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC analyzerIds()
|
|
|
|
|
+{
|
|
|
|
|
+ cout << "<ids type=\"sprm\">" << endl;
|
|
|
|
|