summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Collapse)Author
2014-05-14Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: Ib74c40bb4ac11edf97b6843e983a911308fa4b98
2014-05-13fdo#76710: Adjust sheet position of conditional format entries.Kohei Yoshida
When inserting or deleting sheets. Change-Id: Ibf898350e22f092ec38b75ad98957832a5580e6a
2014-05-13coverity#735464 Logically dead codeThomas Arnhold
Dead since initial import. Change-Id: Ia9193aa2b90e9ea0e6960605d21a3c34468fc0f7 Reviewed-on: https://gerrit.libreoffice.org/9301 Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-13fdo#78471: Don't forget to record the ID of the last record for BIFF5.Kohei Yoshida
Shared formula import code depends on this. Change-Id: Iecb009252c56673df33e0d681de825911154903a
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida
Change-Id: I7fd62153c7267a3d606b86d74bebecf6b8d75250
2014-05-13fdo#78402: Write test for this.Kohei Yoshida
Also discovered that when the "precision as shown" option is set, the validity list would only show the first item from the list. Turn that option on in the test. Change-Id: I9aaeeb3358709d965f51e406668c72cb94541cdb
2014-05-13remove dead codeNoel Grandin
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
2014-05-12fdo#78391: When numbers are auto-fit, reset clipping parameters.Kohei Yoshida
Else it would get processed further to a surprising result. Change-Id: I3d6f0d680e0c4c3ffe1d28dcbaf51a156f569359
2014-05-13distill copypastaEike Rathke
Change-Id: Ibb6e9e6f98041ddc81b3743f57c3335458be2cb0
2014-05-12Let's not forget to free the SdrOle2Obj instance here.Kohei Yoshida
When the chart creation wizard is cancelled. Change-Id: I5eb2b2719ce3ec1eaa180a8c7193df23794dc03d
2014-05-12Bail out early if it's not a chart module.Kohei Yoshida
Change-Id: I2e487b79671153786f02f12b4aac2b32476585e4
2014-05-12include parentheses replacement in functions' formula data, fdo#75264Eike Rathke
... to actually make hitting Enter on a function tip work so the parentheses are added and the cursor is placed in between and the correct description is displayed. Change-Id: I2cbe8f9e2b745a8331aeb8744b64d0baa1f0513e
2014-05-12nitpick: avoid triple redirection inside loop, fdo#75264 relatedEike Rathke
Also, it's fdo#12345 instead of fdo12345 (just to provide better "grep'ability"). Change-Id: Id1c1f849addcb96f71408ba38e2dde8e316271be
2014-05-12only send mouse events if the window is visibleMarkus Mohrhard
Change-Id: I2564159cd21e068c0893fc96d1c7e90746788f39
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara
has the same result Change-Id: Ifbebcfb26c6fc54d03522c924da86837d7dfa3b9
2014-05-12Move this function object to o3tl.Kohei Yoshida
Change-Id: I9d1710fbed3c5753e84ed343c5136ab87909624d
2014-05-12fdo#75264 fix incorrect/missing function tips in CalcWinfried Donkers
Change-Id: Ibaed735ed1c8dd2dcaf69b82a4c089f1cb35b8cf Reviewed-on: https://gerrit.libreoffice.org/8218 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-05-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: Ia2925804755220b8bd160da8997b1bf3161aa27b
2014-05-12send mouse events to the OpenGL windowMarkus Mohrhard
No idea why the events are send to ScgridWindow but this hack works for now. It is not perfect and surely not beautiful but does work. Change-Id: If620e471083d34004ee877a25f8731d7b4212f3c
2014-05-11fdo#78535: Don't process borders of 0 width.Kohei Yoshida
Or they would get drawn for real. Change-Id: Iec24e70a80ff8aa1ef7512e71249a99243297c4e
2014-05-11coverity#705842 Dereference before null checkCaolán McNamara
Change-Id: Ia1e62c3c491525ff96774add0a2e1b10c817ac30
2014-05-11coverity#705841 Dereference before null checkCaolán McNamara
Change-Id: I3b0f7530739a084f22f66313c3e1ffe2d60768ea
2014-05-11coverity#705840 Dereference before null checkCaolán McNamara
Change-Id: I732ded8a169b9bd0be85b193928a39c0a215ec36
2014-05-11coverity#736092 Improper use of negative valueCaolán McNamara
Change-Id: Idd8d0ea9c6a99cdef8e933b67201208006e92228
2014-05-11coverity#736091 Improper use of negative valueCaolán McNamara
Change-Id: I9cf59f66e4d8c7b1036f6808b428f3845aa181a9
2014-05-11coverity#708031 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1b70f7f84c0e357a1d5d1733c036fd4becf26fdf
2014-05-11sc: some cleanup of the alignment panelMaxim Monastirsky
- Use generic Toolbox handler when possible. - Use bool values directly, instead of if-else blocks. Change-Id: Ica4986ed3fd2aa5c1babac7fa29f0ca67717c019
2014-05-11Fix previous commit (sc part)Julien Nabet
Change-Id: I1ec7b34c4ac31a5e84e217177a7fb08dfae052d6
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
Change-Id: I67acda35fa127547dcea0cd18c9dc16db7c00294
2014-05-11fix-includes.pl: scThomas Arnhold
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
2014-05-10Translate German comments, fix some wsPhilipp Weissenbacher
Change-Id: If4bd2ece2a2f0bb208fafbb7a9cda9631dc8c1c4 Reviewed-on: https://gerrit.libreoffice.org/9304 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-10coverity#707994 Uninitialized scalar fieldCaolán McNamara
Change-Id: I65c96e12bb75cc7ee7db9643be2c385891f80c75
2014-05-10coverity#707996 Uninitialized scalar fieldCaolán McNamara
Change-Id: Id7027b2e511729e5d70c628e75545dc307e429a5
2014-05-10coverity#708014 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ie645acc85e43f1b4dc9dade09228b967e2e19fa9
2014-05-10coverity#1130486 Uninitialized scalar fieldCaolán McNamara
Change-Id: I53722c446d5cc651f4e912f21c3e35e40f0e0c7a
2014-05-10coverity#984136 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1568b9bf7fdd21dacf100577bcccba588212ae50
2014-05-10coverity#984137 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ia818abdcab65dc5b950c6b6a29b71910b6eb665e
2014-05-10coverity#708064 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ib9cd4b00d07c25b8a5ab4d5b42f48842a02a2e3d
2014-05-10coverity#1079327 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ica88a170d1de3298dfa0cc7fad9ed63a46e31d8d
2014-05-10coverity#708020 Uninitialized scalar fieldCaolán McNamara
Change-Id: I5354c893039ea3d636d667ceb79c38067213b09e
2014-05-10coverity#708055 Uninitialized scalar fieldCaolán McNamara
Change-Id: Id699d408faca97360a7ae9cb27d0d425dff47750
2014-05-11Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I9cafee23bbf016024393550166aefdc782b488cb
2014-05-10Lsan: fix memory leakMarkus Mohrhard
2014-05-10Lsan: fix memory leak in xmlbodyi.cxxMarkus Mohrhard
Change-Id: I6274abc6ca3c4452c968d0b2bb775d29fbc8971f
2014-05-10Lsan: fix memory leak in conditio.cxxMarkus Mohrhard
My test file leaks 9MB during import with that. Change-Id: Ie7aba31878721ad8caef1e301a6b54a42a8c0c54
2014-05-10-Werror=parenthesesMiklos Vajna
Change-Id: I2366a8631be276db02392db6b44ee0c47ddf9da6
2014-05-09fdo#77056: Treat empty cells as if they have a value of 0.0.Kohei Yoshida
Change-Id: Ibe64cf7177a5298c1878e0014c049dc9c82b1344
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
Change-Id: I1a52b9ce7b590e8cf274a2daaa1c55cfc1efe48b
2014-05-09fdo#77379: Don't return from the call. Notes are handled at the end.Kohei Yoshida
Returning prematurely would end up skipping pasting of notes. Change-Id: I79e0968023342a68fe729f31eb6cfc3cfacd5850
2014-05-09Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
Change-Id: I6d15c7869e94b8b6d92b0a4c65bbc5866a657889