summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran
It is to improve the readability of calls to osl::Thread::wait. Change-Id: I025d89abf8e84ca73ba08f001be3f45b86c89957 Signed-off-by: Gurkaran <gurkran@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/23416 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-22Fix wrong pattern definitions in khmer dictionary breakerMartin Hosken
Change-Id: I0132196744046391759a6e5110d054feee3deea3 Reviewed-on: https://gerrit.libreoffice.org/23420 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Martin Hosken <martin_hosken@sil.org>
2016-03-22Updated coreAdolfo Jayme Barrientos
Project: help fa2b64a955335a5dd0ad50bc5348a17a388b101e Typo Change-Id: If20a4bf9d3370e407571cbe901584b7ff62ae7e2
2016-03-21sw: load_save_test is not a unit testMichael Stahl
This was originally added as a complex test as a convenient way to bulk load/store documents, before nice features like soffice --convert-to. Running it as such doesn't do anything, since the "FIXME" directories it reads files from don't exist (actually it even failsa to run on WNT). Change-Id: If74fc30997a0f5f67009b765f5e9e79d72d00ece
2016-03-21clew: move this foreign code to external/clewMichael Stahl
... so that hopefully it won't be "cleaned up" and needlessly diverge from any hypothetical future upstream. Change-Id: I10503072f618ac6b74bc52d4d59c0d8951bd8d0d Reviewed-on: https://gerrit.libreoffice.org/23075 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-21tdf#98787: Crash after showing mailmerge toolbar and showing previewJulien Nabet
Change-Id: I38034875a7175acd16e451e733c0d4c103c36eef Reviewed-on: https://gerrit.libreoffice.org/23411 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-21unit test for copying cells within named range, tdf#93127Eike Rathke
Change-Id: I7bf6cd1c328e1d6eda5b67f05ec4870efe001b68
2016-03-21Revert "tdf#44282 fix missing space for numbered lists in TOC"jan iversen
This reverts commit 9ebe054ddb2d938b24ca4688be9bcbc62745f67f. Causing problem with outlining > 2. Change-Id: Ic2e2413d8b0b437011b5930472a49b6a6a7e5d0c Reviewed-on: https://gerrit.libreoffice.org/23410 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-03-21clarify confusing code styleDouglas Mencken
Change-Id: Id05b1a361dcc3e63d5c26b48dded0914c1dbefb4 Reviewed-on: https://gerrit.libreoffice.org/23390 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-21fix windows 64bit build on vs2015Tomofumi Yagi
Visual Studio 2015 will report as follows at the time of 64bit build. /core/vcl/win/gdi/winlayout.cxx(3972): error C2397: conversion from 'long' to 'FLOAT' requires a narrowing. Change-Id: I1a96bd9244c693a3d41b4bf4c2df80ad3b106adc Reviewed-on: https://gerrit.libreoffice.org/23367 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-03-21drop unused headerDouglas Mencken
Change-Id: Idca6bfe816f9e5fbade92a57b99eba59a17c1394 Reviewed-on: https://gerrit.libreoffice.org/23372 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-21Resolves: tdf#93127 copying cells does not modify named expressionsEike Rathke
Change-Id: Ic3d0b0a709ecfeade4b3a9c4be9e0c9cfd766103
2016-03-21Make aDelimiterTable a local varStephan Bergmann
Change-Id: Ie551a52310d4723643433973bf7ecf024068e4d5
2016-03-21loplugin:staticmethodsStephan Bergmann
Change-Id: Id40b00234f78afc238d6b3af1283e0429587ee49
2016-03-21loplugin:staticcallStephan Bergmann
Change-Id: I2ff2d5a2a1423b39f960f9bdc8893cf2bb69b88b
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
I removed all the OSL_DEBUG_LEVEL > 1 conditionals and also made SAL_WARN open to production code which was earlier under OSL_DEBUG_LEVEL > 0 Change-Id: Ibe71defed9a7191ec8e4a934e746ef0f3ebd8b3a Reviewed-on: https://gerrit.libreoffice.org/23065 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-21No, I don't want to see that "bootstap" typo on every start of sofficeStephan Bergmann
Silly of 221144f9c995fe30adf577c02f756b3123fb2550 "tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)" to make that output conditional on just OSL_DEBUG_LEVEL>0. Can't use sal/log.hxx here, and demand for this debug output is probably rare to non-existant, so just remove it. Change-Id: Ie8c7846f785c7875375af215934c71ff28085458
2016-03-21No need to wrap SAL_WARN in #ifStephan Bergmann
Change-Id: I31cef28308acf86aec7e2bbd00ab49019fa73891
2016-03-21Just use plain bool hereStephan Bergmann
Change-Id: I82c19f2f0e0ef88497db54f426c91af2aee0bc99
2016-03-21Redundant explicit cast to void*Stephan Bergmann
Change-Id: Ife89d8362031534169c5e70ff09e20c916cd61f8
2016-03-21off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane
Change-Id: I14ef451999fa1f9d57757a9e231fc66be4e53f3a
2016-03-21tdf#97251 Always show the text direction alignment controlYousuf Philips
Change-Id: I349ac47e08f9a9d55dd955026988273e126ad4c7 Reviewed-on: https://gerrit.libreoffice.org/22673 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-03-21UBSan: SfxInt16Item/SfxInt32Item mismatchStephan Bergmann
...presumably a typo in 0bd43b8c782135e5eb3018ee345a3bd409419a1b "sc lok: Extend uno commands: .uno:SelectRow/Column" Change-Id: I725876ab17ffeb5814919f7b418fedb4506ecf91
2016-03-21Move clipboard stuff to the top like in other modulesMaxim Monastirsky
Change-Id: I0e07e58f058ce7dde57277868597a56273d3b5ce
2016-03-21tdf#93837 chart2: Convert shape context menus to xmlMaxim Monastirsky
Change-Id: Ie0589c576b26dd74b9bc16d78a37a01c9bb2985e
2016-03-21Link .uno:ToggleAnchorType -> .uno:AnchorMenuMaxim Monastirsky
So we don't break already customized toolbars. Change-Id: I5f29413409085d186e69cb8682c6a3480888adc7
2016-03-21Revert "tdf#96393: reuse layout if available"Eike Rathke
This reverts commit 9fdd671fb276a419089f26e47739c4a783d15e93. Not only introduced it the regression of https://bugs.documentfoundation.org/show_bug.cgi?id=98437 in that dialogs with options shown closed in a different size than they would be opened with options not shown now open in the previous closed size, but it also introduces regressions for dialogs with nested windows where if the initial layout is skipped for the remembered outer window size the inner windows are not initialized anymore. One example is the Calc Manage Names dialog, where the table is a nested window that now has an initial width 0 and thus the column headers that should be equally sized distributed are lumped together at the top left and only two are displayed instead of three and the table content is messed up. Change-Id: I319d931cde2b7b87261e4c04122b91cd0f64b117 Reviewed-on: https://gerrit.libreoffice.org/23402 Reviewed-by: pepp <pelloux@gmail.com> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-03-21tdf#98745 Optional save button without the dropdownMaxim Monastirsky
Change-Id: I66499a9108dce76e661df9b5b45b249caf9eece8
2016-03-21Need to get the shortcut of the real commandMaxim Monastirsky
... as command alias can't have one by itself. That's the same we do for menus. Change-Id: I555a41282001300fa9aa0e585c073656789c4ebd
2016-03-21tdf#98324 - PNG prints as black block with OpenGL - fixedMarco Cecchetti
Now the correct color palette is used. Change-Id: If26c7cb149d1d6c24ae78137ff54669b3091fdb2 Reviewed-on: https://gerrit.libreoffice.org/23378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-03-21sc tiled rendering: Fix a corner case with shift modifierPranav Kant
With shift modifier, all rows/cols should get deselected upto the current cursor position from the last cursor position *if* the last cursor position *with* KEY_MOD1 resulted in a deselection of row or column. Added a unit test to support this. Change-Id: I7b338ca52505d59480209802ee65a6d64b0ac67d Reviewed-on: https://gerrit.libreoffice.org/23364 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2016-03-21tdf#98405: apply color value when switching from 'none' to 'color'Oliver Specht
Change-Id: I8e04160774dd7555cc872f1df65b310c8b8f8485 Reviewed-on: https://gerrit.libreoffice.org/23360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-03-21sw: MAN_ANZ_PLCF -> MAN_PLCF_COUNTMiklos Vajna
Change-Id: If66c03001b80a8fd54abf819906ac80b59f4edac
2016-03-21avoid null pointer crash during mail-mergeJustin Luth
It is possible to have a null TextNode in a FieldMark when copying bookmarks between documents. The logic was tweaked to add a test preventing the exception. Change-Id: Ifaf779b9adc4bb07584bf6362cfe9d32aef315bc Reviewed-on: https://gerrit.libreoffice.org/23389 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-03-21Updated coreAdolfo Jayme Barrientos
Project: help 912b8cc190c9242ec4bda65c506cde9f94fc0f69 Update menu paths for AutoCorrect Change-Id: Iba4bd56720974d673f48aba51405bb0967306713
2016-03-21tdf#98789: use "Optimize Size" also in toolbarJulien Nabet
Change-Id: I6e372b83416682b058bfa7690ec18138864a9d44 Reviewed-on: https://gerrit.libreoffice.org/23381 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-21Updated coreStanislav Horacek
Project: help 0788e159144aed4d05f0df53499d493eea23cd51 add Sheet Tab Color to the Sheet menu Change-Id: I8c7af8d8f204a71cd1ceb03cd0117cd53a36a19f Reviewed-on: https://gerrit.libreoffice.org/23386 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-21Updated coreStanislav Horacek
Project: help 2bb98d0fff9ea44a2a9d6734eb31940922c22cc7 fix link to Page Break page Change-Id: I75f0fe92eea68ef777215413f7ce1ee3fed0ccd1 Reviewed-on: https://gerrit.libreoffice.org/23384 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-21Updated coreStanislav Horacek
Project: help 412201d482982e12252a90de36e93b80ccfc55d7 Table toolbar: rename "Optimize" icon to "Optimize Size" Change-Id: I441fdbb2f921fc7c3985ace1bf8bb365eec48847 Reviewed-on: https://gerrit.libreoffice.org/23379 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-20no need to declare the variable outside of the for loopMarkus Mohrhard
Change-Id: I1289d7e9b5f3459882582b494006a69075a0b860 Reviewed-on: https://gerrit.libreoffice.org/23382 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-20loplugin:stringconstantTor Lillqvist
Change-Id: I94db03d7aa812df584cc13e75c132c09ce4b33aa
2016-03-20-Werror,-Winconsistent-missing-overrideTor Lillqvist
Change-Id: Ic197ab65be361ae3e642da2e20da4aba5cb93a74
2016-03-20BASIC: Calling SbxDimArray::Clear should also call SbxArray.Arnaud Versini
Change-Id: I832a192bbb3ddd2d32d80f22ae8f2cf95e3edfb7 Reviewed-on: https://gerrit.libreoffice.org/23192 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
2016-03-20-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: If1eba07dcf5bb71c51db80ca7a5e6532bfcf2fbe
2016-03-20BASIC : Use std::vector in SbiRuntime to save referencesArnaud Versini
Change-Id: Ica819538b39e58416825e651d057620a66f731cd Reviewed-on: https://gerrit.libreoffice.org/23193 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
2016-03-20tdf#90834: Drop an 'in-line change log' style commentTor Lillqvist
Change-Id: I7eada6b0d422ff5934d9c21d8f2307017d93b559
2016-03-20Ambiguity between clang:: and llvm::PointerTypeStephan Bergmann
Change-Id: I2727ef17b9ab780c608878aaca9ce0fda01b9c22
2016-03-20loplugin:redundantcastStephan Bergmann
Change-Id: Ic661caef5015ab0eafa812dab9f27c774b7326b5
2016-03-20tdf#90834 Turn in-line version control history comments to good comments.Muhammet Kara
Change-Id: I562b4310059e359c912dd2b4862539e9da28953a Reviewed-on: https://gerrit.libreoffice.org/23374 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-19Remove commented-out codeGurkaran
Follow-up to 2f7815ab6b3f93f7f9712d403846f1874b8e3a2b Change-Id: Ifd2dca4105caf5693a8ae17d26f950a3aef418bd