summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-22loplugin:constantfunctionNoel Grandin54-388/+46
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin44-245/+293
Change-Id: I2a110c017f13eca6ddbd70ef3ed195d24adef0a3 Reviewed-on: https://gerrit.libreoffice.org/15828 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-22convert POINTER constants to scoped enumNoel Grandin105-975/+964
Change-Id: Iea29ce5fd6c620535197d3ca8538335078430e19 Reviewed-on: https://gerrit.libreoffice.org/15825 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-21on windows/VC build, force enable-pch and force disable-ccacheNorbert Thiebaud1-25/+26
Change-Id: I0ccd9c51766ba9d079449dda62e49c42d0f47875 Reviewed-on: https://gerrit.libreoffice.org/15847 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-05-22Revert "solenv: if RR is set, skip gdb backtrace, since it's recorded already"Michael Stahl1-4/+0
This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.
2015-05-22Revert "gbuild: allow recording of CppunitTests and PythonTests too"Michael Stahl2-8/+2
This reverts commit 5a7816b971c51ea4b642738a065e90d4d9bf12d7.
2015-05-21gbuild: allow recording of CppunitTests and PythonTests tooMichael Stahl2-2/+8
Since these don't use soffice they need to be tweaked to use RR varaiable. Unfortunately rr crashes in some CppunitTest so don't enable that now. Unfortunately rr crashes in PythonTest. Change-Id: I2143618fa2181e36b6aaeded43637cb3481f5e47
2015-05-21solenv: if RR is set, skip gdb backtrace, since it's recorded alreadyMichael Stahl1-0/+4
Change-Id: I3a393e91d392c3cc572c46e94d7ea7bb1205c0c3
2015-05-21i18npool: ASAN: fix off-by-one in gendict's index2 arrayMichael Stahl1-1/+1
The charArray always contains the size of lenArray *before* it is extended, i.e., the last valid index. Change-Id: Id1f4e1f2cb55a88ef5339e9d962a3adf4cde91f9
2015-05-21Use the better precision equality check in b2trapezoid.cxxZsolt Bölöny1-21/+21
Change-Id: Ie048543ad19c12dc47f6638af7dc029a38da964e Reviewed-on: https://gerrit.libreoffice.org/15805 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-21o3tl: add make_unique template till we can't use std::make_uniqueMiklos Vajna3-2/+37
Change-Id: I48b26f0199e339badf7a0e2bed322ca701689d13 Reviewed-on: https://gerrit.libreoffice.org/15846 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-05-21Updated coreLászló Németh1-0/+0
Project: help 07df7cad7f66736e3a3ad7677704b6ffddc92e4d LibreLogo help: about joining points, filling shapes defined by points + examples for CLOSE and FILL + fix typo (bad quoation mark) Change-Id: I40e4e84460c17a332e1cd46ef4511b94117d9abd Reviewed-on: https://gerrit.libreoffice.org/15845 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-21lokdocview: adapt Android pathMiklos Vajna7-12/+12
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
2015-05-21android: leftover gitignoreMiklos Vajna1-2/+0
Change-Id: I45a709d805e8706a2f186fd44b4f467d173bc61e
2015-05-21CppunitTest_sw_docbookexport: -Werror,-Wunused-private-fieldMiklos Vajna1-5/+1
Change-Id: I51586c4187948aeb62cc3ca92e61e96681be02cd
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist175-9/+9
2015-05-21Bin the 'DocumentLoader' Android test appTor Lillqvist23-3449/+4
It is the wrong approach, from the time before tiled rendering, and has not been built for a long time.
2015-05-21-fsanitize=bool (during CppunitTest_writerperfect_writer)Stephan Bergmann1-1/+1
...as libwps::WPSDocument::isFileFormatSupported doesn't necessarily write false into its needCharSetEncoding param ("A flag set to true if we need the character set encoding"), whether or not that's a good idea. Change-Id: Ib094a0fed84b6e6ff66e9b8a2524f55a60de64ef
2015-05-21Bin one leftoverTor Lillqvist1-3/+0
2015-05-21Bin unused codeTor Lillqvist2-110/+0
2015-05-21tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks2-52/+53
Change-Id: I4aada7f27e3a88124ad670e62ddb6c92ecf431a8
2015-05-21external/libetonyek: -fsanitize=enumStephan Bergmann2-0/+12
e.g., during CppunitTest_writerperfect_impress Change-Id: Ib9eb7a9ba7c9bad9cc43fbe2132ca315e2f28c0a
2015-05-21Translated some German comments to EnglishSam Tuke1-10/+10
Change-Id: I448b15418ff3c029fb8fb3d1e94a9babed29c85d Reviewed-on: https://gerrit.libreoffice.org/15844 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Jenkins <ci@libreoffice.org>
2015-05-21introduce some dbgutil calc data dumpsMarkus Mohrhard1-0/+16
Currently CTRL+SHIFT+F12 will dump the column width in pixel of the first 20 columns. Change-Id: I7184eae8d1cde9be7ea067aab6b4b5fb1b6b8b0f
2015-05-21unit test for tdf#91095Laurent Godard5-0/+109
and ready for any docbook export tests Change-Id: Ia1c7a5066fc72c502c3b0ebb5811910797943742 Reviewed-on: https://gerrit.libreoffice.org/15653 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-05-21Revert "fTools::getSmallValue() is not used anymore"Caolán McNamara1-1/+4
to fix the build This reverts commit ce7d80c69d936e844ec4ed930264bfc8cadacde1.
2015-05-21gtk3: implement keyboard and mouse grabCaolán McNamara1-65/+73
Change-Id: Iff17dccc58e0fcd6bdc479e6135e067ae375dce9
2015-05-21Use delegating constructorStephan Bergmann2-25/+23
Change-Id: I793130bda833f4eb6ba5f2901adb2362ce666fe9 Reviewed-on: https://gerrit.libreoffice.org/15829 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-05-21For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann2-0/+19
...same as f0aa1a78fb209310e8baef53c02f365fca518d11 Change-Id: Ib02a20677eaaf2930bf3620c4ed2b1c3c098ce00
2015-05-21tdf#91095 svx: avoid unconditional SdrObject -> SdrObjCustomShape static_castMiklos Vajna1-1/+1
Change-Id: I5ed86633e909c13f14ee382b4d9ec8f9c264df1d
2015-05-21fTools::getSmallValue() is not used anymoreZsolt Bölöny1-4/+1
Change-Id: I20ecd3078d1b0c5265929405484cda2cfd88060d Reviewed-on: https://gerrit.libreoffice.org/15806 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-21Fix thinkoTor Lillqvist1-1/+1
2015-05-21WaE: macro "LOGW" is not usedTor Lillqvist1-1/+0
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist4-216/+0
2015-05-21Bin the since long obsolete "desktop" Android appTor Lillqvist11-807/+0
It was an early approach, indeed experimental, and has been abandoned for quite a while.
2015-05-21Bin obsolete code that has not been built for ages and likely has bit-rottedTor Lillqvist145-10349/+0
If somebody needs to have look, it can be found in git, or in old source tarballs, etc. No need to keep in the work tree.
2015-05-21convert SWIB constants to scoped enumNoel Grandin9-69/+76
Change-Id: If64368f22e748cc646a726cb962e60ad29a66df9 Reviewed-on: https://gerrit.libreoffice.org/15840 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-21gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUNDMiklos Vajna3-0/+36
Change-Id: Ic545bbd14d11a3b310f4d72ee02e51a7cb6f4f22
2015-05-21convert MENUBAR_MODE constants to scoped enumNoel Grandin5-11/+13
Change-Id: Ie4cda46d02e82cca1710603cfb3af379c702d9d7
2015-05-21CppunitTest_sw_tiledrendering: disable the search test on non-Linux for nowMiklos Vajna1-0/+2
Change-Id: Iae2de9b9ada2046beca29990a8abda09947d7b34
2015-05-21loplugin:literaltoboolconversionStephan Bergmann1-1/+1
Change-Id: I4b9299ef87686fee4e2771255ed1fcbc16374db9
2015-05-21fpicker: simplify code by std::any_ofTakeshi Abe2-17/+12
Change-Id: I0f5a8b5d7f8f88a821793004c1574fcb6a7a4882 Reviewed-on: https://gerrit.libreoffice.org/15836 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-05-21editeng: simplify code by std::none_ofTakeshi Abe2-12/+7
Change-Id: I6fb427b4e3d1179cf9291daa7204f3892a8e271f Reviewed-on: https://gerrit.libreoffice.org/15838 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-21svtools: simplify code by replacing std::find_if with std::any_ofTakeshi Abe2-23/+8
... or std::none_of. Change-Id: Ib6af7f32d9495eca03e29dcea06ff3925b1cc7b7 Reviewed-on: https://gerrit.libreoffice.org/15839 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-21sw: prefix members of SwWrapTabPageMiklos Vajna2-77/+77
Change-Id: I58d59680768d445c073c50b49a8b6976d7a636a0
2015-05-21convert CVT constants to scoped enumNoel Grandin23-116/+120
Change-Id: I7703816b6a1df2bf24c06cdf9992f9982ae724e8 Reviewed-on: https://gerrit.libreoffice.org/15826 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-21tdf#90999: Import spreadsheetML cells with inline formatting tagsRobert Antoni Buj Gelonch1-7/+6
Change-Id: I5a723d5ecc4a075be64ba9766e574d9a9df50eb1 Reviewed-on: https://gerrit.libreoffice.org/15821 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-05-21convert TABITEM constants to scoped enumNoel Grandin4-25/+33
Change-Id: Ia16127a7d97ef7db59bd2b0e6b8d14d8625bc526 Reviewed-on: https://gerrit.libreoffice.org/15827 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-21tdf#91054: cleanup weirdo function prototypesJens Carl5-197/+99
cleanup the folders chart2/ and ucb/ Change-Id: Ia5f230703e55da5710eaa52bbd9e22a6395a49ad Reviewed-on: https://gerrit.libreoffice.org/15832 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-21Breeze: update blue color for text iconsandreas_ka37-0/+0
Change-Id: I051ce1165b8ddf5e3adabfacde03d436f3ada1ec Reviewed-on: https://gerrit.libreoffice.org/15835 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>