summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2014-11-25java: remove some comment noiseNoel Grandin
Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34
2014-11-24coverity#1242658 Untrusted loop boundCaolán McNamara
Change-Id: Ie22cb785065342582ca59f871a7b4da7e7bc77e5
2014-11-24typo: unknownAndras Timar
Change-Id: If89443c1668ca01c826c8fc353b20097c7da7bf4
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
Removed XLineStyle Reviewed on: https://gerrit.libreoffice.org/13029 Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
2014-11-21coverity#1242658 Untrusted loop boundCaolán McNamara
Change-Id: Ib3bb7f28b051c2886b470a77bdc6daf683a03f84
2014-11-19Related: coverity#1242658 Untrusted loop boundCaolán McNamara
Change-Id: Ic785b333c1ad31036da20483dc7310fcc5338d80
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
2014-11-18java: make fields final where possibleNoel Grandin
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-17don't reuse old var remnantsCaolán McNamara
Change-Id: I1074d0431695ec21e22cdef334dbe419763e7ba2
2014-11-17afl: divide-by-zeroCaolán McNamara
Change-Id: Ided311873f654c0f40dae57c8876a6412ee97d3e
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
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úš Kukan
Change-Id: Ic2538ca8b0f7261064e1dfbf3884dd452003c797
2014-11-17fdo#77268 SVG Import: fix null pointer dereferenceVort
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 Barrientos
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 McNamara
Change-Id: I63039ca0de1dc54b5aa9d048e5110c31bf930bdc
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
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 Stahl
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 Gelmini
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 McNamara
Change-Id: I2567026af23dd5fc42812b90bd6098c4c74a4f92
2014-11-11Related: coverity#1242658 Untrusted loop boundCaolán McNamara
Change-Id: I1e7e815c2800b4846498092239b0fadaa5d87b45
2014-11-10coverity#1202754 Bad bit shift operationCaolán McNamara
Change-Id: I51e8df896897b122965ada0ced161570d38f0468
2014-11-10Related: fdo#85111 put a box around xml filter settings controlCaolán McNamara
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ás
Plus remove some useless call of them. Change the tests accordingly. Change-Id: I47a50b5734d799ac02ee7221c95f82415afb9497
2014-11-07DOC import: avoid manual swapout call.Zolnai Tamás
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 Stahl
... 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 Bergmann
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 McNamara
Change-Id: Ibf6093946ef1dec1a2ba202917da9e4562c10d3e
2014-11-06add a build-time regression test for pcd file formatCaolán McNamara
Change-Id: Ie413372ab1cfc7e38570fdf65c6daca8c2cc426b
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-11-06fdo#83395 - improve PDF export dialog labels and tooltipsYousuf Philips
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 McNamara
Change-Id: If90208f2fb9be0a44cabfc9b281b3715772b30d1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
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 Barrientos
* 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 Gelmini
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 Gelmini
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 McNamara
Change-Id: I6b4605e3223d11fe4f905e0d9141043a0d7527da
2014-10-30inner condition is the same as outer oneCaolán McNamara
Change-Id: If573f4d21492506d631861d06842828f9abb61f4
2014-10-30coverity#1242658 Untrusted loop boundCaolán McNamara
Change-Id: Ib37d08e5c55ca3c9f054684aa79dbe38d441f37a
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
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 McNamara
Change-Id: I2908c57badd079c8f19c679f40ed815ce2cba374
2014-10-29coverity#735609 Division or modulo by zeroCaolán McNamara
Change-Id: Iaa765c4ed0aa7bb11e74c1c2be48b336158249cc
2014-10-29coverity#1078542 Division or modulo by zeroCaolán McNamara
Change-Id: I3325328c01b23d43c774db4af080df535f47787b
2014-10-29ref-counting vcl::Window subclassesNoel Grandin
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ᚉᚐᚑᚂᚐᚅ McNamara
Change-Id: I64a805503d0c044b5c5a80df1513e35df5c39171
2014-10-25coverity#1242746 turn this around to help out coverityCaolán McNamara
Change-Id: I06cc94395e6421b7e01811b3d5f17c2677650a83
2014-10-24Add missing semicolonTor Lillqvist
Change-Id: I9fb4471082a3c20cf94539a971c9d073fa949584
2014-10-24coverity#704231 Logically dead codeCaolán McNamara
Change-Id: Ic54f25f40416401be3a95880fe1bdc4496be935c
2014-10-24coverity#704228 'Constant' variable guards dead codeCaolán McNamara
Change-Id: Ia3ccd40ae4a83b58f7d5986273c5bd7d8310b467
2014-10-24coverity#703957 Unchecked return valueCaolán McNamara
Change-Id: I3a5c0239f4615ff0ba832ac4c733c26e25c259e6
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba. Conflicts: cui/source/tabpages/transfrm.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx tools/source/generic/rational.cxx Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15