From 1710c4bd8bc66dcd755029dc8ed05a9eb35d71f6 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Wed, 18 Mar 2015 22:32:17 +0300 Subject: Add unpacked reference data --- data/docx/word/_rels/document.xml.rels | 2 + data/docx/word/_rels/footnotes.xml.rels | 2 + data/docx/word/document.xml | 2 + data/docx/word/fontTable.xml | 52 +++++ data/docx/word/footnotes.xml | 2 + data/docx/word/numbering.xml | 2 + data/docx/word/settings.xml | 47 +++++ data/docx/word/styles.xml | 343 ++++++++++++++++++++++++++++++++ data/docx/word/theme/theme1.xml | 2 + data/docx/word/webSettings.xml | 5 + 10 files changed, 459 insertions(+) create mode 100644 data/docx/word/_rels/document.xml.rels create mode 100644 data/docx/word/_rels/footnotes.xml.rels create mode 100644 data/docx/word/document.xml create mode 100644 data/docx/word/fontTable.xml create mode 100644 data/docx/word/footnotes.xml create mode 100644 data/docx/word/numbering.xml create mode 100644 data/docx/word/settings.xml create mode 100644 data/docx/word/styles.xml create mode 100644 data/docx/word/theme/theme1.xml create mode 100644 data/docx/word/webSettings.xml (limited to 'data/docx/word') diff --git a/data/docx/word/_rels/document.xml.rels b/data/docx/word/_rels/document.xml.rels new file mode 100644 index 000000000..ca0c57b63 --- /dev/null +++ b/data/docx/word/_rels/document.xml.rels @@ -0,0 +1,2 @@ + + diff --git a/data/docx/word/_rels/footnotes.xml.rels b/data/docx/word/_rels/footnotes.xml.rels new file mode 100644 index 000000000..be7e70853 --- /dev/null +++ b/data/docx/word/_rels/footnotes.xml.rels @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/data/docx/word/document.xml b/data/docx/word/document.xml new file mode 100644 index 000000000..7199034da --- /dev/null +++ b/data/docx/word/document.xml @@ -0,0 +1,2 @@ + +Hello world. diff --git a/data/docx/word/fontTable.xml b/data/docx/word/fontTable.xml new file mode 100644 index 000000000..fce61de9c --- /dev/null +++ b/data/docx/word/fontTable.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/docx/word/footnotes.xml b/data/docx/word/footnotes.xml new file mode 100644 index 000000000..9c2ed2add --- /dev/null +++ b/data/docx/word/footnotes.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/data/docx/word/numbering.xml b/data/docx/word/numbering.xml new file mode 100644 index 000000000..b9e91371b --- /dev/null +++ b/data/docx/word/numbering.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/data/docx/word/settings.xml b/data/docx/word/settings.xml new file mode 100644 index 000000000..425e6f7b5 --- /dev/null +++ b/data/docx/word/settings.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml new file mode 100644 index 000000000..0de21bd4c --- /dev/null +++ b/data/docx/word/styles.xml @@ -0,0 +1,343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/docx/word/theme/theme1.xml b/data/docx/word/theme/theme1.xml new file mode 100644 index 000000000..a6f7240c4 --- /dev/null +++ b/data/docx/word/theme/theme1.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/data/docx/word/webSettings.xml b/data/docx/word/webSettings.xml new file mode 100644 index 000000000..570ca8e1a --- /dev/null +++ b/data/docx/word/webSettings.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file -- cgit v1.2.3