summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-07Make this compile for iOS againTor Lillqvist6-46/+9
Change-Id: Idd4a1e6d50652a879493d8411c59605ca1a53dfb
2015-10-07Make this compile for iOS againTor Lillqvist1-9/+10
Change-Id: I36f88d7e1114096d1e7a7a1d29077c387c21a10a
2015-10-07No xsec_xmlsec built for iOS eitherTor Lillqvist1-1/+1
Change-Id: Ic76111b2e3ff62b00b24e02b2b492530a567c562
2015-10-07Look for iOS SDK 9.1, tooTor Lillqvist1-1/+1
Change-Id: Idd8fff8b6fabd24e5f88b47360f582fee3bd17c2
2015-10-07SvxStyleBox_Impl::CalcOptimalExtraUserWidth() is a (very) expensive operation.Jan Holesovsky1-6/+13
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 Meeks1-1/+5
Change-Id: I202a154e18c1fbffc31abcc7ccd7f500b67a4c13
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+2
Change-Id: Ic94b5fdcf88a9580e816aceb199753e88636810a
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
Change-Id: I5f5eb507e1c5bbdc8a0517244e867724249f3661
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
Change-Id: I02a276eb929800692dff51e9241cab9d2345fae1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
Change-Id: I9f495d748c2fe47fe5a91db21f44725fc00a7ed1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+6
Change-Id: I6ddee7ee5f54388dae6f001d9fb9fbdb4012e11d
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+5
Change-Id: Idebc9fabd8110dcd82c8cab7c5c7300e4c2c6f1d
2015-10-07Avoid clang-analyzer-deadcode.DeadStoresStephan Bergmann1-8/+22
...in case future modifications to SdrCaptionObj::TRSetBaseGeometry /will/ make use of fRotate. Change-Id: I25480efcbf1fede4af7241c4627dbfa7981793ed
2015-10-07Avoid clang-analyzer-deadcode.DeadStoresStephan Bergmann2-13/+22
...in case future modifications to SdrCropViewHdl::CreateB2dIAObject /will/ make use of fRotate. Change-Id: I059d61879fceca88893625b099d4e2c0bda65067
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
Change-Id: I103580d25ebc3287fac4c8c846731192e4320dc9
2015-10-07Work around overly optimistic clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+6
...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 Timar1-0/+4
"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 Specht3-2/+17
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>
2015-10-07sc tiled rendering: fix showing all search resultsMiklos Vajna1-1/+2
Calc can have multiple cells selected, but there is only one cell which has the black border around the cell. Code in ScViewFunc::SearchAndReplace() assumed that the two are always the same, and that's how find-all always highlighted the first match only. Fix this by avoiding emitting LOK_CALLBACK_TEXT_SELECTION two times, at least in the find-all case. Change-Id: Ifce789c7f5f11e94fb2445846279823096ecb2dd
2015-10-07lokdocview: invalidate after selection changeMiklos Vajna1-0/+1
Without this e.g. Calc search does not show the selection rectangle correctly. Change-Id: I5bc20a93ee861d3353bc2e1c1ed7ea8d0e6c8ed4
2015-10-07Link in calc, draw and edit stuff here, too, like for AndroidTor Lillqvist1-1/+1
No way to make use of that in the UI, though. Change-Id: Ic910d7960da9a17d4f7ce84a5f51e2cb9350819e
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
Change-Id: I0c0475ea6a38ecfd72772d287b8217a0754238d6
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
Change-Id: I3659c9d7b0b88a59c60aaedc5305b354bb977768
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
Change-Id: I95e230d3a16f742cf996beb3a93b2c0906cdd72a
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-9/+3
Change-Id: If0d69a8d3bfaef732e436fad6a91851095fdb3be
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
Change-Id: I539f08ed94326d27c9ae8808d006c31d8403cd18
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
Change-Id: Iaa340068ed1361e6bc0160ae9c44873c06085abf
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
Change-Id: Iaacaa3767398cea4c7850c3a8d186cf3754c4736
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-7/+3
Change-Id: I08c015da8f93b2c32c8c467ee633b4cd5a71a550
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
Change-Id: I30263e362a30f9b625d4e87f82c2ad2c403a1882
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
Change-Id: I325b4c71507ca64a42d773cd4c66f936dfe09743
2015-10-07afl-eventtesting: quit on next cycle if testing stops earlyCaolán McNamara1-5/+4
Change-Id: Ie313009ee0d10872f5e705d017e6a73ff83c2761
2015-10-07fix some indentCaolán McNamara1-13/+13
Change-Id: I59f5a38f6c62b97eb73d85177be408996568e2cd
2015-10-07afl-eventtesting: it has learned to open the file dialogCaolán McNamara3-3/+9
but the system dialogs are not under our control Change-Id: Icb4029b2447e8cddbe4e48137fdefc377ef50414
2015-10-07cppcheck: noExplicitConstructorCaolán McNamara37-54/+54
Change-Id: I32c6728ce7423fd997cdbec66feb8a6ba39948d2
2015-10-07rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-upEike Rathke4-13/+35
... and add description to clarify that it exists for interoperability and for new documents WEEKNUM should be used instead. Also NETWORKDAYS_ADD to NETWORKDAYS_XCL. Change-Id: I01e705d57f0b31983950ac0e47ecb894f657de88
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+2
Change-Id: I9570057473f844c55b88d38f24f8156ea7c6c90c
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-50/+18
Change-Id: Ia381f1b7558e2882a9dc5b8f6e127d24a4b841c3
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
Change-Id: I58f6f4db6f5bdc30402f55aee233e465248becf6
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
Change-Id: Id5df4d888d0129c1084642ee65e8bba9f5f8ca74
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+4
...introduced with dc5383e2fa487a7599f2e317bba409dc3cde8339 "fdo#84229 - don't set error when seeking beyond end of valid data." Change-Id: Ic26872ce47ff27a0e1170ebc66cdf10587334192
2015-10-07Actually check the return values of the various Coin* callsStephan Bergmann1-7/+16
...the code had been like this ever since it got introduced with 6d492447a37ec268fb5924e7fc5631c29c67325d "118160: Use CoinMP as replacement for lp_solve," but it looks more plausible that the return values should be checked rather than be ignored. At least, CppunitTest_sccomp_lpsolver keeps succeeding after the change (with --enable-coinmp). Change-Id: If450827ae034079c9ee69b4e49c55b480ac0de06
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
Change-Id: Ia4444a059ed2b5349c39d87d60fd9875d0ab36f8
2015-10-07Abstract out repeated code into a lambdaStephan Bergmann1-18/+13
...to silence a clang-analyzer-deadcode.DeadStores on the last update of pBuffer Change-Id: I144b64c330c178f78109fefadacf62fca3765694
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+3
Change-Id: I823aab2038eb08f4061e353b5fafc12b8e60e671
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
Change-Id: I95404b553f594ced1e2e8b4b8ddf34c08180128f
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara11-71/+80
the mpStr and mnLength arguments are always created from an OUString and the OUString aRun(rArgs.mpStr); creates a duplicate of the original string. Its way faster to pass the original OUString around instead. Change-Id: I3de0cc31654eb215362548b6aee435f9c0c3c9db Reviewed-on: https://gerrit.libreoffice.org/19221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-07afl-eventtesting: it has learned to open dialogs, so...Caolán McNamara1-2/+14
close all open dialogs on quitting to avoid triggering the hang timeout and get things moving faster Change-Id: I7469a32549f20d6b0971932e3334cb322f57b1ff
2015-10-07afl-eventtesting: lets ditch the key repeat and timestamp fieldsCaolán McNamara3-4/+3
time stamp doesn't matter apparently for keyboard events so ditching it gives less surface area to fuzz repeat showed some interesting effects, but mostly just allows vast paragraphs to be generated causing timeout hangs which isn't what I'm super interested in right now. Change-Id: I955b91745a26d5044f0d53acd3fda0a160e53855
2015-10-07tdf#94829: Splash screen sets invalid XSizeHintsJulien Nabet1-0/+4
Change-Id: I70b86624b4d34eb6cb8f2efee0305539f6689335 Reviewed-on: https://gerrit.libreoffice.org/19219 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>