summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-17Updated coreGabor Kelemen
Project: help f8d42fe73a9a27a17ee421ef63340ac41eeb2539 tdf#99885 Fix example on using the AGGREGATE function Change-Id: I27b783c937c7ad44839803f3fd7810a4d03a3d87 Reviewed-on: https://gerrit.libreoffice.org/28936 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-09-17Updated coreStanislav Horacek
Project: help 25ddb95121b787fc523c60b838eee35f3c25b814 rename "Graphics cache" to "Image cache" Change-Id: I4fa5fdfc352a352c56972c9784422703a231579d Reviewed-on: https://gerrit.libreoffice.org/28968 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-09-17Updated coreGabor Kelemen
Project: help f3f6967430b24e04be249a063296d5b0f0769f94 Menu item rename: View -> Fields to View -> Field Names Some occurrences were replaced in c375894037bb4da57fe7defc45b88d8c0c989dd8 but some others remained. Change-Id: Ic68d79c92b82ff4f7c85a51b7e66f9da0d93ad60 Reviewed-on: https://gerrit.libreoffice.org/28918 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-09-17Reduce scope of soma local variablesTamás Zolnai
Change-Id: I6e8938fa76e6afe0763610266b25ebf5ffe48d56
2016-09-17Fix build with DEBUG_PIVOT_TABLE macroTamás Zolnai
Change-Id: Ia2e38469ab8df268c6e03d77cae76e16e454ad76
2016-09-16tdf#101359 Just advance list box for BOOKMARKsJan-Marek Glogowski
Since the list box just contains MarkType::BOOKMARK, just advance the list box position for marks of this type. Change-Id: I7b8743abb1ffb2fda2242c5e7301b3ff15ae355b
2016-09-16tdf#101541 function WORKDAY.INTL not working properlyWinfried Donkers
When holidays are adjacent to weekend days, wrong results occurred. Change-Id: I9ec86e00f1a62ea941ff70617a1b448601aff9cc Reviewed-on: https://gerrit.libreoffice.org/28771 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-09-16Revert "Revert "add MOD test case""Eike Rathke
This reverts commit 9dc3356f1499a2b90078be86ca7470eb2e96aba8. Should not fail now since commit b9a27d5856f60688456762bfcc29c38670009254 Date: Wed Sep 14 12:56:31 2016 +0200 sc: disable function test documents for 32-bit PLATFORMID=linux_x86
2016-09-16Revert "Revert "add CUMPRINC test case""Eike Rathke
This reverts commit 9532f45ff009f67940c77dccd463f3088866b75e. Should not fail now since commit b9a27d5856f60688456762bfcc29c38670009254 Date: Wed Sep 14 12:56:31 2016 +0200 sc: disable function test documents for 32-bit PLATFORMID=linux_x86
2016-09-16Revert "Revert "add GROWTH test case""Eike Rathke
This reverts commit 620e1697fe041a07ac15fde7620489d7728f2a27. Should not fail now since commit b9a27d5856f60688456762bfcc29c38670009254 Date: Wed Sep 14 12:56:31 2016 +0200 sc: disable function test documents for 32-bit PLATFORMID=linux_x86
2016-09-16Revert "Revert "add LINEST test case""Eike Rathke
This reverts commit 9545b62ee3b8f8b2c3c0c3ca03009d8690721713. Should not fail now since commit b9a27d5856f60688456762bfcc29c38670009254 Date: Wed Sep 14 12:56:31 2016 +0200 sc: disable function test documents for 32-bit PLATFORMID=linux_x86
2016-09-16Revert "Revert "add LOGEST testcase""Eike Rathke
This reverts commit 9e3c49f4449519680f2b149c71367f44dfa7736f. Should not fail now since commit b9a27d5856f60688456762bfcc29c38670009254 Date: Wed Sep 14 12:56:31 2016 +0200 sc: disable function test documents for 32-bit PLATFORMID=linux_x86
2016-09-16Improve test failure outputStephan Bergmann
Change-Id: Idf3838e1a434b0667e43b1168909e2d3d86cdc43
2016-09-16external/python3: Fix building against external/zlibStephan Bergmann
...whose (static) library is called "zlib" instead of just "z". (I ran into this when trying to do a 32-bit Linux build in a 64-bit environment, with only very limited 32-bit support installed in the system.) Change-Id: I9286975917ddf643a22803561677af035e66fb98 Reviewed-on: https://gerrit.libreoffice.org/28964 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-09-16external/harfbuzz: Remove hidden dependency on freetypeStephan Bergmann
In external/harfbuzz/ExternalProject_harfbuzz.mk we are careful to configure harfbuzz --with-freetype=no, but then harfbuzz goes on to nevertheless link some of its programs against freetype. However, those all appear to be test programs that we do not otherwise rely on, so just suppress building them in the first place. (I ran into this when trying to do a 32-bit Linux build in a 64-bit environment, with only very limited 32-bit support installed in the system.) Change-Id: I1bab2ff4b533e5a30d68d72ec001904cb63f5d94 Reviewed-on: https://gerrit.libreoffice.org/28963 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-09-16Try silence cid#1371124 ("Operands don't affect result")Stephan Bergmann
...where Coverity doesn't reveal which instantiation of the templated code it is complaining about, but it must be ScRefFlags (sc/inc/address.hxx), which has underlying type sal_uInt16 and a mask of 0xFFFF. Change-Id: If0abd195885acdffb3c61cdab88d7a2c87c00c4f
2016-09-16sd draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()Miklos Vajna
This is similar to commit 7b784e4e3927d91a96cd0b54fc43c9b488822e47 (sw draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback(), 2016-09-14), but this fix is for Impress. Change-Id: I995d2ed223aa6ce7845c440039d176b6beada84e
2016-09-16tdf#101855 BETA.DIST: apply same constraints as Excel does.Winfried Donkers
Change-Id: I617146665e72286aef3de35b859ca2e52d039bd8 Reviewed-on: https://gerrit.libreoffice.org/28612 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-09-16tdf#98493 UI : "SCENARIO SELECTION IN NAVIGATOR (sheet group)"sll
Change-Id: I71071ba71ce05487273ce66e64f930cd2ec7b8d0 Reviewed-on: https://gerrit.libreoffice.org/28697 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-09-16Revert "convert ReaderWriterEnum to scoped enum"Noel Grandin
It causes breakage on some gcc's with "default constructor could be not generated" message. Will attempt to re-land later. This reverts commit 6da5ed6d7cea0917047dca92a9e32a7eb5e85ad6.
2016-09-16convert ReaderWriterEnum to scoped enumNoel Grandin
Change-Id: I6af2784857c835a823218ba88f4bf65a19a0d253 Reviewed-on: https://gerrit.libreoffice.org/28959 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-16Missing includeStephan Bergmann
Change-Id: Ia4b86b8a6c8cc5ae87284080a31f8ddf9d99455d
2016-09-16Replace remaining OSL_ASSERT etc. in binaryurpStephan Bergmann
Change-Id: I6f013cacbefe9c681baa3e91f73f4fc05c99ba78
2016-09-16tdf#101088 Add comments about translatable elements of classificationGabor Kelemen
Make it obvious which parts are translatable to avoid overtranslation Change-Id: Ic2772f6d4c394189b6fa089906985a7fdae75b26 Reviewed-on: https://gerrit.libreoffice.org/28945 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-09-16sfx2: add SfxLokHelper::getViewIdsMiklos Vajna
and also expose it in the LOK API. This way clients don't have to keep track of what views they created / destroyed, they can also get an up to date list with this method. Change-Id: Ibaee42c545803e04a31e7c13ab6ec370b99465c4
2016-09-16embeddedobj: add a comment why the original size is restoredMichael Stahl
... in OCommonEmbeddedObject::getPreferredVisualRepresentation() Change-Id: I326b7df4350f34fc9a1c363ea0e9bc77d8f1e976
2016-09-16coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl
Change-Id: I51e67607d94a465ce39e822f01a0c60efbf1a0f0
2016-09-16In binaryurp, fix change from rtl_copyMemory to memcpyStephan Bergmann
...done in 36a2db3722b79ed3df075d7f3fa77fb761bcf5a4 "Replace usage of rtl_*Memory with equivalent from string.h" Change-Id: I068feab3140cdcb34ea8c80e273ea2761f0efb7f Reviewed-on: https://gerrit.libreoffice.org/28941 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-09-16Updated coreYousuf Philips
Project: help dbaafc06a3900c768074b2f5c2a0af8c7c6194d8 tdf#102219 Correct shortcuts for navigator and references Change-Id: I3b2a35a05597e6002668e8c4a2afea207a9242bc Reviewed-on: https://gerrit.libreoffice.org/28943 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-09-16tdf#79398 Add qa unit test for sub-formatLaurent Balland-Poirier
Change-Id: I61e640185ef77335d0e393a3827d78579473cd33 Reviewed-on: https://gerrit.libreoffice.org/28604 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna
As this only returns the number of views, not the actual views. Since it's a rename, it's just an API (but not an ABI) change. Change-Id: Ib4f0ea56a90e5ae9c80ee1781aa2f29aff4259e7
2016-09-16Resolves: rhbz#1373933 gtk 3.21 emits a lot more "style-set" signalsCaolán McNamara
also deb#837356 since gtk3 commit of... commit 0f116135f4a5033ce4e9dfa19f10624701fa615c Author: Matthias Clasen <mclasen@redhat.com> Date: Fri May 6 10:12:14 2016 -0400 Avoid emitting ::style-set by name GtkStyle is deprecated, but we still emit ::style-set quite a bit, so lets at least not be slow while doing it. docs say... 'GtkWidget::style-set has been deprecated since version 3.0 and should not be used in newly-written code. Use the “style-updated” signal' and this code just came over from gtk2 without any thought about it at the time, so change it over to the "style-updated" which makes everything happy again Change-Id: I9e920d2fb2d820ff1b1b5a9ecb228484df3d6146
2016-09-16tdf#56907 extend dot leader character list in ToC for typographyLászló Németh
Add ONE DOT LEADER, TWO DOT LEADER and HORIZONTAL ELLIPSIS characters to the "Fill character" list of tab stop entries in Table of Contents formatting. These characters give typographically better dot leaders, than the default dense FULL STOP dot leader. See also http://scripts.sil.org/CharStories_2024 Change-Id: I1d10c8bf59b2722c3ec78d59063a25534570129b Reviewed-on: https://gerrit.libreoffice.org/28937 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
2016-09-16add comment for raw numberJochen Nitschke
values are already in initial commit fd069bee7e57ad529c3c0974559fd2d84ec3151a (svx/source/dialog/tpline.cxx) corresponding chart2 commit 668c6b0245b6076ac8fb3f5d734795117188675e (chart2/source/controller/dialogs/dlg_ObjectProperties.cxx) nNoArrowDlg = 1100 was initially commented out and removed later Change-Id: If11506c071cf18d06200032f3cd3b753bc0a4e59 Reviewed-on: https://gerrit.libreoffice.org/28915 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-09-16fix copy&paste in DownBarFillsJochen Nitschke
Change-Id: Id1e61caa2252c2d27560b8565abd3255faaf684b Reviewed-on: https://gerrit.libreoffice.org/28939 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e12346
Removed the "long" integer literals in "vcl/source/gdi/". Some literals are left to match external methods Change-Id: I55aa9bd2935bfd82c9c1cc5cd1efcc4b7c3d9346 Reviewed-on: https://gerrit.libreoffice.org/27784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-09-16filter: fix loplugin:cppunitassertequals warningsMiklos Vajna
Change-Id: Ibb80377a581d70501dbd243307e883057508e67f
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
Also fix obvious bug in the initialisation of the connectivity::odbc::OConnection::m_bClosed field. Probably closes some kind of connection leak there. Change-Id: I04579cf91bcd6d6c51c697d83971da4142743a82 Reviewed-on: https://gerrit.libreoffice.org/28932 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-16fix buildCaolán McNamara
Change-Id: I700d3b791ad7380e4d875cf33b98879303f01fb0
2016-09-16Either -O2 is broken in Apple Clang, or some of our code is brokenTor Lillqvist
Already with Xcode 7.3.1 some unit tests crash when the code is built with full optimisation. Xcode 8 did not help. So use -O1. Yeah, this sucks. Don't have time to investigate in detail. Change-Id: I0cffad1a3ee3ee86b61eca3c856476133125049b
2016-09-16No need for an abstaract HIODev::closeStephan Bergmann
...that was only called from dtors anyway, where its virtual-ness doesn't actually help (and would trigger loplugin:fragiledestructor if that were enabled) Change-Id: I477a22f2cadd1124b7106c5338e525629968a284
2016-09-16loplogin:singlevalfields in include/Noel Grandin
Change-Id: I27842162fcf82120ecb811ee8e89e187430931fc Reviewed-on: https://gerrit.libreoffice.org/28931 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-15tdf#95024 Update Hungarian Autocorrect patternsLászló Németh
to help the transition to the new Hungarian orthography Change-Id: Ib7cfc98ef759890bdb322a4c86d6f3d4e76349bc Reviewed-on: https://gerrit.libreoffice.org/28916 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
2016-09-16Drop redundant castTakeshi Abe
Change-Id: Ief00bc6e82cd4e54602e069c0bafd1dfc7bdd2ff
2016-09-16tdf#102074 Allow to choose page direction on printing brochureTakeshi Abe
not only for CTL, but also for CJK. Change-Id: Ic987e6f97a42d66aa859d5da496542ed099eadf0
2016-09-15sw: remove some can-never-happen checks that are now assert()Michael Stahl
Change-Id: I16cd7253b3c8e65bf9f400ace2aa93e47c8981e4
2016-09-15tdf#43157 clean up OSL_ASSERT in /core/sw/source/core/undo/docundo.cxxSophie Su
Change-Id: I866ba17ffe82294758fd54c525c030eda1e0761a Reviewed-on: https://gerrit.libreoffice.org/28418 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2016-09-15use std::unique_ptrCaolán McNamara
Change-Id: Ibdbb7c32435684c7166ff3437a9fe812b3760356
2016-09-15use std::unique_ptr and remove custom dtor for coverity#1371321Caolán McNamara
Change-Id: Idf1e423fe78d44bca351624e81bcca85205a644b
2016-09-15tdf#82840 Add radio buttons for toolbar stylesMuhammet Kara
Add 'Icons Only', 'Text Only', and 'Icons & Text' radio buttons to the 'Toolbar' tab of the 'Customize' dialog. And remove the corresponding items from the 'Toolbar' menu button. Also removed some unused literals and code pieces. This patch is towards achieving the design and functionality suggested in the related bug report. Change-Id: I072b05ae64817e93c0dbd5fb434126b525c2fd48 Reviewed-on: https://gerrit.libreoffice.org/28773 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>