summaryrefslogtreecommitdiffstats
path: root/scp2/source/graphicfilter
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/graphicfilter')
-rw-r--r--scp2/source/graphicfilter/file_graphicfilter.scp26
-rw-r--r--scp2/source/graphicfilter/module_graphicfilter.scp31
-rw-r--r--scp2/source/graphicfilter/module_graphicfilter.ulf101
3 files changed, 158 insertions, 0 deletions
diff --git a/scp2/source/graphicfilter/file_graphicfilter.scp b/scp2/source/graphicfilter/file_graphicfilter.scp
new file mode 100644
index 000000000..501d2fead
--- /dev/null
+++ b/scp2/source/graphicfilter/file_graphicfilter.scp
@@ -0,0 +1,26 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+#include "macros.inc"
+
+File gid_File_Share_Registry_Graphicfilter_Xcd
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Brand_Dir_Share_Registry;
+ Name = "graphicfilter.xcd";
+End
diff --git a/scp2/source/graphicfilter/module_graphicfilter.scp b/scp2/source/graphicfilter/module_graphicfilter.scp
new file mode 100644
index 000000000..47031d108
--- /dev/null
+++ b/scp2/source/graphicfilter/module_graphicfilter.scp
@@ -0,0 +1,31 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+#include "macros.inc"
+
+#include "AutoInstall/graphicfilter"
+
+Module gid_Module_Optional_Grfflt
+ PackageInfo = "packinfo_office.txt";
+ MOD_NAME_DESC ( MODULE_OPTIONAL_GRFFLT );
+ Sortkey = "600";
+ ParentID = gid_Module_Optional;
+ Default = YES;
+ Files = (auto_graphicfilter_ALL,
+ gid_File_Share_Registry_Graphicfilter_Xcd);
+End
diff --git a/scp2/source/graphicfilter/module_graphicfilter.ulf b/scp2/source/graphicfilter/module_graphicfilter.ulf
new file mode 100644
index 000000000..6f4c28632
--- /dev/null
+++ b/scp2/source/graphicfilter/module_graphicfilter.ulf
@@ -0,0 +1,101 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT]
+en-US = "Image Filters"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT]
+en-US = "Additional filters required to read alien image formats."
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_ADOBE]
+en-US = "Adobe Photoshop Import Filter"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_ADOBE]
+en-US = "Adobe Photoshop Import Filter"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_TGA]
+en-US = "TGA Import"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_TGA]
+en-US = "TGA TrueVision TARGA Import Filter"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_EPS]
+en-US = "EPS Import/Export Filter"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_EPS]
+en-US = "Encapsulated Postscript Import/Export Filter"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_XPM]
+en-US = "XPM Export Filter"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_XPM]
+en-US = "XPM Export Filter"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_PBMP]
+en-US = "Portable Bitmap Import/Export"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_PBMP]
+en-US = "Portable Bitmap Import/Export Filters"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_SUNRST]
+en-US = "SUN Rasterfile Import/Export"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_SUNRST]
+en-US = "SUN Rasterfile Import/Export Filters"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_ACAD]
+en-US = "AutoCAD Import"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_ACAD]
+en-US = "AutoCAD Import Filter"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_KODAC]
+en-US = "Kodak Photo-CD Import"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_KODAC]
+en-US = "Kodak Photo-CD Import Filter"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_MACPICT]
+en-US = "Mac-Pict Import/Export"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_MACPICT]
+en-US = "Mac-Pict Import/Export Filters"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_OS2META]
+en-US = "OS/2 Metafile Import/Export"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_OS2META]
+en-US = "OS/2 Metafile Import/Export Filters"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_PCX]
+en-US = "PCX Import"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_PCX]
+en-US = "Z-Soft PCX Import"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_TIFF]
+en-US = "TIFF Import/Export"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_TIFF]
+en-US = "TIFF Import and Export Filter"
+
+[STR_NAME_MODULE_OPTIONAL_GRFFLT_SVG]
+en-US = "SVG Export"
+
+[STR_DESC_MODULE_OPTIONAL_GRFFLT_SVG]
+en-US = "SVG Export Filter"