summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-10remember host namefeature/gsoc15-open-remote-files-dialogSzymon Kłos1-0/+1
Change-Id: I74ebde5402ac385fe24cb5b4eb9a3ed9dcef2fe6
2015-10-10fixed CMIS service editingSzymon Kłos1-3/+8
Change-Id: I62e89700b158ace1edcf26384f4294ba0661444a
2015-10-10add "GODSON64" aka mips64 to the JAVAINTERPRETER 64bit checkRene Engelhard1-1/+1
Change-Id: I20aa0e6cea6626efb5f507a6dbbfb7e6149029ce
2015-10-10also update line panel for axis, related tdf#94933Markus Mohrhard1-1/+4
Change-Id: Ie280fa01dbe25287d01b7f36d152ee55ce5dbe07
2015-10-10also update line panel for average and trend line, tdf#94933Markus Mohrhard1-1/+1
Change-Id: I7ab991e94005665809ec52b8d4310209eb6ef75b
2015-10-10we need to take the SolarMutex when we change the UIMarkus Mohrhard1-0/+2
Change-Id: I6347a1466038afd625cf59ae2ee87cb4e2014aa0
2015-10-10use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard2-0/+4
Change-Id: I0cb9cdec33924e560b24744cc78d632025a189fc
2015-10-10afl-eventtesting: there is no focused/active window in headless modeCaolán McNamara2-16/+32
so close all open frames, not just the active one and send events to the first discovered visible window and not the focus window Change-Id: I7339bc6743cd3106ceddea049136796121819eb3
2015-10-10valgrind: zero padding bytesCaolán McNamara1-2/+4
uninitialized memory warnings on --convert-to pdf of ooo115771-3.doc Change-Id: I2dac6fe29d23d6e25c2f1d1511886d8b585e498c
2015-10-10Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help a52136a62f56c0ed327eeaa547098134a4f2fca8 “Selects to” → “Select to” I think those awkward “selects to [do something]” were actually intended to be “elects to [do something]”. But I changed those occurrences to read “[You] Select [in order] to [effect a change in something]” instead. Change-Id: I4aa6bca614023f0b9a5413208bcdbe113babef4e
2015-10-10fix gnumeric importMarkus Mohrhard4-3/+11
Change-Id: I65e4d4df9b75304096ec51e07f5985023ad3071c
2015-10-09fix build by moving python-related includes below othersDouglas Mencken2-4/+4
This fixes build errors like "macro (...) passed 2 arguments, but takes just 1" The reason is a conflict between tolower() etc. as a set of functions from <ios> and a hacky fix in Python's include pyport.h which tries to undefine tolower() and then redefine it Change-Id: I82e5ac19b70912d09d5e3a34c93eddc08cec9260 Reviewed-on: https://gerrit.libreoffice.org/19082 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-10-09tdf#39468 translated german comments in test.cxxAlbert Thuswaldner1-61/+60
Change-Id: Ie40fdafe89d2feed45306b50a358a02b077ceb52 Reviewed-on: https://gerrit.libreoffice.org/19287 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-10-09remove now unneeded apache-commons libsRene Engelhard17-487/+15
Change-Id: Ida7a5f5db5bba8d03bf31de760a908cee9a514e4
2015-10-09don't put the checkbox into the HBox, tdf#94870Markus Mohrhard1-21/+19
Change-Id: I28f4895814d9fc419274de5681efa535e815f822
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard3-11/+24
This is a much better approach than my old one that tried to use the correct XModel with the chart sidebar. Now everytime we leave the chart edit mdoe we destroy the chart sidebar panels and recreate them when we go back to chart edit mode. As a result we no longer need to have worry that much about using the correct ChartModel and about the lifecycle of the ChartModel. Change-Id: Ie85ad82968e20a81f059d4bd930a83a70da35fc9
2015-10-09no need for using rtl::OUString in core codeMarkus Mohrhard1-1/+0
Change-Id: I6fc8a928374de48910395685b500ba95e8621d39
2015-10-09remove whitespaceMarkus Mohrhard1-2/+0
Change-Id: I6390f16a6c2346c4c903a34d702277b931bc0079
2015-10-09remove whitespaceMarkus Mohrhard1-3/+0
Change-Id: I02541a12c893038f090a8e2847b6882669a967df
2015-10-09tdf#39468 translated german comments in styledlg.cxxAlbert Thuswaldner1-4/+4
Change-Id: Ib6ad2fff04dbbcdb3d5f527d0a23c771409dc6e3 Reviewed-on: https://gerrit.libreoffice.org/19285 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-10-09remove redundant codeRosemary1-54/+40
- Use the existing createHexStringFromDigit() to export hex digits as strings - The parameters offset and stream name are not required Change-Id: If9aab7816efb81655c40a11743e8951ab0b26e1d
2015-10-09correct creation of hex string from digitRosemary1-1/+1
Change-Id: I891a2a0b3e2194892bd4629c22b823902d18adc2
2015-10-09Convert hex string to upper caseRosemary1-1/+1
Change-Id: I5ccdfc62a8fd3521b6c4ee0029e70b41aaf4542e
2015-10-09Revert "Resolves: tdf#94869 propagate error when obtaining a scalar double ↵Eike Rathke1-15/+7
value" This reverts commit 934e47958c78d1184beaaefdf3baefd3eecbea05. Calculating with NaN cries for even more problems..
2015-10-09crashtestig: infinite recurse in ooo32833-1.sxcCaolán McNamara1-1/+4
integralPhi is called with nan(0xfffff000001f6) which recurses through rtl_math_erfc->rtl_math_erf->rtl_math_erfc until we run out of stack Change-Id: Iab8a22fb23686d22d151f2508dbeb44ab47a76b7
2015-10-09afl-eventtesting: we want to allow dialogs in ui-testing modeCaolán McNamara1-3/+3
Change-Id: Ibd7f88734492c4336e8a92ebbf9c70afdb7b3b5c
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl8-9/+345
ODF 1.2 part 3, 18.3.1 angle, says "An angle, as defined in §4.1 of [SVG]" and "If no unit identifier is specified, the value is assumed to be in degrees." Unfortunately OOo could only read and write 10th of degree here. See also https://issues.oasis-open.org/browse/OFFICE-3774 As the first step towards fixing that, implement the import for draw:angle values with an angle unit identifier, but leave the import as-is if the angle identifier is missing. Change-Id: Ib88d417c03998ebcfc569b01492f0e1f851bbc85
2015-10-09filter: convert OSL_FAIL to SAL_WARNMichael Stahl2-10/+11
That literal %s was irritating. Change-Id: I2925b26b1f3d1c101106ca616d18b24b41210c72
2015-10-09crashtesting: ooo95537-1.xls fails with a fAnz that is nanCaolán McNamara1-5/+5
so it happily passes the pre-cast string bounds check and blows up in the post-cast string access Change-Id: Ifd4d087b37e8a84d886e2f7833dfc773b8bf1343
2015-10-09malloc + memset(0,..) -> callocCaolán McNamara1-2/+1
Change-Id: Ic7c496259258bf36cd885ed68912b43117f348f0
2015-10-09Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks2-0/+8
Change-Id: Id9dc4c7e083da2a8d44c7295a8b605de81bca1ef Reviewed-on: https://gerrit.libreoffice.org/19272 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks8-27/+53
Change-Id: I7dd21f30daa27e5de2848eb16aee9a610dd629d5 Reviewed-on: https://gerrit.libreoffice.org/19271 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-10-09tdf#94910 sc: Fix drawing toolsMaxim Monastirsky2-50/+3
Regression of: commit 89d39bc100aabf5dccbe77c0b5c0c85736e85b39 Author: Oliver Specht <oliver.specht@cib.de> Date: Wed Sep 30 16:10:07 2015 +0200 tdf#94559: 4th step to remove rtti.hxx Change-Id: I94408dafde0f2dbea6c3a112963468c593adfc2d Reviewed-on: https://gerrit.libreoffice.org/19276 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-10-09tdf#94679 Writer: fix lost selection with Shift-PageDownJustin Luth1-3/+7
Push/Pop-ing the cursor led to selection loss. SelectHiddenRange() immediately returns false if the current cursor hasMark(), so avoid all of the bugs and expensive push/pop routines when there is a mark already. Change-Id: I4624a3e0b2267942812d0429d527ad97962ec7fc Reviewed-on: https://gerrit.libreoffice.org/19108 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-09starmath: Prefix members of SmNodeTakeshi Abe2-52/+52
Change-Id: I2658b8fc9d36fe92dd91e0f5adc27612ce1dc438 Reviewed-on: https://gerrit.libreoffice.org/19268 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-09afl-eventtesting: don't imply invisible when headless for event testingCaolán McNamara1-2/+5
Change-Id: I5ecf90a927b2ec4aeb2c0586a5da2f814c9062dd Reviewed-on: https://gerrit.libreoffice.org/19275 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-09loplugin:staticmethodsStephan Bergmann1-2/+2
Change-Id: Ice121a65e38d47b4a26f7ed81fc3037e031ae7c4
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
Change-Id: I54691786167fd17b115460f3329573f0c2f023ed
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
Change-Id: I97db1e22a42e25186be0d7304b9f2a5204fc1c83
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
Change-Id: I9329233a85df26dcfd83002e50604a6ea4fb50f9
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
Change-Id: Ic3464a466302b87fae70a63f2723d1355eccab6f
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-14/+8
Change-Id: I11b99fca91b266bdf6c29dc142511bf01dbd4bed
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
Change-Id: Ib9eae95b8ace37d31e905bc098c67de97b7816e3
2015-10-09Abstract out repeated code into lambdasStephan Bergmann1-43/+29
...to silence a clang-analyzer-deadcode.DeadStores on the last update of nLeft and nRight, each. Also, adding a gap of 3 to nRight in case no further buttons will be layed out next to maDockRect resp. maHideRect is irrelevant, as nRight will not be used for any further layout computations in those cases. Change-Id: I251d4470099b1f98782ebdfd0c776d881bb7fae5
2015-10-09afl-eventtesting: provide a way to pseudo-restartCaolán McNamara3-1/+66
i.e. to reset to the initial post-startup state performance still isn't great unfortunately, 0.7 cycles per second before this, 2.6 after this Change-Id: Ib9d83b70f0cf052af36a49ed5bacef295fe9ed11 Reviewed-on: https://gerrit.libreoffice.org/19269 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
Change-Id: I8a6ea395192d31391868f44152ab3b543a07aeaa
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
Change-Id: I9e2cf9b06fcf0b0a9dfd642fa788f203ade19fe3
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+5
...assuming the success of both steps 2 and 3 should be checked (though the of this code is lost to history past 40d960cbdba0dbd445d624f62a523b7e78d5f5c9 "divide pdfwriter_impl.cxx") Change-Id: Icea5de98e5a0559dbc0f837650e842fb49bc41e0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
Change-Id: Ie1d3afb0b9ca59232214d9ab6da9fa761a3fd449
2015-10-09Abstract out repeated code into lambdasStephan Bergmann1-32/+51
...to silence a clang-analyzer-deadcode.DeadStores on the last update of nUsed Change-Id: Ib470f09155bd181b05bc0342543a36e59b8dd937