Commit Graph

405238 Commits

Author SHA1 Message Date
Atef hares
135a9e6ac9 tdf#106369, New feature, Inserting numbering/bullets format lists
Editing toolbar_bottom to include two more options:
1- Inserting numbering format lists
2- Inserting bullets format lists

Change-Id: I35f9238c45ab253ea75c693f7a76601408e36f9a
Reviewed-on: https://gerrit.libreoffice.org/35106
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2017-03-16 19:57:40 +00:00
Maxim Monastirsky
5bb0cc1183 Keep menubar hidden after Unity registrar activated
... if it was hidden before. Otherwise it becomes
out of sync with MenuBar::mbDisplayable.

Change-Id: I03c551ee70131a50fa694b7009c24833ac391990
2017-03-16 21:53:15 +02:00
Maxim Monastirsky
7c3f18ca3b This conditional isn't needed
Change-Id: If54f3d815605b07fae505b52e3b532af608e9b7e
2017-03-16 21:53:02 +02:00
Maxim Monastirsky
0e31d0aa85 gtk3: Keep menubar hidden after customization
... if it was hidden before. Otherwise it becomes
out of sync with MenuBar::mbDisplayable.

Change-Id: I4957f5cef916abfa54add2901b330463364d3dba
2017-03-16 21:51:30 +02:00
Jochen Nitschke
b4156ece74 use forward declaration for SfxItemSet
Change-Id: I81f5d1ca22868d278662a55443e2038581dd3246
Reviewed-on: https://gerrit.libreoffice.org/35280
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 18:36:08 +00:00
Matteo Casalin
0ff6967690 No need to keep these booleans as data members
Change-Id: Id56cb074a3b62423769afc3c4a3ab2f7a312f1be
Reviewed-on: https://gerrit.libreoffice.org/35284
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 18:32:50 +00:00
Stephan Bergmann
60b14d663e Clean up integers representing "redline authors"
Unlinke in previous such clean-up commits, there appears to be no sufficiently
exposed container type whose size_type could be used throughout, so resorting to
the generic std::size_t in this case.

Change-Id: I3cfbcbe5cce1bfcff2efbb4f8a509fe80ab12151
2017-03-16 18:22:54 +01:00
Samuel Mehrbrodt
9b6ed11d58 gpg4libre: No need to create separate idl files for gpg services
Change-Id: Ief217cd91e30433c30ac0547d28fb6eab2dc43b0
Reviewed-on: https://gerrit.libreoffice.org/35213
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-03-16 16:57:52 +00:00
Tamás Zolnai
e7391ca132 Revert "ChartDumpTest: Use local EPS for Mac only"
This reverts commit 4f786274be.
2017-03-16 17:19:34 +01:00
Rosemary Sebastian
cae16645e1 Revert "Implement export and import of author field in fixed format"
This reverts commit 5de40734af.

Change-Id: Ib09fb1dc54066cadcd9503c92140d78e7482ae6c
Reviewed-on: https://gerrit.libreoffice.org/35281
Reviewed-by: Rosemary Sebastian <rosemaryseb8@gmail.com>
Tested-by: Rosemary Sebastian <rosemaryseb8@gmail.com>
2017-03-16 16:17:40 +00:00
Stephan Bergmann
3e5aa33ef4 Revert "Don't package unoinfo in case of Mac OS X like app structure"
This reverts commit 3a663f7a45.  Whatever that
commit was supposed to be good for, not packaging unoinfo on macOS breaks
functionality, see e.g.
<https://bugs.documentfoundation.org/show_bug.cgi?id=106292#c10> comment 10 to
"XMessageBox#execute() in Java fails to draw a window on macOS Sierra".
2017-03-16 17:05:09 +01:00
Szymon Kłos
c97d78eaa9 tdf#103355 Working menu after closing slideshow
Change-Id: Ic6bfb6f9a86d9c475d2d3368b924b56a89c90551
Reviewed-on: https://gerrit.libreoffice.org/35251
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
2017-03-16 15:45:27 +00:00
Caolán McNamara
9e77785b6f ofz#880 timeout loading svm
Change-Id: I8b19a66a7cb8d4eda3774ddc32a43e8653e1c6a0
2017-03-16 14:03:07 +00:00
Christian Lohmaier
9a831ada3f Updated core
Project: translations  fea957b43e56e72a50ab5c6e0d1a065b719ab84a

update translations for 5.3.2 rc1

and force-fix errors using pocheck

Change-Id: Id1d77adf5a89a0ce485273d3865ccf6771becf51
2017-03-16 13:59:52 +00:00
Caolán McNamara
65fca19cd5 fix tinderbox build, ends up using gen backend and icons are missing
put the icons back, and replace the bare 1 etc which hid the usage

Change-Id: Id90de7b29a29141b448107adb4028407ed203e2a
2017-03-16 13:54:13 +00:00
Stephan Bergmann
9fdecc7ede Add comment to SwContent::nYPosition
Change-Id: I0979ada2a31125419ca38b98e7141cfbc1887b28
2017-03-16 14:37:06 +01:00
Caolán McNamara
665f58590e make pdfium link against the same jpeg lib as everything else
Change-Id: I41b3759b427e34d44b3b9481cbfe79be5639a343
Reviewed-on: https://gerrit.libreoffice.org/35264
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-03-16 13:14:54 +00:00
Samuel Mehrbrodt
0ea920eeb3 No need to use a shared ptr here
Change-Id: Ia3d2f019689efe990cbbde11e9c27a80fd95ae0a
Reviewed-on: https://gerrit.libreoffice.org/35252
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-03-16 12:55:45 +00:00
Jan-Marek Glogowski
23bdf47e68 KDE fix various clang plugin complains
Fixes clang plugin reported problems in the KDE and KDE4 backend.

Change-Id: I0280beae9dd6f33ee59bdbe89cd38222f33fdc68
2017-03-16 13:36:11 +01:00
Caolán McNamara
ae174b009b ofz#877 reference to stack alloced obj outlives obj
Change-Id: I8c854e2f651f8bf0018e8249827aae0fe23057e7
2017-03-16 12:08:01 +00:00
Noel Grandin
a5d8869cf2 remove unused defines from HRC files in starmath
Change-Id: I6c4aa070eac55d7ca9a4bdc404087d32a079dc2c
Reviewed-on: https://gerrit.libreoffice.org/35254
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-16 11:33:56 +00:00
Samuel Mehrbrodt
6bcc2e1b3c gpg4libre: More details for certificates
Change-Id: I9eee6c55d7ec27e28d844de2ed544040b07fa501
Reviewed-on: https://gerrit.libreoffice.org/35203
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-03-16 11:27:55 +00:00
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