summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2015-01-21fdo#84336 Fix swf renderingMatthew Francis1-1/+1
Commit d83dfeb5e59c8f3de12d673b001a44001f644e7d accidentally inverted a test, causing at least the presentation linked on the above bug to render all black Change-Id: I2267ef43023b735587d6921f17aa7207f70dbd7b Reviewed-on: https://gerrit.libreoffice.org/14084 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit eb4c29f4d10ae4be0e6be15a4c7c8c5bfb1edcc3) Reviewed-on: https://gerrit.libreoffice.org/14085
2015-01-15fdo#86772 show localized filter names in Save dialogDavid Tardon2-106/+117
(cherry-picked from commit a0a0317722c7cba51ab662ac662a5756e69f422a) Also contains: more traditional use of $(eval) (cherry picked from commit 32fe73958055a51741ef68e643705ad0664824ef) add tranling empty line to ensure correct expansion (cherry picked from commit 29dbc26b7eabddba374ff632f273ef4575d3055b) Change-Id: I048454646e12af18917d90bb8077ec4b387cf589 Reviewed-on: https://gerrit.libreoffice.org/13907 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-12Resolves: fdo#87015 image missing from docCaolán McNamara1-1/+1
regression from commit e0cce521f1ad0cc384d30ce2f1077ea229fffe62 Author: Armin Le Grand <alg@apache.org> AuthorDate: Thu Jan 10 16:28:40 2013 +0000 Commit: Caolán McNamara <caolanm@redhat.com> CommitDate: Thu Jun 13 14:50:46 2013 +0100 Resolves: #i121504# Support for alpha channel in clipboard for all systems (cherry picked from commit ef3931ff410117e1237b3bef7bc090e8b83b9519) which blindly just bulldozed out the bMSOFormat branch Change-Id: Iec354f1fb585f0803b9df472bc9ec9e103aa5847 (cherry picked from commit 470fcca594ba4f6bf473d4d44b415c2ba151b0d9) Reviewed-on: https://gerrit.libreoffice.org/13874 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-01-06fdo#50430: UOP import failed because of leading and trailing space in XSLT.Peter Jentsch1-2/+2
Change-Id: I5d802073505cec1800654e4413a161870506988e Reviewed-on: https://gerrit.libreoffice.org/13761 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-05asan wrt mandriva57054-1.tiffCaolán McNamara1-6/+5
Change-Id: Ibb7ecfa637ff96fbda3a8ed5d67943ece28927e5 (cherry picked from commit f901624b5e13e300f8e2facd2a824202c21d9729) Reviewed-on: https://gerrit.libreoffice.org/13738 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-12-08Related: rhbz#1164614 better default size for no xslt entries caseCaolán McNamara1-1/+6
Change-Id: I75dd1210b4e8e5e7cb2c2ce1e83e085a9c480b91
2014-12-04We want PDF signing to be non-experimental nowTor Lillqvist1-10/+1
Change-Id: Ic02d1f5169197edd8f9793befd45adf5db145a3b
2014-12-03fdo#83939: Add new error code for failed PDF signing, and handle itTor Lillqvist3-0/+21
Change-Id: Ide6dc06d33faea795272d9d32fc028ac8d023c5a
2014-12-03fdo#83939: Check return value from pPDFWriter->Emit()Tor Lillqvist1-1/+1
Change-Id: Id492b1b6b9d534276c155b1e46953d098ce8b969
2014-11-27fdo#84686 prevent std::bad_alloc exception by stricter input checkAndras Timar1-4/+4
The bugdoc has invalid length (rh.recLen) in header of blipStore's OfficeArtFBSE record. Therefore LibreOffice read junk for the next BLIP, and tried to seek to an invalid stream position, which caused bad allocation exception on 32-bit systems. Change-Id: I72fae4c2b00216b57736f4409a32c62a40f25785 (cherry picked from commit 6945971c79d70d77c5c8bb6593b3f25ef46b0887)
2014-11-19Related: coverity#1242658 Untrusted loop boundCaolán McNamara1-2/+10
Change-Id: Ic785b333c1ad31036da20483dc7310fcc5338d80
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl8-0/+8
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
2014-11-18java: make fields final where possibleNoel Grandin1-6/+6
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-17don't reuse old var remnantsCaolán McNamara1-11/+9
Change-Id: I1074d0431695ec21e22cdef334dbe419763e7ba2
2014-11-17afl: divide-by-zeroCaolán McNamara2-1/+8
Change-Id: Ided311873f654c0f40dae57c8876a6412ee97d3e
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl8-1/+10
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan1-1/+1
Change-Id: Ic2538ca8b0f7261064e1dfbf3884dd452003c797
2014-11-17fdo#77268 SVG Import: fix null pointer dereferenceVort1-0/+3
Change-Id: I47c591f3d8b61d60f1258db3515c6805bf42304c Reviewed-on: https://gerrit.libreoffice.org/12472 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-17More HIG fixes in filter, svxAdolfo Jayme Barrientos5-21/+18
Change-Id: I74df6b8221b4bb18791ec81af266dd58571c4c8c Reviewed-on: https://gerrit.libreoffice.org/12489 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-14coverity#1209889 Untrusted loop boundCaolán McNamara1-2/+10
Change-Id: I63039ca0de1dc54b5aa9d048e5110c31bf930bdc
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-19/+19
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl7-0/+7
And remove the tools/fract.hxx include. grep -l -r fract.hxx workdir/Dep/*Object* |wc -l before: 4569 after: 1851 Shrinks some libraries, example from --enable-dbgutil Fedora gcc 4.8.3: libvcllo.so by 473k (0.35%) libswlo.so by ~1Mb (sadly that is just 0.2%) Change-Id: I09bd025d551a5d2c5528b938a68c6aa5f8f114a0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini16-30/+30
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-1/+0
Change-Id: I2567026af23dd5fc42812b90bd6098c4c74a4f92
2014-11-11Related: coverity#1242658 Untrusted loop boundCaolán McNamara1-4/+2
Change-Id: I1e7e815c2800b4846498092239b0fadaa5d87b45
2014-11-10coverity#1202754 Bad bit shift operationCaolán McNamara1-6/+6
Change-Id: I51e8df896897b122965ada0ced161570d38f0468
2014-11-10Related: fdo#85111 put a box around xml filter settings controlCaolán McNamara2-15/+36
and writer->insert->table->autoformat and calc->data->consolidate and calc->insert->sheet Change-Id: I7c89d9f01747a00b906afe3c762b747df6872869
2014-11-07Make SdrGrafObj swapping methods private.Zolnai Tamás1-1/+0
Plus remove some useless call of them. Change the tests accordingly. Change-Id: I47a50b5734d799ac02ee7221c95f82415afb9497
2014-11-07DOC import: avoid manual swapout call.Zolnai Tamás1-1/+0
No reason to swapout the image directly after the import because it will be used for rendering just a second later. Change-Id: I78c8ef9225c55f306182dc5efd7bcaf0e88521c0
2014-11-06filter: use more appropriate conversion from ASCII for arbitrary inputMichael Stahl1-1/+6
... with unknown encoding, mapping non-ASCII chars to something that doesn't cause trouble (in FilterDetect::detect()). Change-Id: Ibf2a2e2fd7c0c00e55042d2ccad173fab7a1b0bd
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-2/+3
This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS).
2014-11-06update suffixes in .gitignore for filtersCaolán McNamara11-10/+13
Change-Id: Ibf6093946ef1dec1a2ba202917da9e4562c10d3e
2014-11-06add a build-time regression test for pcd file formatCaolán McNamara8-0/+115
Change-Id: Ie413372ab1cfc7e38570fdf65c6daca8c2cc426b
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-3/+2
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-11-06fdo#83395 - improve PDF export dialog labels and tooltipsYousuf Philips1-4/+7
Change-Id: Idddce2dc81e86cc840da5d6d8891487cee6609d4 Reviewed-on: https://gerrit.libreoffice.org/12081 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-05coverity#737143 Uncaught exceptionCaolán McNamara1-20/+24
Change-Id: If90208f2fb9be0a44cabfc9b281b3715772b30d1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin4-43/+42
they are largely unnecessary these days, since our OUString infrastructure gained optimised handling for static char constants. Change-Id: I07f73484f82d0582252cb4324d4107c998432c37
2014-11-01fdo#78826 HIG: missing colons and capitalization in cui, filterAdolfo Jayme Barrientos12-361/+80
* Fix capitalization * Standardize spacing * Standardize Help button’s position Change-Id: Ibc7152acbe460a9564ab6b97a637f38ea5e7144a Reviewed-on: https://gerrit.libreoffice.org/12075 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2-2/+2
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-10-30coverity#1242658 Untrusted loop boundCaolán McNamara1-0/+5
Change-Id: I6b4605e3223d11fe4f905e0d9141043a0d7527da
2014-10-30inner condition is the same as outer oneCaolán McNamara1-7/+4
Change-Id: If573f4d21492506d631861d06842828f9abb61f4
2014-10-30coverity#1242658 Untrusted loop boundCaolán McNamara1-1/+8
Change-Id: Ib37d08e5c55ca3c9f054684aa79dbe38d441f37a
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin14-14/+0
It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-29coverity#1202781 Division or modulo by zeroCaolán McNamara1-2/+2
Change-Id: I2908c57badd079c8f19c679f40ed815ce2cba374
2014-10-29coverity#735609 Division or modulo by zeroCaolán McNamara1-0/+2
Change-Id: Iaa765c4ed0aa7bb11e74c1c2be48b336158249cc
2014-10-29coverity#1078542 Division or modulo by zeroCaolán McNamara1-3/+8
Change-Id: I3325328c01b23d43c774db4af080df535f47787b
2014-10-29ref-counting vcl::Window subclassesNoel Grandin12-11/+2
Points of discussion -------------------- (*) where in the Window destructor should dispose() be called? It's a seriously large method. (*) we're going to need similar typedefs and declarations for every single sub-class of vcl::Window, I assume that I will need to create a macro to make it less verbose. TODO ---- Update clang plugin to verify that: (a) dispose() methods always call their superclass dispose() (b) dispose() methods don't forget to clear any references owned by that class. Change-Id: I873d5d5166f811e2f65e49327cc98862559fcf30
2014-10-28coverity#1242844 Untrusted loop boundᚉᚐᚑᚂᚐᚅ McNamara1-1/+4
Change-Id: I64a805503d0c044b5c5a80df1513e35df5c39171
2014-10-25coverity#1242746 turn this around to help out coverityCaolán McNamara1-1/+1
Change-Id: I06cc94395e6421b7e01811b3d5f17c2677650a83