summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-22fix crash related to VclPtr workMarkus Mohrhard
Change-Id: I273658a6edd9787c19cfaac0e1cb4a2c33611b99
2015-05-22Updated coreMichael Stahl
Project: dictionaries cdb3172a438c7c56c4700edf7d771ede5cdf3402 Lightproof: do not return invalid nBehindEndOfSentencePosition Copy bugfix to localized Lightproof.py Change-Id: I7a27492a26e3bd18ba2c6a4a299039c2ded38e53
2015-05-22tdf#91283 - reset the PrinterController during dispose.Michael Meeks
Change-Id: I22c6c534cfefdbb68e965cbd6baab3da3146d9d0
2015-05-22svtools: SAL_WARN -> SAL_INFO that was OSL_DEBUG_LEVEL > 1 printf beforeMiklos Vajna
So that just like before, it doesn't appear in a dbgutil build by default. Change-Id: Ie2c18400cc6b617aa51a173e8f3c764a2c3c48c8
2015-05-22bsh-2.0b5 is under the APL, adjust readlicense_oo and include noticeCaolán McNamara
edit fodt first with writer, and export to xhtml for the html (adjusted the .txt file manually) Change-Id: I94c7e42df2c4de3f511c3ca293c3ae934807e06f Reviewed-on: https://gerrit.libreoffice.org/15854 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-22Updated coreMichael Stahl
Project: dictionaries 8952e8055690417e60d75e4e4adf3c85a1029e7c Lightproof: do not return invalid nBehindEndOfSentencePosition For a paragraph with a space at the end, this assertion is triggered: linguistic/source/gciterator.cxx:162: lcl_SkipWhiteSpaces: illegal arguments Cause is the loop in doProofReading that gets the last character of the paragraph and increments nStartOfNextSentencePosition even if it's already at end of the text. (regression from 080424980483bcc29a3556cf1a681c45cd5c50fc) Change-Id: I58bd10d168f75f9d365cb33c0ade770750ff57ef Reviewed-on: https://gerrit.libreoffice.org/15834 Reviewed-by: László Németh <nemeth@numbertext.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-22kde250524-4.odt (etc) are missing some namespace declarations in meta.xmlCaolán McNamara
Change-Id: Ie6a86262f60a4d44423bf8673d3847594e25e296
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
Change-Id: Id85137ffc7309a66b04132d588d289db136117b9
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
Change-Id: I0c7c6d095732704eb4ab48f1277a0592b1c7fa33
2015-05-22convert TITLE_BUTTON constants to scoped enumNoel Grandin
Change-Id: Ibfee4c394724570d9f64098d3703a08b7246ad2c
2015-05-22fix asserts on export to pptxCaolán McNamara
regression from commit e4fab06d82299054ddd46c7d925d300cd3d0a17d Author: Sujith Sudhakaran <sudhakaran.sujith@yahoo.com> Date: Tue Apr 7 08:56:04 2015 +0530 tdf#90245: Support for table merge cell export. where we can now ened up with unbalanced start/end cell tags Change-Id: I03a8fd5f9f3d77a984d68423bae946fca85135ec
2015-05-22loplugin:constantfunctionNoel Grandin
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
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 Grandin
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 Thiebaud
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 Stahl
This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.
2015-05-22Revert "gbuild: allow recording of CppunitTests and PythonTests too"Michael Stahl
This reverts commit 5a7816b971c51ea4b642738a065e90d4d9bf12d7.
2015-05-21gbuild: allow recording of CppunitTests and PythonTests tooMichael Stahl
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 Stahl
Change-Id: I3a393e91d392c3cc572c46e94d7ea7bb1205c0c3
2015-05-21i18npool: ASAN: fix off-by-one in gendict's index2 arrayMichael Stahl
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öny
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 Vajna
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émeth
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 Vajna
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
2015-05-21android: leftover gitignoreMiklos Vajna
Change-Id: I45a709d805e8706a2f186fd44b4f467d173bc61e
2015-05-21CppunitTest_sw_docbookexport: -Werror,-Wunused-private-fieldMiklos Vajna
Change-Id: I51586c4187948aeb62cc3ca92e61e96681be02cd
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist
2015-05-21Bin the 'DocumentLoader' Android test appTor Lillqvist
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 Bergmann
...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 Lillqvist
2015-05-21Bin unused codeTor Lillqvist
2015-05-21tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks
Change-Id: I4aada7f27e3a88124ad670e62ddb6c92ecf431a8
2015-05-21external/libetonyek: -fsanitize=enumStephan Bergmann
e.g., during CppunitTest_writerperfect_impress Change-Id: Ib9eb7a9ba7c9bad9cc43fbe2132ca315e2f28c0a
2015-05-21Translated some German comments to EnglishSam Tuke
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 Mohrhard
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 Godard
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 McNamara
to fix the build This reverts commit ce7d80c69d936e844ec4ed930264bfc8cadacde1.
2015-05-21gtk3: implement keyboard and mouse grabCaolán McNamara
Change-Id: Iff17dccc58e0fcd6bdc479e6135e067ae375dce9
2015-05-21Use delegating constructorStephan Bergmann
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 Bergmann
...same as f0aa1a78fb209310e8baef53c02f365fca518d11 Change-Id: Ib02a20677eaaf2930bf3620c4ed2b1c3c098ce00
2015-05-21tdf#91095 svx: avoid unconditional SdrObject -> SdrObjCustomShape static_castMiklos Vajna
Change-Id: I5ed86633e909c13f14ee382b4d9ec8f9c264df1d
2015-05-21fTools::getSmallValue() is not used anymoreZsolt Bölöny
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 Lillqvist
2015-05-21WaE: macro "LOGW" is not usedTor Lillqvist
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist
2015-05-21Bin the since long obsolete "desktop" Android appTor Lillqvist
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 Lillqvist
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 Grandin
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 Vajna
Change-Id: Ic545bbd14d11a3b310f4d72ee02e51a7cb6f4f22
2015-05-21convert MENUBAR_MODE constants to scoped enumNoel Grandin
Change-Id: Ie4cda46d02e82cca1710603cfb3af379c702d9d7