updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libreoffice-converter / DocumentConverter.py-more-types.diff
blob7f8a6b6a1d245af42728eb70c3bcc22b2b78725a
1 --- DocumentConverter.py.orig 2011-04-16 16:21:35.000000000 +0300
2 +++ DocumentConverter.py.mod2 2011-04-16 16:32:24.036666792 +0300
3 @@ -57,9 +57,27 @@
4 FAMILY_TEXT: { "FilterName": "writer8" },
5 FAMILY_WEB: { "FilterName": "writerweb8_writer" }
6 },
7 + "ott": {
8 + FAMILY_TEXT: "writer8_template"
9 + },
10 + "sxw": {
11 + FAMILY_TEXT: "StarOffice XML (Writer)"
12 + },
13 + "stw": {
14 + FAMILY_TEXT: "writer_StarOffice_XML_Writer_Template"
15 + },
16 "doc": {
17 FAMILY_TEXT: { "FilterName": "MS Word 97" }
19 + "dot": {
20 + FAMILY_TEXT: "MS Word 97 Vorlage"
21 + },
22 + "docx": {
23 + FAMILY_TEXT: "MS Word 2007 XML"
24 + },
25 + "dotx": {
26 + FAMILY_TEXT: "MS Word 2007 XML Template"
27 + },
28 "rtf": {
29 FAMILY_TEXT: { "FilterName": "Rich Text Format" }
31 @@ -90,6 +108,42 @@
32 "swf": {
33 FAMILY_DRAWING: { "FilterName": "draw_flash_Export" },
34 FAMILY_PRESENTATION: { "FilterName": "impress_flash_Export" }
35 + },
36 + "ots": {
37 + FAMILY_SPREADSHEET: "calc8_template"
38 + },
39 + "sxc": {
40 + FAMILY_SPREADSHEET: "StarOffice XML (Calc)"
41 + },
42 + "stc": {
43 + FAMILY_SPREADSHEET: "calc_StarOffice_XML_Calc_Template"
44 + },
45 + "xlt": {
46 + FAMILY_SPREADSHEET: "MS Excel 97 Vorlage/Template"
47 + },
48 + "xlsx": {
49 + FAMILY_SPREADSHEET: "Calc MS Excel 2007 XML"
50 + },
51 + "xltx": {
52 + FAMILY_SPREADSHEET: "Calc MS Excel 2007 XML Template"
53 + },
54 + "otp": {
55 + FAMILY_PRESENTATION: "impress8_template"
56 + },
57 + "sxi": {
58 + FAMILY_PRESENTATION: "StarOffice XML (Impress)"
59 + },
60 + "sti": {
61 + FAMILY_PRESENTATION: "impress_StarOffice_XML_Impress_Template"
62 + },
63 + "pot": {
64 + FAMILY_PRESENTATION: "MS PowerPoint 97 Vorlage"
65 + },
66 + "pptx": {
67 + FAMILY_PRESENTATION: "Impress MS PowerPoint 2007 XML"
68 + },
69 + "potx": {
70 + FAMILY_PRESENTATION: "Impress MS PowerPoint 2007 XML Template"