summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
...
* filter: convert OSL_FAIL to SAL_WARNMichael Stahl2015-10-091-10/+10
| | | | | | That literal %s was irritating. Change-Id: I2925b26b1f3d1c101106ca616d18b24b41210c72
* full fill mostly fulfillCaolán McNamara2015-10-081-1/+1
| | | | Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-5/+7
| | | | Change-Id: Ic9d76c173d3948c973a96a97debccc771c2c9ede
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-3/+5
| | | | Change-Id: I028994045b13625e09589190e3cc259c49714e20
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-4/+3
| | | | Change-Id: I4c9013fca76b213a725e39a47e61775caf5e8519
* Add Microsoft Write conversionSean Young2015-10-063-0/+61
| | | | | | | | 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>
* loplugin:unusedmethodsNoel Grandin2015-10-062-128/+0
| | | | Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-0555-146/+141
| | | | Change-Id: I80950aaf1385bd76b012eab7866fd16848751f45
* Fix typosAndrea Gelmini2015-10-0315-39/+39
| | | | Change-Id: Icde566ef79dc4ed8cb67a89c743f0a6c1b3c8f14
* Revert "vcl event filter"Caolán McNamara2015-10-028-293/+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-028-0/+293
| | | | Change-Id: Ib10dccec244f3168f1ac4a892a09012adf38a839
* Fix typosAndrea Gelmini2015-10-026-8/+8
| | | | | | | Change-Id: Ib30f4e5f16518cbbe71cf03998513ebd8c2a4d1a Reviewed-on: https://gerrit.libreoffice.org/18949 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
* loplugin:refcountingStephan Bergmann2015-10-011-2/+4
| | | | Change-Id: If98d81e37ee939feec70db737fdbdb5f53b555c4
* coverity#1242658 Untrusted loop boundCaolán McNamara2015-10-011-2/+2
| | | | Change-Id: Idc3b3ce1174537039ce613e2f84f857e94299faa
* coverity#735748 Unchecked dynamic_castCaolán McNamara2015-10-011-4/+4
| | | | Change-Id: Id15888f32996dd2ce05bed6942ebebdb8223a85b
* add 602 format to fftesterCaolán McNamara2015-10-013-12/+55
| | | | Change-Id: I52055dc66ab2119dce6e3df3a34c25a822dea166
* loplugin:unusedmethodsNoel Grandin2015-10-011-1/+0
| | | | | | | | | | | | - improvements to the plugin to find more method calls - improvements to python script to remove more false+ - fix the FORCE_COMPILE_ALL build flag to include code in the $WORKDIR Change-Id: I4d6015dcb9b9d60c26f0bcee8abad807177a7836 Reviewed-on: https://gerrit.libreoffice.org/19064 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* com::sun::star->css in filter/Noel Grandin2015-10-0174-872/+858
| | | | Change-Id: I3a5e6a349c903259698118542b0000b0f119859e
* remove old standalone Sun bug numbersNoel Grandin2015-10-014-7/+3
| | | | | | | | | | | | | | | Sun bug numbers without any accompanying text are completely useless. Fixed with git grep -lP '//\s*#\d+#\s*$' | xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print' And then hand-checking the result to restore places where it deleted code. And then some more grepping and hand-editing to kill the others. Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29 Reviewed-on: https://gerrit.libreoffice.org/19023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* shared_array->unique_ptr<[]>Caolán McNamara2015-09-301-2/+1
| | | | | | where we don't need to share the data Change-Id: I0edc9d62186d96095ee67e3c93f5cf186dffcb71
* Fix typosAndrea Gelmini2015-09-301-1/+1
| | | | | | | Change-Id: Iaa9dd3f02f21947742643349d3b878126017477d Reviewed-on: https://gerrit.libreoffice.org/18947 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* tdf#94559: second step to remove rtti.hxxOliver Specht2015-09-304-26/+26
| | | | | | | | | | replaced use of PTR_CAST, IS_TYPE, ISA in chart2, connectivity, editeng, extensions, filter, forms, framework, idl Change-Id: I6a2f9d8bbccb07088413f7552af4b5af8f0cad99 Reviewed-on: https://gerrit.libreoffice.org/18920 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-292-8/+8
| | | | | | | | | Fixed tdf#94269 Change-Id: I63109cc4e095bad680d7637a065080ea368860ae Reviewed-on: https://gerrit.libreoffice.org/18851 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-2/+0
| | | | Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
* filter: the placeware filter is not entitled to its own createTempFileMichael Stahl2015-09-291-117/+3
| | | | Change-Id: Id4f4c23eab4aaf4d0f42827a89ecf90364605d97
* coverity#1242658 Untrusted loop boundCaolán McNamara2015-09-291-14/+18
| | | | Change-Id: I0a279e47a4d87f561f39d5a8ca65fa17e2bc4a65
* OOXML with VBA needs to be a different filter typeMarkus Mohrhard2015-09-274-2/+30
| | | | | | | | | | 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-273-0/+48
| | | | Change-Id: I502f4610718b5c1914a54346c46d4f998c4d370f
* better OOXML VBA exportMarkus Mohrhard2015-09-252-0/+31
| | | | Change-Id: If02aa26e974b0f16b45c5476234c6425fd128ae4
* document filter's type and filters splitMarkus Mohrhard2015-09-251-0/+12
| | | | | | The explanation was kindly provided by Kohei. Change-Id: Ibcf652b5df14abeb6c97dfbba58a5015f56ca335
* indentation fixMarkus Mohrhard2015-09-251-1/+1
| | | | Change-Id: I3a68ec1a23474af12c138dcfdc5c00ec1ee2eab7
* hide ScopedPtr::reset and add disposeAndClearCaolán McNamara2015-09-211-2/+1
| | | | | | | | Change-Id: I55d6e789abd408b8478a2b9ae141d8899af2c309 Reviewed-on: https://gerrit.libreoffice.org/18745 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* convert Link<> to typedNoel Grandin2015-09-201-4/+3
| | | | | | | Change-Id: I10b050dc4aae45e646761a82520caa96969bc511 Reviewed-on: https://gerrit.libreoffice.org/18700 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* boost->stdCaolán McNamara2015-09-1816-42/+40
| | | | | | | | Change-Id: Ie490bf2c6921f393bdeed96b1a8815996b701bf0 Reviewed-on: https://gerrit.libreoffice.org/18670 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* boost->stdCaolán McNamara2015-09-171-2/+0
| | | | Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a
* convert Link<> to typedNoel Grandin2015-09-146-31/+20
| | | | Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-141-1/+0
| | | | | | | | ...ever since the code block's inception with 8037c7164c747ea240b563af39a11f4f6bf037ef "#119860# fix bent connector's type lost when save .ppt file" Change-Id: I6afa201a83c588cc8b280a99cb75c2267b962efc
* check stream status more oftenCaolán McNamara2015-09-112-15/+32
| | | | Change-Id: I233c2fff9c06a81117f8114ccee83b53ea4026db
* convert Link<> to typedNoel Grandin2015-09-112-3/+3
| | | | Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0
* Handle IOException during filter detectionStephan Bergmann2015-09-101-26/+30
| | | | Change-Id: Ie2b8b65f0f2b7b34efbba478a7ccda7ef3719bd6
* convert Link<> to typedNoel Grandin2015-09-102-17/+24
| | | | Change-Id: I603463d0486d4d0f21ebbdc6eca900db58bb090f
* fix size check related hangCaolán McNamara2015-09-102-9/+10
| | | | Change-Id: I3e8aa5c48ba802cd363688502b44e27bfdf67f01
* speed up eps testingCaolán McNamara2015-09-091-1/+2
| | | | Change-Id: I5a7c42aff29277a8189dc00a4a3a185d3a8d3021
* convert Link<> to typedNoel Grandin2015-09-082-6/+4
| | | | Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
* tdf#39080 Hide white space between pages in 'print layout'Ashod Nakashian2015-09-031-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | Merged Hide Whitespace with Browser Mode and hooked the former with the UI. In Hide Whitespace mode the headers and footers are removed and page margins as well as between-page gaps are reduced to minimum. In single-page view the side margins are left as-is. In multi-page and book-view the sides are removed, however, they have twice the width of the top and bottom. Printing and PDF export disable this mode. The usable screen real-estate is greatly improved in this mode, which is controlled from the View menu. Change-Id: I2d0075ae9a76162c26c78e9eb23a71920cdfc522 Reviewed-on: https://gerrit.libreoffice.org/17281 Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-1/+1
| | | | Change-Id: Iba38686620624178a7be39d703389402bbcea4cb
* convert Link<> to typedNoel Grandin2015-09-032-5/+2
| | | | | | | Change-Id: Ic0482dc5ed26eb2fc6ccde73022eff8b4786de83 Reviewed-on: https://gerrit.libreoffice.org/18258 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Fixed a bug due to conflicts with Casarin's commit.Marco Cecchetti2015-09-011-1/+1
| | | | Change-Id: I5226a55ba804d494a8c9c9c9b5cd7ed3889eafbf
* filter: avoid casting BitmapChecksum to sal_uInt32Miklos Vajna2015-09-013-8/+8
| | | | | | Since BitmapChecksum is a typedef for sal_uInt64. Change-Id: I768fa5134fa6e86559f3c6cbe1071093b4e68152
* truncate checksum to 32-bit when it slips inside a file streamMarco Cecchetti2015-09-013-8/+8
| | | | Change-Id: I2cedf8acf73f71529f4090ff2f9fce7ab7663e68