summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-25better OOXML VBA exportMarkus Mohrhard
Change-Id: If02aa26e974b0f16b45c5476234c6425fd128ae4
2015-09-25remove whitespaceMarkus Mohrhard
Change-Id: If01b299fd40597cc3ee91c01a6a7785c6d44352e
2015-09-25document filter's type and filters splitMarkus Mohrhard
The explanation was kindly provided by Kohei. Change-Id: Ibcf652b5df14abeb6c97dfbba58a5015f56ca335
2015-09-25indentation fixMarkus Mohrhard
Change-Id: I3a68ec1a23474af12c138dcfdc5c00ec1ee2eab7
2015-09-25export correct id for workbook streamMarkus Mohrhard
Change-Id: I03fa8243fa6472a75fc0881ba47c631e3730e5d3
2015-09-25hackfect 2015: vertical text columns need page height not widthCaolán McNamara
the "width" of columns for preview of vertical text is not based on on the width of the host page, but the height of the host page Change-Id: I1f1e611f251760bbb9b095839214289bcbd6492a
2015-09-25hackfest 2015: show vertical columns for vertical text layoutCaolán McNamara
for vertical text layout the preview needs to show columns across the page not down the page Change-Id: Iead153923a8a1242d08e7f082e5e3c987ebd46fa
2015-09-24sd/source/ui/framework boost::scoped_ptr->std::unique_ptrCaolán McNamara
Change-Id: I37e8c596d7afc3f7d0461b40e596dea45e9470a4 Reviewed-on: https://gerrit.libreoffice.org/18824 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25desktop: make LibLibreOffice_Impl visible to testcasesMiklos Vajna
Change-Id: I345a6cab57cc594614e348700bb3c1c9a0673989
2015-09-25lok: add Office::getFilterTypes()Miklos Vajna
Change-Id: I3b1f4e11f2495e5ccb41f85802f243c0190695ee
2015-09-25Test for SUMX2MY2Łukasz Hryniuk
Change-Id: I6a40cc0104ce8ced879749190f1ff406044736ab
2015-09-24translate DE->EN, fix typoNicolas Christener
Change-Id: I67f0161ab0ed1d44df1b8dbcfd1d200f5e9bbe2f Reviewed-on: https://gerrit.libreoffice.org/18829 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-09-24Test for SUMSQŁukasz Hryniuk
Change-Id: I077df1d8941fdee2722ab2112f09667fc8369402 Reviewed-on: https://gerrit.libreoffice.org/18764 Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl> Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
2015-09-24Whoops, missing CPPUNIT_TEST linesŁukasz Hryniuk
Change-Id: Ifac364cd5d6acd632fc0e16fb6654af64d052da3 Reviewed-on: https://gerrit.libreoffice.org/18763 Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl> Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
2015-09-24android.util.FloatMath is deprecated/was removed in ver 23Christian Lohmaier
replace with corresponding Math functions and bump android sdk target to 23 to be able to use current appcompat-v7 pre-JIT FloatMath was faster, but since then was wrapper to Math anyway http://developer.android.com/reference/android/util/FloatMath.html Change-Id: I19e316fb7d32e616162a70fca8c565fa320a8c1a
2015-09-24sync splash-progressbar position for installets with instdirChristian Lohmaier
values for actual installer versions come from openoffice.lst, add a hint to the instdir-makefile Change-Id: I6eea5585dd776d4d6071af7b508a91a9c385cb3a
2015-09-24Fix a bug in SUMSQŁukasz Hryniuk
The same one as was in SumMXMY2, with IterateResult. Change-Id: I18a5993493ca7514848baad25232f4c254c1e044 Reviewed-on: https://gerrit.libreoffice.org/18765 Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl> Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
2015-09-24tdf#92341 Add AutoCorrect entry in spellcheck context menuYousuf Philips
Change-Id: I081f5e1cea39ce833254336286e10558ca75a466 Reviewed-on: https://gerrit.libreoffice.org/18828 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
Change-Id: Icf32ccd437c97dfa0ac3a569a3f2ec2b746ac300 Reviewed-on: https://gerrit.libreoffice.org/18822 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson
Replace complex uses of ::std::for_each with a range-based for-loop. Change-Id: I57d3d2e830e7700b793e1836777cbe72504c6825 Reviewed-on: https://gerrit.libreoffice.org/18817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-24convert Link<> to typedNoel Grandin
Change-Id: I280473a7a9069a86388f608bddc8e48879771bc9 Reviewed-on: https://gerrit.libreoffice.org/18815 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-24convert Link<> to typedNoel Grandin
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-24avoid unused variable warning:Noel Grandin
‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used [-Wunused-variable] with GCC 5.1.1 Change-Id: I98c7b8f1ff52c7efd81d1490f848092da6173df8 Reviewed-on: https://gerrit.libreoffice.org/18826 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-24move m_bVertical down to SwPageExample from SwPageGridExampleCaolán McNamara
Change-Id: I242d8e7296daff83d73c199f5f593200796607bc
2015-09-24return early on no-op cases, no logic changeCaolán McNamara
Change-Id: I7041ac2268d1df8b37e380ccde926d5aec06510e
2015-09-24sd/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
Change-Id: I3830c451f685d7603c0271107bd1a0d477be464b Reviewed-on: https://gerrit.libreoffice.org/18749 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-24boost->stdCaolán McNamara
Change-Id: I24ecb1173af3711dfd6e8a9284f5d7a095d9c544 Reviewed-on: https://gerrit.libreoffice.org/18819 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-24Related: tdf#92521 RTF export: handle section break right after a tableMiklos Vajna
Change-Id: Ibb6e612165ec6e5d771bdf9efa13a88a72233d6f
2015-09-24desktop: missing header guardMiklos Vajna
Change-Id: Ibae1de013712e55930559b138aa07c15b590baea
2015-09-24Fix graphite sole diacritic renderingMartin Hosken
Change-Id: If44ab2ff8c860fbed2af3b4702fa031675e425f4 Reviewed-on: https://gerrit.libreoffice.org/18757 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Martin Hosken <martin_hosken@sil.org>
2015-09-23tdf#86397 Bookmark: no consecutive name numbering applied when copiedCor Nouws
this partially changes behaviour introduced with commit bb00a0097900ae054401f7758a915047cfde4065 but without the performace problems from the old code thanks to kendy for helping Change-Id: I5dab81b58262f67db1c70223c612636a8b8c90ee
2015-09-23Report nil-valued localized property as suchStephan Bergmann
...regression introduced with 879aa54e895a56cb65f93ae98e6a9e7b08981a47 "configmgr: accelerate simple config key fetches." Change-Id: Ifb732a25d902f58c76e06ebaad3a6178ff102f58
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara
Change-Id: I03020e3536ee692a96224a517794c0d0a294f607 Reviewed-on: https://gerrit.libreoffice.org/18793 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-23starmath: Use member initialization lists for SmTokenTakeshi Abe
Change-Id: I3c5389135054ee866ebac3122edc71ec8c163124 Reviewed-on: https://gerrit.libreoffice.org/18785 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23no point in redeclaring methods with slightly different namesNoel Grandin
Change-Id: I446ca61415e998d1f325b602cb587815af5ff425 Reviewed-on: https://gerrit.libreoffice.org/18813 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: I6a4fade1688dfce9aec1530da51ea874cddfcbc0 Reviewed-on: https://gerrit.libreoffice.org/18812 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: If48dd5fd9ea87ca5c770424ce824998d842aacef Reviewed-on: https://gerrit.libreoffice.org/18811 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: Ib0f043cf40f2a1b4b9f0837a5c536994bff3aeef Reviewed-on: https://gerrit.libreoffice.org/18810 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: I245ba9e550c7b833fe184a24b63b55027aeecac9 Reviewed-on: https://gerrit.libreoffice.org/18809 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: Ia647a53efa7bd8d0e0fe6937709b92c85a2e67a6 Reviewed-on: https://gerrit.libreoffice.org/18808 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: Ibaab770dd369d07aeda70b5d5c6ff514350edacb Reviewed-on: https://gerrit.libreoffice.org/18807 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: I282ea95e748ea52099a84fd3e8e8151e03ce25f9 Reviewed-on: https://gerrit.libreoffice.org/18806 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: If14f94ba6ba4732256747811ceb414b1424c4b1b Reviewed-on: https://gerrit.libreoffice.org/18805 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23remove unused Link<> fieldNoel Grandin
Change-Id: Iea23f5edd60d5ac214afa89d051cd4f900564343 Reviewed-on: https://gerrit.libreoffice.org/18804 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: I80bd798ea5d36fa94d6b3348be713dbe2cbeab14 Reviewed-on: https://gerrit.libreoffice.org/18803 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: Ica5093e29630d6d6974ccba034609129887ac85b Reviewed-on: https://gerrit.libreoffice.org/18802 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: Ie31b7f6ed89d684b6ec0ac8e6a144ef6024ba1d2 Reviewed-on: https://gerrit.libreoffice.org/18801 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: If1e53fee4b39daed44632b2395ddb42064c698fb Reviewed-on: https://gerrit.libreoffice.org/18800 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: I9a7f38b2babf6c599f0c2709b32ecb8083fd32cc Reviewed-on: https://gerrit.libreoffice.org/18799 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin
Change-Id: I39f08451c546865327f2f1014cfa33c78cdcdc9b Reviewed-on: https://gerrit.libreoffice.org/18798 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>