summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-08Make clear to user that Calc add-in functions GCD and LCM only exist forWinfried Donkers
interoperability with Excel2003 and before. Follow up of commit 74010f1c502a4bd7eb1ef3ee3d0e8c45a1c9afee Change-Id: I824df2fc50200fc29f7de61881d867f53056edc9 Reviewed-on: https://gerrit.libreoffice.org/19241 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-08tdf#92341 Hide in grammar menu and fix labelMaxim Monastirsky
Change-Id: I1cd5d8df76dddfa3a408c4b568f85bef04733be3
2015-10-08Call WritePS with length argument, where knownStephan Bergmann
...which also avoids clang-analyzer-deadcode.DeadStores on the final update of the length variable when assembling the data prior to the call Change-Id: I046b1fa253e1d26a09c5095516e336b471b2e2f0
2015-10-08Use OString to dynamically assemble a stringStephan Bergmann
Change-Id: I5ae99bd58217bc8b105abc71286d4036a175cbf2
2015-10-08tdf#94222: Revert "slideshow: replace for_each with range-based loop"Jan Holesovsky
This reverts commit ead5bc3cfb07a4e96e367e7904dc674ee5f5ccd6. Change-Id: Icc2778cf904a71c4deaff4575d0de231acfc1335
2015-10-08Stream operator<<() for DateTime to help debugging.Jan Holesovsky
Change-Id: I49810682dc02f4220fca786fcd17a5a0f9abda5a
2015-10-08restore FlowFrmJoinLockGuard for surviving layout of ooo77837-1.odtCaolán McNamara
ubsan and valgrind continue to report use after delete of SwSectionFrm with the same error message listed in the original commit of commit c3087d969671e62182eb049850479e77190ccff4 avoid crash on layout of ooo77837-1.odt by attempting to set the parent as un-joinable for the duration of the Cut/Paste in order to ensure it survives the process which introduced FlowFrmJoinLockGuard continue to use lighter weight SwFrmDeleteGuard where we can get away with doing that. Change-Id: Ifb4c69514d074c776ec036987153043d1f715b95
2015-10-08afl-eventtesting: send events to focus window and fallback to toplevelCaolán McNamara
otherwise we get stuck if the menubar gets activated Change-Id: I23a613de41202fa0a542d1da6e10d190225a5f44
2015-10-08tdf#94049 RTF import: add missing check for empty shape when popping stateMiklos Vajna
Change-Id: I3c9a5f89df721618bb60b8932b69a371bb6f3ff1
2015-10-08Related: tdf#72880 presumably using startcenter as generic LO target will workCaolán McNamara
for the gnome case Change-Id: Icb5ad2d50d672b35783720c100a408fa3e5cb63e
2015-10-08Updated coretagezi
Project: help 27b584d0126fce1c74b6f89d3ce766ea46fa622c Added discription AVERAGEIFS func_averageif.xhp - corrected typos added ODF 1.2 added the link to AVERAGEIFS UPD1 added the function in the 04060184.xhp file UPD2 Changed in accordance with the comment of Olivier (08.10 12:47 AM) UPD3 corrected some typos Change-Id: I659991e24418f5328780ca67eef5d3e939e22e7d Reviewed-on: https://gerrit.libreoffice.org/19236 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2015-10-08leave room for three lines of text in function descriptionEike Rathke
... so we can get a little bit more verbose. The new "this is for interop with old ... instead use ..." description fit into the function overview but was truncated in the parameter window. Change-Id: I73c5e6cfb64a2b1573ab15f5ceb6aa16e6da4a99
2015-10-08Don't re-read the same glsl files over and over againTor Lillqvist
Change-Id: I10b4badaba01630e1a054b3d4d9cc4720822511a
2015-10-08tdf#89543: Solid line in place of 'none' start|end arrow entryKatarina Behrens
Change-Id: I20edf3b57a0d3ec98d6765825a718fa77a024999 Reviewed-on: https://gerrit.libreoffice.org/19039 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-10-08don't crash on loading abi13730-1.wpdCaolán McNamara
Change-Id: I3796f16c4df8cc055fb1a75b1583c5b959f02799
2015-10-08Resolves: tdf#93818 crash on loading certain lwpCaolán McNamara
Change-Id: I11f523a0936b843155f3b47139d0fc58d4d0342b
2015-10-08sc tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna
Change-Id: Iaca2c1807a6e92cf7a87b0843000d65aea45fe7b
2015-10-08afl-eventtesting: add Application::EndAllDialogsCaolán McNamara
which uses PostUserEvent like Application::Quit so can ensure EndAllDialogs gets called before Quit Change-Id: I9eb7dbd4f012be2e9b9cea7a73c90c5aaba141aa
2015-10-08full fill mostly fulfillCaolán McNamara
Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca
2015-10-08chart2: replace for_each with range-based forDaniel Robertson
Replace complex uses of ::std::for_each with a range-based for-loop. Change-Id: I6f3d8488a63a5bed271ab70ad6f024e9869906cc Reviewed-on: https://gerrit.libreoffice.org/19143 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-10-08fix for tdf#94827 - ToolBox events aren't deliveredNoel Grandin
regression from 1e67e94f1a308ca60d4934e9fe9d5c048225ebe8 "convert Link<> to typed" Change-Id: Ibb20366f0edcb9425d61ce5e9d5fb1a34533785b
2015-10-08CppunitTest_desktop_lib: add Calc find-all testcaseMiklos Vajna
Fails without commit a31f95b180728c1c671930913b4b4ad96ebcda5f (sc tiled rendering: fix showing all search results, 2015-10-07). Change-Id: Ibc01d468168367f789b3f5046808104fa3f5ef18
2015-10-08lok::Document::initializeForRendering(): handle lack of lok_init()Miklos Vajna
Normally lok_init() sets the component context, but not e.g. during unit testing. Change-Id: If3760f31af2e4b870f65e5aa7557607e8b6a1114
2015-10-08sc tiled rendering: no need to show this dialogMiklos Vajna
And it just causes problems during unit testing. Change-Id: Ie8524b726ae2709bab707df9b2984f07357e3059
2015-10-08editeng, sw, sc: use comphelper::string::join()Miklos Vajna
Change-Id: I9b0a32271a965bc4089720ccb61b26b67ceab7b2
2015-10-08comphelper: add string::join()Miklos Vajna
If there is a need for it, this could be extended later to work with uno sequences and/or OUStrings as well. Change-Id: Id0af8b1755c8e4b668720563d10a052337e1b2c9
2015-10-08starmath: Represent ownership by std::unique_ptrTakeshi Abe
Change-Id: I7ce39cbdc0199d3508e7d16d1ce0b78f8d8ca620 Reviewed-on: https://gerrit.libreoffice.org/19230 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Aybuke Ozdemir
Change-Id: Id9bc24079d3840277d6fc10197a4f27373f4bd25 Reviewed-on: https://gerrit.libreoffice.org/19225 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-073stars iconset not exported to OOXML, tdf#94850Markus Mohrhard
Change-Id: I983406a9eae2c975de0bb57894b89819445e8bec Reviewed-on: https://gerrit.libreoffice.org/19238 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-10-07Resolves: tdf#94796 LINEST and LOGEST have ForceArray parametersEike Rathke
Change-Id: I6bd82191ef7c5bb2c7829daf341d360c6d09c11b
2015-10-07update creditsChristian Lohmaier
Change-Id: I68bbfa570743c1c8bbc376d377e0f08cff7aead4
2015-10-07Resolves: tdf#94869 propagate error when obtaining a scalar double valueEike Rathke
... if any operation like popping a value or calculating an intersection resulted in error, so the error gets passed as double error to matrix operations where one operand is a scalar value. Change-Id: I909ba25545625b827ce790e07d1ebe8643154703
2015-10-07Make this compile for iOS againTor Lillqvist
Change-Id: Idd4a1e6d50652a879493d8411c59605ca1a53dfb
2015-10-07Make this compile for iOS againTor Lillqvist
Change-Id: I36f88d7e1114096d1e7a7a1d29077c387c21a10a
2015-10-07No xsec_xmlsec built for iOS eitherTor Lillqvist
Change-Id: Ic76111b2e3ff62b00b24e02b2b492530a567c562
2015-10-07Look for iOS SDK 9.1, tooTor Lillqvist
Change-Id: Idd8fff8b6fabd24e5f88b47360f582fee3bd17c2
2015-10-07SvxStyleBox_Impl::CalcOptimalExtraUserWidth() is a (very) expensive operation.Jan Holesovsky
Don't call it ~20 times on startup, instead call it once when the user actually opens the styles dropdown. Change-Id: I7bb28d0739bf917d23041f384f60a39a7ed5cbea
2015-10-07tdf#94709 - protect TableWindowTitle Command execution.Michael Meeks
Change-Id: I202a154e18c1fbffc31abcc7ccd7f500b67a4c13
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
Change-Id: Ic94b5fdcf88a9580e816aceb199753e88636810a
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
Change-Id: I5f5eb507e1c5bbdc8a0517244e867724249f3661
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
Change-Id: I02a276eb929800692dff51e9241cab9d2345fae1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
Change-Id: I9f495d748c2fe47fe5a91db21f44725fc00a7ed1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
Change-Id: I6ddee7ee5f54388dae6f001d9fb9fbdb4012e11d
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
Change-Id: Idebc9fabd8110dcd82c8cab7c5c7300e4c2c6f1d
2015-10-07Avoid clang-analyzer-deadcode.DeadStoresStephan Bergmann
...in case future modifications to SdrCaptionObj::TRSetBaseGeometry /will/ make use of fRotate. Change-Id: I25480efcbf1fede4af7241c4627dbfa7981793ed
2015-10-07Avoid clang-analyzer-deadcode.DeadStoresStephan Bergmann
...in case future modifications to SdrCropViewHdl::CreateB2dIAObject /will/ make use of fRotate. Change-Id: I059d61879fceca88893625b099d4e2c0bda65067
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
Change-Id: I103580d25ebc3287fac4c8c846731192e4320dc9
2015-10-07Work around overly optimistic clang-analyzer-deadcode.DeadStoresStephan Bergmann
...which assumes that the switch is exhaustive over all possible SvxSearchCellType values, which in fact it is not (see the mail thread starting at <http://lists.llvm.org/pipermail/cfe-dev/2015-September/045021.html> "[cfe-dev] Unsound assumptions about exhaustiveness of enum switch cases?"). Make it clear via "default: std::abort();" that the switch /is/ known to be exhaustive over the possible values of pSearchItem->GetCellType(). Change-Id: Id06abc19c0092a334c363ee739a0eda1dc8cf760
2015-10-07Info.plist: fix ERROR ITMS-90243Andras Timar
"The product archive is invalid. The value of the CFBundleDocumentTypes key in the Info.plist must be an array of dictionaries, with each dictionary containing at least the CFBundleTypeName key." Change-Id: I70570cdbe729e64453a88b6a7abbfd4259333237
2015-10-07tdf#90810: skip breaks outside of the requested footnoteOliver Specht
the footnote stream is parsed completely at each footnote insertion (line) breaks outside of the requested footnote need to be skipped test include Change-Id: I78de7774b7daf44c2b8980115870082fc56924bd Reviewed-on: https://gerrit.libreoffice.org/19228 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>