summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Collapse)Author
2014-11-24import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar
Change-Id: I864ad87aa0455c323a5235fa1230d3f2ac3ffbb4
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist
Change-Id: If0f47a78bbffec5c2ebd33c552d0d8a300b48eb1
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-23make sure to check for formula first, fdo#80301Julien Nabet
Change-Id: Ie822d1a154b7b25437ce7e5d09eb399460823acf
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida
We do that prior to it, and in fact, doing it here would unregister all group area listeners and re-register non-group ones, which is massively slower with huge documents. Change-Id: I693f681df05f036eb1aa53554e601066c469f49a
2014-11-19coverity#1242708 Untrusted loop boundCaolán McNamara
Change-Id: Ic5af417ad38cafa46051789574239996a8845ffb
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
Change-Id: I82cfe96c4081afbd43fa1a9c41a9a92433f6bdb1
2014-11-18Thread excel table row/column format finalization.Michael Meeks
Change-Id: I6ddc0270831989291893b170d57fea14329a26ba
2014-11-18coverity#1242538 Untrusted loop boundCaolán McNamara
Change-Id: I663f70d6324c6dd42208aa3804edfe3680881ea1
2014-11-18coverity#1242628 Untrusted loop boundCaolán McNamara
Change-Id: Ifabdfab76279e4417642ce10cb86a43184b94629
2014-11-18coverity#1242631 Untrusted loop boundCaolán McNamara
Change-Id: Ib034582fa4fa6e8149db2e45491230b4900c4d08
2014-11-17coverity#1242891 Untrusted loop boundCaolán McNamara
Change-Id: I5859cef0fa6b9c49225c5d7b073bcbc521734854
2014-11-17coverity#704257 Logically dead codeCaolán McNamara
since commit 4939fe9653430ae002056ca1481aa1716da1b368 Date: Tue Jan 29 14:23:27 2008 +0000 INTEGRATION: CWS dr58_SRC680 (1.32.188); FILE MERGED 2007/10/25 10:41:26 dr 1.32.188.1: #i81396# do not hide rows with default height Change-Id: Id185ae2ee37d1db8aaab493f7fc6a81d93424182
2014-11-17-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: Ic6a8f6435e00c7b679c58bdfe57da4555107787d
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-16callcatcher: update unused codeCaolán McNamara
pleasing cleanup of whacky ScRawToken::sbyteOffset, etc. Change-Id: I5ad97f8dab7c5dc9d5f0286bf606b619126c22c9
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-14-Werror,-Wunused-const-variableNoel Grandin
Change-Id: I2ace311bc1fe66329a7833e602820f275a7dbd04 Reviewed-on: https://gerrit.libreoffice.org/12422 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-13callcatcher: BiffDrawingObjectBase is never constructedCaolán McNamara
which has a bunch of related knock-on effects given that logic. Change-Id: Ib245af1005e37464e1a782018d88b379300641a2
2014-11-13valgrind: check return of convertDateTime before using fDateCaolán McNamara
lots of spew in VALGRIND=memcheck make CppunitTest_writerperfect_calc Change-Id: I8b95e95218beefe19e881c9d055323d0abec49c7
2014-11-12coverity#1242892 Untrusted value as argumentCaolán McNamara
Change-Id: I6a384b0cf8a08883a0bfab8fd62a2e6badeb09cd
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-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti
Remove only include for files where iwyu does not suggest any includes to add. Change-Id: I58f3e956485ce058750c2635db9633736708d7f0 Reviewed-on: https://gerrit.libreoffice.org/12342 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
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-06use the new OUString::fromUtf8 methodNoel Grandin
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-11-05markup with event type not checker typeCaolán McNamara
Change-Id: I14c0c5d90b67000cb4fe9e6be647854abfe784da
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-03coverity#707956 Uninitialized scalar fieldCaolán McNamara
Change-Id: I690de0eb0db28a25dc6c2e83a6dcba620d7c5922
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller
Change-Id: Ie01e9488c6b8e36c40e6176bc1cac38a93a8087f Reviewed-on: https://gerrit.libreoffice.org/12194 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-31converity#707956 Uninitialized scalar fieldEike Rathke
Change-Id: Ic341502383de8a5b0843d2c4c15e7388818a6027
2014-10-31converity#738797 Uninitialized pointer fieldEike Rathke
Change-Id: I84cd8b6542d2b52df620d56eb6492139a1d60c10
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks
We want a pre-spun-up, shared thread-pool that doesn't get its workers created & joined frequently. Change-Id: I29081e3a3e3849ca30e63fd080ee3315d99cbe8d
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks
Change-Id: Ib27b8b1ccc07ff194035d6c2ef3d45c429e3cea1
2014-10-30fdo#39468 Translate German Comments - sc/source/filter/{lotus,starcalc,xml}Christian M. Heller
V2 with changes suggested by Samuel and Eike Change-Id: I3bc7e5c5173fe06d29f32bab1973828fdfb33d53 Reviewed-on: https://gerrit.libreoffice.org/12036 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-30coverity#735614 Division or modulo by float zeroCaolán McNamara
or coverity#735615 Division or modulo by float zero Change-Id: I6509e987eaf58349e81b9ebadcd7e2d0ff0bcbcb
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl
Change-Id: Ic76ccc49b9291fe82c56974eb6237cd3b85d91c8
2014-10-29callcatcher: more ww1 removal falloutCaolán McNamara
quite pleasing Change-Id: I3eaf711e8d5a42358922c16bfc82d0e32d0bc44b
2014-10-29improve coverity#1242796 calculationCaolán McNamara
Change-Id: I0a462d043aaa67863d5f1906451e66d01b634a8f
2014-10-28coverity#1242796 Untrusted loop boundᚉᚐᚑᚂᚐᚅ McNamara
and throw ogham at the bugzilla bot for kicks Change-Id: I50cdf676e59e4e966f999218837dabfdd2008b6e
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara
etc. Change-Id: I1548d60280ab4f74fe023d026435a05f7865b516
2014-10-28coverity#703988 silence Unchecked return valueCaolán McNamara
its not really like the other checked patterns Change-Id: Ied788b5bad93581bf687d7b3d230971095959bb1
2014-10-28loplugin:unreffunStephan Bergmann
Change-Id: I080474c3930d634ff1cf1c8bfd0f51a3ca537992
2014-10-28loplugin: cstylecastNoel Grandin
Change-Id: I287dcb0ca728747ec91b5c3cdd986e60998e3928
2014-10-25bnc#893791 XLS export: external sheet references on Linux/OSXAndras Timar
The commit solves two problems. 1. Make sure we save absolute paths on Linux/OSX 2. Make sure we don't save invalid XLS (VirtualPath longer than 255 chars) The first problem has always been there, so after a few load/save cycles an XLS with reference to other XLS on a Unix-like file system became invalid, and only LibreOffice could open it, Excel could not. These broken XLS files can be repaired by saving after this patch, however, the original reference will remain broken. Change-Id: I8f575acb1d560d539c1da61a1afdaac3f0c13977
2014-10-25typo: uesd -> usedAndras Timar
Change-Id: I827f9a0889aca4a55586cdd2baa21846b1bc155b
2014-10-25coverity#1242671 Untrusted value as argumentCaolán McNamara
Change-Id: Ic810391c9ecfef9f28aba34cdc0f85d42ebf656f
2014-10-24coverity#1000601 Dereference after null checkCaolán McNamara
Change-Id: I62a2c4661c9cca62e600ea2b679f2491c746210b
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