Commit Graph

405216 Commits

Author SHA1 Message Date
Pranav Kant
055d8821e6 sc lok: Edit annotation by id
Change-Id: Iaea08b7a31fab1a8c9b8edc193754821c6608c53
Reviewed-on: https://gerrit.libreoffice.org/35249
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
2017-03-16 11:12:40 +00:00
Samuel Mehrbrodt
2237f08812 gpg4libre: Add certificate usage to gpg certificates
Change-Id: I72c83724fcbd380e477a90a3e6db32406f68899b
Reviewed-on: https://gerrit.libreoffice.org/35192
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-03-16 11:11:56 +00:00
Pranav Kant
fab4640bd3 sc lok: Delete cell note by Id
Change-Id: I97224afb4eb7af36abefd0c3b59ee07de7eaa601
Reviewed-on: https://gerrit.libreoffice.org/35247
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: pranavk <pranavk@collabora.co.uk>
2017-03-16 11:10:55 +00:00
Miklos Vajna
9dd836e4f6 xmlsecurity: use auto when declaring iterators
Change-Id: Ie56c0c0e1917f159957babca346f1a3fa04bc629
Reviewed-on: https://gerrit.libreoffice.org/35253
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2017-03-16 11:08:34 +00:00
Stephan Bergmann
903a5855e2 No need for extra heap allocation
Change-Id: Ibc5424873f6cd4e5e4d9ee37823845b14f17c7fb
2017-03-16 11:58:39 +01:00
Caolán McNamara
ab10f03ec4 Resolves: tdf#106557 don't crash on missing line spacing argument
this is all a bit addled, but at least don't crash

Change-Id: I19c35205446cebc83b8299839bcab8e02ff7c07d
2017-03-16 10:52:25 +00:00
Andrea Gelmini
15e3ce5328 Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace
Reviewed-on: https://gerrit.libreoffice.org/35224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2017-03-16 10:50:26 +00:00
Caolán McNamara
665d7a4e65 ppt fuzzer is good enough to get started
This reverts commit 78dbfa9fff.
2017-03-16 10:42:28 +00:00
Caolán McNamara
30e2b72039 ofz#875 limit depth to max legal depth
Change-Id: Icbe9339148dc4aeb31c160e976385e3bcaef75b6
2017-03-16 10:42:28 +00:00
Noel Grandin
e29dafb350 remove unused defines from HRC files in chart2
Change-Id: I8ce5b900353034c4ad1424375bed0ea0c9db36b1
Reviewed-on: https://gerrit.libreoffice.org/35255
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 10:14:33 +00:00
Caolán McNamara
b9892037c3 ofz#876 avoid accessing empty rows
Change-Id: Iba539fb03611bbe5627cc7976c1146d08a2ab5fd
2017-03-16 09:13:13 +00:00
Caolán McNamara
61bb3acc7f return early
no logic change intended

Change-Id: I936413d3bcd0853db88fd800394aca95d94108f3
2017-03-16 09:10:39 +00:00
Caolán McNamara
0e193a4ebf presumbly we need this to fix the arm build
Change-Id: I99fc65c7f2e684027db5f9418b855903fbd7bd70
2017-03-16 09:00:04 +00:00
Noel Grandin
9b1190225b remove unused defines from HRC files in vcl
Change-Id: Ic61bce94fe784d345b8c66ee2132dcc78f199808
Reviewed-on: https://gerrit.libreoffice.org/35220
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 08:56:58 +00:00
Caolán McNamara
f239ef0faa avoid slow conversion between scanline format and dest format
when we can, e.g. for the svp/gtk3 case

Change-Id: I74f7b01004423f27ed2f142b325c2c74b4de290b
Reviewed-on: https://gerrit.libreoffice.org/35229
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-16 08:56:07 +00:00
Caolán McNamara
ceb53ad9f3 can set the out_color_space after jpeg_start_decompress
Change-Id: I8432f5147a3e73f0a4eafefceab7fbf715f58acf
Reviewed-on: https://gerrit.libreoffice.org/35228
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-16 08:55:31 +00:00
Caolán McNamara
6cba562d96 reinstate utl::TempFile change
This reverts commit 5411d99c0a.
2017-03-16 08:54:43 +00:00
Justin Luth
78b195c484 ooxmlimport: move bnc#519228 unit test to ooxmlexport9
The unit test wasn't round-tripping due to the paragraph count changing.
Writer always add a CR to a blank paragraph, and so these are
ignored on import (bRemove). The unit test's second paragraph
was one of these.

Simplifying the unit test by removing that CR, allowing it
to become a round-trippable test.

Change-Id: I8786915fb5df8fc4325a6a427ab84bb879632a7a
Reviewed-on: https://gerrit.libreoffice.org/35072
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Tested-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-03-16 08:43:54 +00:00
Noel Grandin
2b3f043ad7 remove unused defines from HRC files in cui
Change-Id: I170dfc5970896365322dedf4fb797478653578a0
Reviewed-on: https://gerrit.libreoffice.org/35250
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 08:34:55 +00:00
Stephan Bergmann
a6ded3b013 Clean up integers representing positions in SwOutlineNodes vectors
Change-Id: If1a6a9cb61ffd355a85835127e7c893969833587
2017-03-16 09:30:20 +01:00
Szymon Kłos
3a122347b9 Notebookbar: fixed crash after customization
+ removed listener
+ prevent from using invalid pointers

Change-Id: I3a846d2344148456d3edba23296a4781496eba8b
Reviewed-on: https://gerrit.libreoffice.org/35248
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
2017-03-16 08:20:02 +00:00
Noel Grandin
8ae9dcec65 convert SwUndoId to scoped enum
Change-Id: I782fdd53641c0d7c629265b6179de70aa54382f9
Reviewed-on: https://gerrit.libreoffice.org/35246
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 07:56:25 +00:00
Szymon Kłos
3b7d751ad4 tdf#103235 Notebookbar: use persona theme
Change-Id: I043f184ccd21c782c16d4ae1bc1c939b5e31acc2
Reviewed-on: https://gerrit.libreoffice.org/35234
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-03-16 07:47:00 +00:00
dennisroczek
d5f48aecd8 fix typo: chenged --> changed
Change-Id: I64e33601615f13d2227c24ba1d732817f42d412d
Reviewed-on: https://gerrit.libreoffice.org/35235
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 07:36:51 +00:00
Noel Grandin
2b3c57887a remove unused defines from HRC files in sd
Change-Id: I2cbb6257aa65e45f3e46b64a8f00e36aecd95564
Reviewed-on: https://gerrit.libreoffice.org/35219
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 07:12:33 +00:00
Takeshi Abe
51cf59ca9e starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()
This spares a pair of push and pop of the stack.

Change-Id: Ic5f1ee0ee158779f2f231dab9f7059ce6618bdcb
Reviewed-on: https://gerrit.libreoffice.org/35245
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-03-16 06:51:55 +00:00
Noel Grandin
6742500ccb remove unused defines from HRC files in sw/
Change-Id: I74fb244b2440ddf7682362444c20730ac0e58cea
Reviewed-on: https://gerrit.libreoffice.org/35212
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 06:10:14 +00:00
Noel Grandin
64ea8306b0 drop GetId() from SfxUndoAction
mostly so that the subclasses can use proper enum types for their own
IDs.
It turns out that nothing at the svl/sfx2 level needs an ID anyhow.

Change-Id: I3c020aeafb812fa30d896216d4e3bc1a82cbfeab
Reviewed-on: https://gerrit.libreoffice.org/35222
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 06:09:55 +00:00
Tamás Zolnai
4f786274be ChartDumpTest: Use local EPS for Mac only
On linux it was not a problem. On Windows there were some
random failures, but that might be fixed by using
Liberation Mono font.

Change-Id: Iae2684b302b3380c3a63b1fa80b1d0585454ed56
Reviewed-on: https://gerrit.libreoffice.org/35241
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-03-15 19:37:59 +00:00
Jochen Nitschke
82981b94fe remove useless casts
Change-Id: I900b72372a56d341d18091b0d4721d31002d147f
Reviewed-on: https://gerrit.libreoffice.org/35223
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-15 18:36:37 +00:00
Eike Rathke
e0d86cff2b tdf#105448 add Xibe [sjo-CN] to language list (and remove Sibe [nco-PG])
... the latter which was a misunderstanding and erroneous.

Change-Id: I4ec8eaf14348aaaed43ea4578d46b5488279c85b
2017-03-15 18:51:40 +01:00
Jochen Nitschke
f3d08a9849 replace creative empty string check
Change-Id: I2e7c6fe0e3da4ab879486300a6e424b671322ad1
Reviewed-on: https://gerrit.libreoffice.org/35221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-15 17:45:37 +00:00
Caolán McNamara
eafe944e8b ofz: truncate polygon on failure
Change-Id: I7831fe2265f783d018699739b350b0c833a58e74
2017-03-15 17:26:55 +00:00
Caolán McNamara
16fc40dc53 set include dir on arm etc as well
Change-Id: I13bf9ff8e824f69f54158af1aaf6d4cb5709b04a
2017-03-15 16:53:21 +00:00
Caolán McNamara
89b87c0446 ofz: avoid oom
Change-Id: Ia4b9c46949017a53c80f729af66b99c2e4f05cee
2017-03-15 16:44:59 +00:00
Caolán McNamara
89628e4814 avoid config during fuzzing
Change-Id: I61906c243f592012691d69a335db42b2010402b7
2017-03-15 16:35:02 +00:00
Caolán McNamara
68598e06bc ofz: infinite loop
Change-Id: I00eb3c1d97d27755c8b34676d2fa73a72fc8f9d7
2017-03-15 16:34:39 +00:00
Markus Mohrhard
8d18a78e91 improve the breakpad signal handler in dbgutil builds
Change-Id: I253058dbfc9e156bc778c23d491b642c538606f2
Reviewed-on: https://gerrit.libreoffice.org/35227
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-15 16:32:18 +00:00
Caolán McNamara
875b81ec6f use upstream arm fix
dfefba7752

Change-Id: I2a5d318ecf91bb576e888aa4d604d1a4ab24271e
2017-03-15 16:14:27 +00:00
Markus Mohrhard
2033990068 workaround for breakpad signal handler on linux
The breakpad signal handler is overwritten by our own signal handler
during startup. As a workaround we use the same approach as in the
windows code and add call the old signal handler if a crash was
registered.

Change-Id: I1179fd9cba851734aa1686168f231cf68de57c1a
Reviewed-on: https://gerrit.libreoffice.org/35226
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-15 15:55:40 +00:00
Szymon Kłos
e681749ffa tdf#105040 Notebookbar: added shortcuts toolbox
In the tabbed notebookbar the shortcuts toolbox is introduced.
It is placed before tab labels, after the menu button.
Customization is possible, buttons are loaded from the
newly created toolbar "Notebookbar shortcuts".

NotebookbarTabControl was moved to the sfx module.

Change-Id: Ifa4a1688c6e92c2f03bd386608e3e9d1c28069d4
Reviewed-on: https://gerrit.libreoffice.org/35194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-03-15 15:54:19 +00:00
Caolán McNamara
5411d99c0a rollback utl::TempFile change 2017-03-15 15:37:40 +00:00
Stephan Bergmann
2b1f0380be Actually output the error message
Change-Id: I09e23a4828f5c251687b35fa0b7c70c1018422c0
2017-03-15 15:58:57 +01:00
Caolán McNamara
2f5682dbc2 include stdint.h earlier to ensure SIZE_MAX
Change-Id: I592600e4600bfb360a154a450fcc6135f4fc3008
2017-03-15 14:35:49 +00:00
Caolán McNamara
78dbfa9fff ppt fuzzer still needs more work to finish its run
Change-Id: I11e9c23ab8b61b86bd7abb59b853cd7432a3d11f
2017-03-15 14:35:49 +00:00
Stephan Bergmann
e44a0d05ea Improve test failure output
Change-Id: I1678e746b8b37750b488b3328ad915d7ae50caef
2017-03-15 15:31:42 +01:00
Mike Gorse
2ba485158b tdf#102511: Fix gobject-introspection annotation syntax
Change-Id: I43a3ee21bd2db9ace809084d3ab888008243c97f
Reviewed-on: https://gerrit.libreoffice.org/35155
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
2017-03-15 14:17:30 +00:00
Samuel Mehrbrodt
fa05bf54c9 gpg4libre: Don't mark all keys as private
Only those that can sign (have a private key)

Change-Id: I1c8b553a788a14c236022c819cbc346fc4735daf
Reviewed-on: https://gerrit.libreoffice.org/35202
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-03-15 14:09:19 +00:00
Rohan Kumar
2fa9b7d004 Fixed my mistake: fix flipOnYAxis for SVGPathElement
Fix flipOnYAxis() method which was the cause of some SnakeWipePath
transition subtypes not working.

Change-Id: I1bea5bdddf6c6312384f59d8614a0a2bc1a6e3ba
Reviewed-on: https://gerrit.libreoffice.org/35191
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-03-15 14:00:56 +00:00
Caolán McNamara
1ec8557d86 take pre-calculated size from vector::size
Change-Id: I5a7f2c4c67de48f3a34f311f69de3bfdb94423d5
2017-03-15 13:49:38 +00:00