summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-10tdf#97191 fix emoji correction conflict with time formatLászló Németh
by removing the bad patterns from DocumentList.xmls, and adding "h" to the end of the bad en-US emoji short names, (separated by a space according to the orthography): :1 h: instead of :1:, :10 h: instead of :10: etc. Also complete the fix for tdf#93233, removing the :1:30:-like (never working) patterns. Change-Id: Ia39e1f0d5fdbf686713c6deacf2a56e0beb8b42b Reviewed-on: https://gerrit.libreoffice.org/28756 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2016-09-10Blind fix for MSVCStephan Bergmann
Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77
2016-09-10typo fix: oue -> ourAndras Timar
Change-Id: I4c592f467017cc88cd7deb124f9859e0ff515009 Reviewed-on: https://gerrit.libreoffice.org/28775 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-09-10DejaVu fonts version 2.37Andras Timar
Change-Id: I86ed4ce1683e572c497dd5170f2e15b8bb20d501 Reviewed-on: https://gerrit.libreoffice.org/28778 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-09-10fix the buildMarkus Mohrhard
Change-Id: I600d1820d95ecbd428bbda18b3a07ec225bd2db0
2016-09-09Hack to make Arabic subtending marks workKhaled Hosny
E.g. in Amiri. Change-Id: Ibdac6b02bdbae40786d7c2c4725641be5cbfb80d
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I8ba37267e8a7058ade54783ea0e117a8f8816c45
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I642486578190ed5e74a917c60153cac084f35fe8
2016-09-09avoid manual memory managementDavid Tardon
Change-Id: Ibc4e7191e5cbc5a14c32b32bab99116173070a87
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I39475538ed838e4210e256d85c6dd46232f8dc50
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I52713ea0015a5f0118c337279f37bc38b1121f1e
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I507b19dfd7445144258554b08bbf2fea0ed1698f
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I3d7a8a8296e1d107b1f364b5c0785fc9f19cbed5
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I55c6282c7b60cceb702a5f2f0f24b8ad288ec716
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: Ic0cb9399e5cfc7237a3cda666b1d4f926761a9ca
2016-09-09tdf#86926 writerfilter allow fallback if exceptionsJustin Luth
The multiset routine was put in to increase the speed of applying properties. However, if one property causes an exception, the remaining properties are never applied. There is already a fallback routine (if the multiset can't be created), so use that instead of returning in a failed state. Change-Id: Iac53edd5fca8e8543d536609113a7b1109befd82 Reviewed-on: https://gerrit.libreoffice.org/28765 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
2016-09-09loplugin:constantparam in sfx2Noel Grandin
Change-Id: If5d401001abb7bf3fc642d47f537b57836e6d9c5 Reviewed-on: https://gerrit.libreoffice.org/28772 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-09-09Blind fix for MSVCStephan Bergmann
Change-Id: I1b3e21e9fdf1ac14e095df203cb48fdd1b4fd028
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
Change-Id: I08db2db3b90725c556e3ba062da5d62d98f6e882 Reviewed-on: https://gerrit.libreoffice.org/28769 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-09-09handle read-only state of collect usage information settingAndras Timar
Change-Id: I0f612cc39636dd3e2a829b7a6c8dc2a0a5a4b530 Reviewed-on: https://gerrit.libreoffice.org/28763 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-09-09handle read-only state of wordcount settingsAndras Timar
Change-Id: I1ece8611bbc2d3635abf7270418cefe2834b797b Reviewed-on: https://gerrit.libreoffice.org/28762 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-09-09Related: tdf#101921 get taborder to match visual orderCaolán McNamara
Change-Id: I5cf751266c021de469ae57697c1ad25130ee09d4 Reviewed-on: https://gerrit.libreoffice.org/28768 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-09-09Resolves: tdf#101921 no tab navigation in style&formatting sidebarCaolán McNamara
Change-Id: I737ed446d0ead9d748873fec90b62dcced35e328 Reviewed-on: https://gerrit.libreoffice.org/28767 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I46dd045b2648f711b3e29ffea0c2e264c141293c
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I33d75ede0031da63c00c35af7b42867fea0b8d80
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I71627aa2a524a59180e8934df9561cf67a1c6126
2016-09-09avoid manual memory handlingDavid Tardon
Change-Id: I8b8d1126f20ee29fb3ac80e539da5e340226c304
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: Ic03888e22949c6c3fc529f9a557f58620fc76f20
2016-09-09reduce the insanity level of the codebase a bitDavid Tardon
Change-Id: I4e0ee3cb87dd8f2bf8e35909e1b93d311c17a8c6
2016-09-09use std::shared_ptrDavid Tardon
Change-Id: Ie3f89c611f06be3c2fd5f43a4fa691f719078307
2016-09-09use std::shared_ptrDavid Tardon
Change-Id: I057b3f2ac6ec57b1a586bf450145a9690d891752
2016-09-09use std::shared_ptr to manage memoryDavid Tardon
Change-Id: I3fcf285a75a1bf8252e0784c9ff4aceee64f4b5b
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I8ebbb94ae5f77fa44f46fb771f7d8ad5fc89a5bc
2016-09-09use std::shared_ptrDavid Tardon
Change-Id: Ib285d2445077a0263a09b36bf1a6fa1fe7f59496
2016-09-09astyleDavid Tardon
Change-Id: Ib237a5f02b64b93bd2994cd98f29938c3a0904ae
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: Idd19671bb2eab12cac2011160c617bf3f43659d7
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I94aafd665116d01d2f6134c4b41ab70c34e23ab6
2016-09-09use std::unique_ptrDavid Tardon
Change-Id: I21572ac8afb1c514ff78b1e23c7fb9259f0b01fb
2016-09-09loplugin:refcountingNoel Grandin
Change-Id: Ic2ab440e011502a1df3cd658fd8a86acc5d5c31c
2016-09-09loplugin:constantparam in svtoolsNoel Grandin
Change-Id: I04caae0c9ae621c55e16d3bdc014a4729617feb3 Reviewed-on: https://gerrit.libreoffice.org/28757 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-09-09loplugin:refcountingNoel Grandin
Change-Id: I3ab5f1df08670fdad3e31aadafd3a02f1925dd88
2016-09-09cppuhelper: fix loplugin:cppunitassertequals warningsMiklos Vajna
Change-Id: Ia7c3de84b8001a30dbe1863be58a9639167cfa11 Reviewed-on: https://gerrit.libreoffice.org/28760 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-09-09tdf#96810 - Fix Android Viewer: Keyboard can not hide with keyboard button.Mert Tumer
Change-Id: I87d83953094d31ed4e1bcf60c55dd19056a7994e Reviewed-on: https://gerrit.libreoffice.org/28005 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-09-09Updated coreStanislav Horacek
Project: help ea2be76c292e9b2ad455bc47540d8e03626b7ee7 tdf#100990 correct example for RATE function Change-Id: I8161bd5b805ffc0e852c2d2516e48eba8bdf10cd Reviewed-on: https://gerrit.libreoffice.org/28745 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-09-09tdf#62717 FILESAVE : Names Master pages are not saved properlysll
Change-Id: If58a72fca0f9cbdeb6fc11cc36dbf13e22cdd99a Reviewed-on: https://gerrit.libreoffice.org/28750 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-09-09loplugin:refcounting: No more special-handling of SvXMLImportContextStephan Bergmann
...after 32ccb4ea863651c22bf33cc15012971d2a2d2810 "resolve the snafu with 2 separate refcounted bases" Change-Id: Iaf13deb0b83b6dfe1a2cf3863e07cf042c8e4f47
2016-09-09Simplify SfxRecordingFloat_Impl by using SidebarToolBoxMaxim Monastirsky
Change-Id: I3d2348d8e3db91b0ae4e757efa14a0168604a2b0
2016-09-09Updated coreAkash Deshpande
Project: help 187a8d006c9b738a387eedd65c0cb71e8257e6ce help-to-wiki shell call replaced with a function shell call to run getalltitles has been replaced with a function call. Also added a new option to save the title file alltitles.csv If this file is needed, to continue to generate this, please add -t to the run. Or else, please remove it so that a stale file is not kept around Change-Id: I2902243df59d415fb313efa7d4132b0190658fa3 Reviewed-on: https://gerrit.libreoffice.org/28650 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2016-09-09Some --enable-ext-* switches got removedStephan Bergmann
...with 8dc38d9ded92960eda46343b67da8a8b95404b5a "Remove obsolete OxygenOffice bits" Change-Id: I796505a87a821d6f7f0b79ade9fdeec89932e561
2016-09-09loplugin:constantparam in svxNoel Grandin
Change-Id: Id08850b90a0e286ff837dd6b0c1691fa7dc793fa Reviewed-on: https://gerrit.libreoffice.org/28746 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>