Commit Graph

380617 Commits

Author SHA1 Message Date
Christian Lohmaier
4e47ed7e5a revert back to android-21 target until tinderbox gets updated
Change-Id: Ief38ef9cc4f167caef8d991c9543161997682418
2015-09-25 16:46:28 +02:00
Łukasz Hryniuk
b24286e46e Testcases with several arrays for SUM and PRODUCT
Change-Id: I0e710b6a53af3aa062a17e0a998691e1ec6d3973
2015-09-25 15:48:30 +02:00
Łukasz Hryniuk
2b0413a7d7 Broaden PRODUCT test
Change-Id: I3abeb0c958031202da869084ffa24c11b8a47592
2015-09-25 15:48:30 +02:00
Bryan Quigley
9a6415a88b Add warning to Add Plug-in Dialog box
Change-Id: I990309d9daa2dc03dceb8c4e82a87ee16b596873
Reviewed-on: https://gerrit.libreoffice.org/18756
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-25 13:25:17 +00:00
Pranav Kant
392437393d Move all introspection comments to header file
... wherever possible. There are few things we can't move to
header file, for example, the comments corresponding to GObject
properties, and signals.

Change-Id: If74d61b17ccee11f8a056f3a93040d2cff2dd98d
Reviewed-on: https://gerrit.libreoffice.org/18863
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-09-25 12:03:11 +00:00
Eike Rathke
c1780ad265 fix IterateMatrix for ifPRODUCT and ifSUMSQ
... if more than one argument is passed to PRODUCT() or SUMSQ() and
matrix/array arguments are involved the functions returned wrong
results.

For example, wrong behavior
=PRODUCT({2,3},{4,5})   gave 6
=SUMSQ({2,3},{4,5})     gave 34

Correct is
=PRODUCT({2,3},{4,5})   result 120
=SUMSQ({2,3},{4,5})     result 54

Change-Id: Iec7b136a5cc678416f28b1abfe19cd0901ef22b6
2015-09-25 13:50:50 +02:00
Caolán McNamara
72d082a6f0 sd/source/ui/slidesorter boost->std
Change-Id: I67083a8ff1f3b880b658a9962db5921969b931f8
Reviewed-on: https://gerrit.libreoffice.org/18839
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25 10:22:26 +00:00
Eike Rathke
5b2507fe8a Revert "Fix a bug in SUMSQ"
This reverts commit 793d1aba30.

Just discovered that this is wrong, sorry for fuzz.

Change-Id: Id8365f00f615275d3bdd41ab630729e6f19ac577
Reviewed-on: https://gerrit.libreoffice.org/18848
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2015-09-25 10:16:07 +00:00
Cor Nouws
421b17a602 tdf#94497 UI: Object catalog not available in menu > View in BasicIDE
Change-Id: I996723cf3af8365d078103bb54d469f7a2c735fe
Reviewed-on: https://gerrit.libreoffice.org/18838
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25 10:15:19 +00:00
Cor Nouws
e3aa3e4ac5 tdf#94498 UI: Ctrl+Shift+F does not repeat search in Basic IDE
Change-Id: I3ab5e945d1a9243978bacb540e9b4b5ca43dfa0d
Reviewed-on: https://gerrit.libreoffice.org/18833
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25 10:14:20 +00:00
László Németh
d7e7bf139a tdf#93141 Calc/Impress: remove last colon of emoji short names
AutoCorrect Emoji replacements were incomplete in Calc cells and
Impress text boxes, keeping the terminating colon:

:omega: -> Ω:

Corrected by this patch:

:omega: -> Ω

Change-Id: I0d1f6f9ec9c31a7b37e0c9afaaad17dcee568dd5
2015-09-25 12:03:41 +02:00
Caolán McNamara
6f70cf8348 don't over-expand built-in file dialog on very long paths/names
Change-Id: Ia8167833b54bcfc68f1a306e58a1134a38d64ef6
Reviewed-on: https://gerrit.libreoffice.org/18843
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25 09:47:58 +00:00
Caolán McNamara
9a85fea237 sd/source/ui/sidebar std->boost
Change-Id: Ia147e1720b1e83ccf0d382ff0020e49f34ce9d21
Reviewed-on: https://gerrit.libreoffice.org/18836
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25 08:52:03 +00:00
Samuel Mehrbrodt
c29ea22b89 Replace GUIBASE with USING_X11
That's what it actually means. Also make it a boolean

Change-Id: I249e18351253b34b5dada28e2a9c6bc0c06b730c
Reviewed-on: https://gerrit.libreoffice.org/18688
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-25 07:25:46 +00:00
Miklos Vajna
edb9ef41f2 Add lok::Office::getFilterTypes() testcase
Change-Id: I9fa710288729b904f2f1c5b3c575212ef21c8a79
2015-09-25 09:07:20 +02:00
Caolán McNamara
4266cd1965 sd/source/filter boost::scoped_ptr->std::unique_ptr
Change-Id: I335ff685def480933d846657df81f28242059c18
Reviewed-on: https://gerrit.libreoffice.org/18823
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25 06:14:11 +00:00
Caolán McNamara
835dacd27d sd/source/ui/app boost->std
Change-Id: I08af815e1bec9cfbe5cac191de720a075391c43a
Reviewed-on: https://gerrit.libreoffice.org/18835
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25 06:13:47 +00:00
Markus Mohrhard
c52982e741 better OOXML VBA export
Change-Id: If02aa26e974b0f16b45c5476234c6425fd128ae4
2015-09-25 06:43:05 +02:00
Markus Mohrhard
14c521c879 remove whitespace
Change-Id: If01b299fd40597cc3ee91c01a6a7785c6d44352e
2015-09-25 06:43:05 +02:00
Markus Mohrhard
c0cb29569a document filter's type and filters split
The explanation was kindly provided by Kohei.

Change-Id: Ibcf652b5df14abeb6c97dfbba58a5015f56ca335
2015-09-25 06:43:04 +02:00
Markus Mohrhard
21d67ef6c0 indentation fix
Change-Id: I3a68ec1a23474af12c138dcfdc5c00ec1ee2eab7
2015-09-25 06:43:04 +02:00
Markus Mohrhard
4d9b0e2af8 export correct id for workbook stream
Change-Id: I03fa8243fa6472a75fc0881ba47c631e3730e5d3
2015-09-25 06:43:04 +02:00
Caolán McNamara
589143bc48 hackfect 2015: vertical text columns need page height not width
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-25 01:20:29 +01:00
Caolán McNamara
f697e020e8 hackfest 2015: show vertical columns for vertical text layout
for vertical text layout the preview needs to show columns
across the page not down the page

Change-Id: Iead153923a8a1242d08e7f082e5e3c987ebd46fa
2015-09-25 01:20:29 +01:00
Caolán McNamara
4b16c89f06 sd/source/ui/framework boost::scoped_ptr->std::unique_ptr
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-24 23:35:17 +00:00
Miklos Vajna
14a9a7d520 desktop: make LibLibreOffice_Impl visible to testcases
Change-Id: I345a6cab57cc594614e348700bb3c1c9a0673989
2015-09-25 01:06:31 +02:00
Miklos Vajna
9b9f2ad9c8 lok: add Office::getFilterTypes()
Change-Id: I3b1f4e11f2495e5ccb41f85802f243c0190695ee
2015-09-25 01:02:23 +02:00
Łukasz Hryniuk
14ccaf915d Test for SUMX2MY2
Change-Id: I6a40cc0104ce8ced879749190f1ff406044736ab
2015-09-25 00:57:21 +02:00
Nicolas Christener
5e1944c70b translate DE->EN, fix typo
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-24 22:44:36 +00:00
Łukasz Hryniuk
8c7ba16ba4 Test for SUMSQ
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-24 21:14:34 +00:00
Łukasz Hryniuk
8424b846fc Whoops, missing CPPUNIT_TEST lines
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-24 21:13:57 +00:00
Christian Lohmaier
45c27ffcfd android.util.FloatMath is deprecated/was removed in ver 23
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-24 22:47:59 +02:00
Christian Lohmaier
f38683a114 sync splash-progressbar position for installets with instdir
values for actual installer versions come from openoffice.lst, add a
hint to the instdir-makefile

Change-Id: I6eea5585dd776d4d6071af7b508a91a9c385cb3a
2015-09-24 22:37:56 +02:00
Łukasz Hryniuk
793d1aba30 Fix a bug in SUMSQ
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-24 20:11:19 +00:00
Yousuf Philips
837c50d3d8 tdf#92341 Add AutoCorrect entry in spellcheck context menu
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-24 17:40:36 +00:00
Caolán McNamara
b71ba617e5 sd/source/ui/inc boost::scoped_ptr->std::unique_ptr
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-24 16:54:36 +00:00
Daniel Robertson
96fa0df15b comphelper: replace for_each with range-based for
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-24 16:23:34 +00:00
Noel Grandin
74ce05b940 convert Link<> to typed
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-24 16:20:51 +00:00
Noel Grandin
e85b2333bc convert Link<> to typed
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-24 16:19:37 +00:00
Noel Grandin
ff6462e630 avoid unused variable warning:
‘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-24 16:19:02 +00:00
Caolán McNamara
32193abe8f move m_bVertical down to SwPageExample from SwPageGridExample
Change-Id: I242d8e7296daff83d73c199f5f593200796607bc
2015-09-24 17:04:15 +01:00
Caolán McNamara
3cc52de5d4 return early on no-op cases, no logic change
Change-Id: I7041ac2268d1df8b37e380ccde926d5aec06510e
2015-09-24 16:52:04 +01:00
Caolán McNamara
876e63e629 sd/inc boost::scoped_ptr->std::unique_ptr
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-24 08:17:03 +00:00
Caolán McNamara
c4fba6557c boost->std
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-24 06:23:29 +00:00
Miklos Vajna
0d7d6f242e Related: tdf#92521 RTF export: handle section break right after a table
Change-Id: Ibb6e612165ec6e5d771bdf9efa13a88a72233d6f
2015-09-24 07:40:58 +02:00
Miklos Vajna
17cf36bf72 desktop: missing header guard
Change-Id: Ibae1de013712e55930559b138aa07c15b590baea
2015-09-24 07:39:39 +02:00
Martin Hosken
69e670bee9 Fix graphite sole diacritic rendering
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-24 02:08:41 +00:00
Cor Nouws
2fcf8923d2 tdf#86397 Bookmark: no consecutive name numbering applied when copied
this partially changes behaviour introduced with commit bb00a00979
but without the performace problems from the old code
thanks to kendy for helping

Change-Id: I5dab81b58262f67db1c70223c612636a8b8c90ee
2015-09-23 23:55:53 +02:00
Stephan Bergmann
12c2bbc317 Report nil-valued localized property as such
...regression introduced with 879aa54e89
"configmgr: accelerate simple config key fetches."

Change-Id: Ifb732a25d902f58c76e06ebaad3a6178ff102f58
2015-09-23 18:36:37 +02:00
Caolán McNamara
09b637e365 boost::scoped_ptr->std::unique_ptr
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-23 14:32:43 +00:00