summaryrefslogtreecommitdiffstats
path: root/filter/Configuration_filter.mk
Commit message (Collapse)AuthorAgeFilesLines
* vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens2017-11-031-8/+0
| | | | | | | Change-Id: Ib02986e5b3d54d65982836e22ebcb70eb7a0e7b3 Reviewed-on: https://gerrit.libreoffice.org/44216 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* Calc: support export to JPEG, just because we can.. tdf#108317 relatedEike Rathke2017-09-181-0/+1
| | | | Change-Id: I7b78fe3efe97267eca7bf2f085d8375ba7b483ca
* integrate libqxpAleksas Pantechovskis2017-08-281-0/+2
| | | | | | | Change-Id: Ic7479b82d09c1e36d28267434a77bf4bc158adfa Reviewed-on: https://gerrit.libreoffice.org/41612 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* writerperfect: add initial EPUB export filterMiklos Vajna2017-08-011-0/+2
| | | | | | | | | | It doesn't do anything yet, but EPUBExportFilter::filter() is called. Actual functionality will be provided by libepubgen later. Change-Id: I7229dc33c69238c6e98a7bb30fd38473b3c35bfe Reviewed-on: https://gerrit.libreoffice.org/40630 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* sd pptm: Add a separate PPTM filter.Jan Holesovsky2017-07-211-0/+2
| | | | | | | | | | | | | | | Similarly to commit 697173f6fdfae581022cfdb5ec5171c5a3be58f0, we have to preserve the correct content-type which is not the same for PPTX and PPTM. This commit also changes sdfilt.component to use the constructor feature. Change-Id: I4b334540ec07a53d308e6b9dd6403294842bddf8 Reviewed-on: https://gerrit.libreoffice.org/40195 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-on: https://gerrit.libreoffice.org/40265 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
* sw: add separate DOCM filterMiklos Vajna2017-06-011-0/+2
| | | | | | | | | | This way at export time we can preserve the correct content-type, which isn't the same for DOCX and DOCM. Change-Id: I08fa734c72fab7400bd327a07a760839556dbf6f Reviewed-on: https://gerrit.libreoffice.org/38298 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
* tdf#105809: Drop the PlaceWare export filterTor Lillqvist2017-04-111-2/+0
| | | | | | | | | Hard to think of any reason why anybody would need it. Change-Id: If989cdeb1728847973da601f9d3fa60aba1f3bad Reviewed-on: https://gerrit.libreoffice.org/36169 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
* tdf#106525: Implement an XSLT import filter for ADO rowset XMLMike Kaganski2017-04-051-0/+2
| | | | | | | | | | | | | | There are online services and management systems (like SharePoint) that allow to export datasets in ADO rowset XML format ([MS-PRSTFR], https://msdn.microsoft.com/en-us/library/cc313112). Usually they are intended to be open with MS Excel as a spreadsheet (with autofilter). This allows to open this data in Calc. Change-Id: I495cd790138bdd6bd24630c0f422a0c8b4e3d0fb Reviewed-on: https://gerrit.libreoffice.org/35159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* libstaroffice import filter improvementsosnola2017-04-021-0/+2
| | | | | | | | | | + add support for presentation file (i.e. the file created will StarImpress are now open as presentation). + modify the OLE parser to be similar to the librevenge OLE parser, ie. the librevenge parser ignores the first character of a filename if this is a control character... Change-Id: I913a70cba29839d43dac58d5e00dbebfc4d28abc
* add separate MS PowerPoint 3 filter (libmwaw)David Tardon2016-12-051-0/+2
| | | | Change-Id: I9f07e6d363387fc47f187f6635f489f8f8237f77
* integrate libstarofficeosnola2016-08-111-0/+6
| | | | Change-Id: I85913f1bd1af5d102573040588cca9d8ddeebb5d
* vcl: add graphic export-as-pdf filterMiklos Vajna2016-06-241-0/+1
| | | | | | | | | | | | In case the metafile was imported from a PDF originally, then this allows storing the PDF stream next to the graphic. This means that e.g. in Writer choosing 'Save' from the context menu of the graphic can write the original PDF stream, not the replacement metafile. Change-Id: I4ab45d5af17fe46d7538df6d79d6b57ed163572a Reviewed-on: https://gerrit.libreoffice.org/26628 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
* integrate libzmfAleksas Pantechovskis2016-06-231-0/+2
| | | | | | | Change-Id: I0c7ea5b56ea4ed4839ff38798c0b915aaca81774 Reviewed-on: https://gerrit.libreoffice.org/26574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* vcl: add initial PDF import-as-graphic filterMiklos Vajna2016-06-231-0/+1
| | | | | | | | | | | | | This allows Insert -> Image e.g. in Writer to read a PDF file, and insert the metafile equivalent of the first page into the document. Currently the original PDF document is lost on import (unlike when inserting an SVG file). Change-Id: Ib0472c5d9bd9a1da054353fa3a3a638a1052721e Reviewed-on: https://gerrit.libreoffice.org/26586 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
* Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky2016-05-191-1/+0
| | | | | | | | | This reverts commit 4f1ce46b8d65360436e09750242101b566e6186c. Change-Id: I4b93ef8233f172935e72401ec51abd3d4c8a9fac Reviewed-on: https://gerrit.libreoffice.org/25152 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
* tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky2016-05-191-0/+1
| | | | | | | | | | | | | | | | | | Lots of BIFF2-BIFF5 files out there don't have CODEPAGE record at all, or have one with a wrong value, and/or FONT records with wrong charset value. To solve that, this patch adds a new "Choose Encoding" entry to the file picker, so that users could specify the encoding to use for a given file, instead of relying on the information that might be present (or not) inside the file. It can be also used in headless mode, e.g. --infilter="MS Excel (encoded)":61 This doesn't affect BIFF8 import, nor the default behavior when not explicitly using the "Choose Encoding" entry. Change-Id: I89d850d7679b81bd399044478fac7a02e8b7680e
* Add Microsoft Word for DOS conversionSean Young2016-02-151-0/+2
| | | | | | | Change-Id: I9e20a35dd8e18ba1a9251f4dc3ce903183c250cf Reviewed-on: https://gerrit.libreoffice.org/22368 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* Allow HTML (WebDocument) to be exported as PNG or JPEGTomaž Vajngerl2016-02-041-0/+2
| | | | Change-Id: Id6b70a88ea479b402e680c7c216a20be3d6e116e
* tdf#92925 Remove MET (OS/2) exportBryan Quigley2016-01-131-3/+0
| | | | | | | | | | | | | MET Files were used with OS/2 and are not used anymore. I did test import which this patch did not remove. However, with MET files you can not export them as an image using "Save as image" (this patch didn't cause or fix that). You can still use the export of the whole document to convert the MET file. Change-Id: Ie818ef963db14166be354379d4b2991a3b72b645 Reviewed-on: https://gerrit.libreoffice.org/20622 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
* tdf#92925 Remove SVM export from Impress/DrawBryan Quigley2016-01-051-2/+0
| | | | | | | | | | | | There's no good reason to export a Draw/Impress document as an SVM. It can still be used as a fallback in exporting an image in any document (including Impress/Draw) though so leaving support to export images as SVM. Change-Id: I3eb5fbd241fe7535b316c2559bbfd09fec3680c7 Reviewed-on: https://gerrit.libreoffice.org/20475 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
* merge some Palm text format filtersDavid Tardon2015-12-081-6/+2
| | | | Change-Id: I796ce84325549178d3eac572c363a8cbc9ae542f
* merge libmwaw format specs (writer)David Tardon2015-12-081-40/+2
| | | | Change-Id: Icf1e5e976e0c98b2ce8e2dd7a3b9c89a6be7d7c6
* add generic presentation filter for libmwawDavid Tardon2015-12-081-0/+2
| | | | Change-Id: I3b96671b7a0f278329a686ba9082b3e4e4989e87
* merge libmwaw format specs (draw)David Tardon2015-12-081-20/+4
| | | | Change-Id: Ia0dfe1e1ce1ab2b1ef266d1aa0950fd6670b0c50
* fix libmwaw calc filtersDavid Tardon2015-12-081-0/+2
| | | | Change-Id: I0d7c6f89f4646b59f23591eb1b3511afa31179c2
* merge libmwaw type/filter defs (Calc)David Tardon2015-12-071-6/+2
| | | | Change-Id: Ic0f01d2f71cad69bea0944c62fb0832bc6caa252
* tdf#92925 Remove PBM, PGM, and PPM ExportBryan Quigley2015-12-041-9/+0
| | | | | | | | | | | Remove export for all the netpbm formats. Import still works but these filetypes don't preserve good quality anyway. Change-Id: If4b47f749275a9d3d663f61872f448e01112f6b5 Reviewed-on: https://gerrit.libreoffice.org/20361 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#92925 Remove XPM exportBryan Quigley2015-12-021-3/+0
| | | | | | | | | | XPM was used to create icons but isn't used much anymore. Import supoort was tested and still works. Change-Id: I50b15bc0938c114a432e93781a92e9db38810f49 Reviewed-on: https://gerrit.libreoffice.org/20341 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#92925 Remove RAS exportBryan Quigley2015-12-021-3/+0
| | | | | | | | | | RAS was last used on Sun's now defunct SunOS. Import was tested and still works. Change-Id: I9fb9b7965279391922f19ec1f9e4a53134d41f5c Reviewed-on: https://gerrit.libreoffice.org/20342 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#92925 Remove PCT export Bryan Quigley2015-12-011-3/+0
| | | | | | | | | | Mac PICT was replaced (by PDF) after Apple moved from Mac Classic. I tested import and it still works Change-Id: I931036d3946240280d406bd4abbcef6e0f86d894 Reviewed-on: https://gerrit.libreoffice.org/20029 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* enable new file formats supported by libmwaw-0.3.7osnola2015-11-291-0/+4
| | | | Change-Id: I03d0f112f74dce6c307258d9765281d91cdd3a03
* sc: initial png exportMiklos Vajna2015-10-201-0/+9
| | | | Change-Id: Iae0e89646eab794879529274f09839ad34aa4696
* Add Microsoft Write conversionSean Young2015-10-061-0/+2
| | | | | | | | Change-Id: I528fd1e83c2cdd89fb13504beb9f86da9e02122d Reviewed-on: https://gerrit.libreoffice.org/19182 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Revert "vcl event filter"Caolán McNamara2015-10-021-1/+0
| | | | | | | | that's just a local toy for now, didn't intended to push that This reverts commit 4afbd0292e09d9850a3cd0d1f169c73c5a3296db. Change-Id: I20b758d4582022ffda35c4aed7251948e721f821
* vcl event filterCaolán McNamara2015-10-021-0/+1
| | | | Change-Id: Ib10dccec244f3168f1ac4a892a09012adf38a839
* OOXML with VBA needs to be a different filter typeMarkus Mohrhard2015-09-271-0/+1
| | | | | | | | | | The filter type also contains the file format, so we need to use a different type to keep the xlsm extension during export. Now the only missing part is the warning that saving as the non-VBA version will loose the VBA stream. Change-Id: I11f78d2c33cb2834086a4e9fad141b3e374b8991
* make gnumeric xml a real LibreOffice filter formatMarkus Mohrhard2015-09-271-0/+2
| | | | Change-Id: I502f4610718b5c1914a54346c46d4f998c4d370f
* better OOXML VBA exportMarkus Mohrhard2015-09-251-0/+1
| | | | Change-Id: If02aa26e974b0f16b45c5476234c6425fd128ae4
* gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud2015-08-111-1/+1
| | | | | | | | | | configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* enable Apple Numbers importDavid Tardon2015-05-201-0/+2
| | | | Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
* enable Apple Pages importDavid Tardon2015-05-201-0/+2
| | | | Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
* upload libwps 0.4.0osnola2015-05-191-0/+4
| | | | Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
* enable new formats supported by libmwawDavid Tardon2015-05-171-0/+4
| | | | Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
* remove unneeded UI fragmentsDavid Tardon2015-01-141-107/+0
| | | | Change-Id: I8e004e7261420354f7e383f4a5b4a1170476e8ba
* fdo#86772 show localized filter names in Save dialogDavid Tardon2015-01-141-0/+1
| | | | Change-Id: I048454646e12af18917d90bb8077ec4b387cf589
* add tranling empty line to ensure correct expansionDavid Tardon2015-01-141-0/+6
| | | | Change-Id: I18a59e8d2efbbe446a4739f74421bc82d2217690
* more traditional use of $(eval)David Tardon2015-01-141-106/+107
| | | | Change-Id: Ia598696520e6dbe84d8dc758d165aff6231d148e
* Add a filter for AppleWork's presentation file...osnola2014-10-201-0/+2
| | | | Change-Id: I9f03ecc6d67ad77ccb0d5240fe0b5968c8063bd3
* Update to last libmwaw versionosnola2014-10-161-0/+6
| | | | | | + add filters for MacDraw, MacDraw II and RagTime (v2-3 for Mac) Change-Id: If84abff1baa75f9bfa951039781575b6a8648a84
* create a master document template typeCaolán McNamara2014-09-111-0/+3
| | | | | | | | | | | | | | | | | of application/vnd.oasis.opendocument.text-master-template with suffic otm https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html desktop/icons/oasis-master-document-template.icns is just a copy of desktop/icons/oasis-master-document.icns because I can't draw Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1 Reviewed-on: https://gerrit.libreoffice.org/11350 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>