From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../source/pdfimport/config/pdf_import_filter.xcu | 216 +++++++++++++++++++++ sdext/source/pdfimport/config/pdf_types.xcu | 35 ++++ 2 files changed, 251 insertions(+) create mode 100644 sdext/source/pdfimport/config/pdf_import_filter.xcu create mode 100644 sdext/source/pdfimport/config/pdf_types.xcu (limited to 'sdext/source/pdfimport/config') diff --git a/sdext/source/pdfimport/config/pdf_import_filter.xcu b/sdext/source/pdfimport/config/pdf_import_filter.xcu new file mode 100644 index 000000000..3909f9fc1 --- /dev/null +++ b/sdext/source/pdfimport/config/pdf_import_filter.xcu @@ -0,0 +1,216 @@ + + + + + + + com.sun.star.drawing.DrawingDocument + + + 0 + + + + com.sun.star.comp.Writer.XmlFilterAdaptor + + + 3RDPARTYFILTER ALIEN IMPORT PREFERRED SUPPORTSSIGNING + + + pdf_Portable_Document_Format + + + PDF - Portable Document Format (Draw) + + + + + + org.libreoffice.comp.documents.DrawPDFImport,,com.sun.star.comp.Draw.XMLOasisImporter,,,,true + + + + + + com.sun.star.presentation.PresentationDocument + + + 0 + + + + com.sun.star.comp.Writer.XmlFilterAdaptor + + + 3RDPARTYFILTER ALIEN IMPORT PREFERRED + + + pdf_Portable_Document_Format + + + PDF - Portable Document Format (Impress) + + + + + + org.libreoffice.comp.documents.ImpressPDFImport,,com.sun.star.comp.Impress.XMLOasisImporter,,,,true + + + + + + com.sun.star.text.TextDocument + + + 0 + + + + com.sun.star.comp.Writer.XmlFilterAdaptor + + + 3RDPARTYFILTER ALIEN IMPORT PREFERRED + + + pdf_Portable_Document_Format + + + PDF - Portable Document Format (Writer) + + + + + + org.libreoffice.comp.documents.WriterPDFImport,,com.sun.star.comp.Writer.XMLOasisImporter,,,,true + + + + + + com.sun.star.text.TextDocument + + + 0 + + + org.libreoffice.comp.documents.HybridPDFImport + + + 3RDPARTYFILTER ALIEN IMPORT NOTINFILEDIALOG + + + + + + pdf_Portable_Document_Format + + + + + + PDF - Portable Document Format + + + + + + com.sun.star.presentation.PresentationDocument + + + 0 + + + org.libreoffice.comp.documents.HybridPDFImport + + + 3RDPARTYFILTER ALIEN IMPORT NOTINFILEDIALOG NOTINCHOOSER + + + + + + pdf_Portable_Document_Format + + + + + + PDF - Portable Document Format + + + + + + com.sun.star.drawing.DrawingDocument + + + 0 + + + org.libreoffice.comp.documents.HybridPDFImport + + + 3RDPARTYFILTER ALIEN IMPORT NOTINFILEDIALOG NOTINCHOOSER + + + + + + pdf_Portable_Document_Format + + + + + + PDF - Portable Document Format + + + + + + com.sun.star.sheet.SpreadsheetDocument + + + 0 + + + org.libreoffice.comp.documents.HybridPDFImport + + + 3RDPARTYFILTER ALIEN IMPORT NOTINFILEDIALOG NOTINCHOOSER + + + + + + pdf_Portable_Document_Format + + + + + + PDF - Portable Document Format + + + + diff --git a/sdext/source/pdfimport/config/pdf_types.xcu b/sdext/source/pdfimport/config/pdf_types.xcu new file mode 100644 index 000000000..d8128741e --- /dev/null +++ b/sdext/source/pdfimport/config/pdf_types.xcu @@ -0,0 +1,35 @@ + + + + + + + org.libreoffice.comp.documents.PDFDetector + + pdf + application/pdf + true + draw_pdf_import + + PDF - Portable Document Format (Draw) + + + + + -- cgit v1.2.3