Commit graph

439194 commits

Author SHA1 Message Date
Gabor Kelemen
e354681e5d tdf#42949 Fix IWYU warnings in cui/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ia1b6e58623b64b11cb1a5ac5c7fba73e8cc04d07
Reviewed-on: https://gerrit.libreoffice.org/75522
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-07-25 17:15:12 +02:00
Tünde Tóth
9136237ac0 tdf#123627 DOCX import: fix tinderboxing
related to commit 4c30848c85
"tdf#123627 DOCX import: fix relative hyperlinks to documents",
until fixing possible profile-dependency of the unit test.

Change-Id: Ie75c5c7d8eeb467638f868fb727948f7f13fc113
Reviewed-on: https://gerrit.libreoffice.org/76332
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: László Németh <nemeth@numbertext.org>
2019-07-25 17:03:55 +02:00
Regina Henschel
ab4806de79 tdf#126537 correct reverse calc for handle in ooxml-parallelogram
Reverse calculation of handle position of ooxml-parallelogram shape
has to follow the x/ss*100000 pattern. Error was, that it was not
listed in that section.

Change-Id: I846c21fe12c7e64e0c947e32d4b680fba60a5e50
Reviewed-on: https://gerrit.libreoffice.org/76311
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2019-07-25 16:57:04 +02:00
Andrea Gelmini
a41984d0d7 Fix typo
Change-Id: I07929ffe015e1d22fcac6969b00644b82620d4cc
Reviewed-on: https://gerrit.libreoffice.org/75506
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 16:35:42 +02:00
Ashod Nakashian
4fccc54101 LOK: sc: Issue DOCUMENT_SIZE_CHANGED only when size changes
Issuing DOCUMENT_SIZE_CHANGED triggers document-loaded event.
This is accidental and historic, but the end result is that
the client assumes everything is invalidated and fires
initialization handlers, which are normally invoked the
first time a document is loaded. Undesirable when really
nothing has changed.

Change-Id: Ia4fa4479ca627b0f605e4ff5009f7e631a26f6d7
Reviewed-on: https://gerrit.libreoffice.org/76313
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 15:26:17 +02:00
Ashod Nakashian
a27c613b83 sfx2: LOK: support resizing the sidebar
Change-Id: I852c522f176a8d11d3a19709ab1cd75023645c66
Reviewed-on: https://gerrit.libreoffice.org/73504
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 15:16:44 +02:00
Ashod Nakashian
6661ebe5d3 LOK: Window creation supersedes any events on same window
This happens when we get multiple created events on
same window, interspersed with invalidations.

Change-Id: I2dbaa0f84306d770f1de047a23996209c28304fe
Reviewed-on: https://gerrit.libreoffice.org/76312
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 15:08:56 +02:00
Caolán McNamara
08eb6de1a2 external qrcodegen looks under qrcodegen
Change-Id: I01f06c30a52f5e4cdb5b4b6304072aa0f3a63aa8
Reviewed-on: https://gerrit.libreoffice.org/76291
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-25 14:53:18 +02:00
merttumer
e6bbfd641c Make pdf export watermarks look like watermarks on online
Change-Id: Ib5af8c61dd9a539c63594a91b8ec17ff07327feb
Signed-off-by: merttumer <mert.tumer@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/69317
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/76289
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 14:35:33 +02:00
Ashod Nakashian
d14f10ae64 LOK: Reduce logging while processing events
Change-Id: I8ca457387715fcd085bcbf3107839d2629580f7b
Reviewed-on: https://gerrit.libreoffice.org/76296
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 14:28:20 +02:00
Tor Lillqvist
6fdd0e22fd Turn an incoming VT_NULL when a STRING is wanted into an empty BSTR
Might help in some cases in the customer application.

Change-Id: Icdc13780d4623e9df8bc057760c1295d7d6ffd61
Reviewed-on: https://gerrit.libreoffice.org/76294
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Jenkins
2019-07-25 14:07:22 +02:00
Ashod Nakashian
6451da84ec vcl: LOK: emmit size_changed after window creation
This guarantees that the correct size of the window
is set on the client side. Some windows are created
with default (and invalid) size and rely on Resize
to be called right after. This doesn't happen
with message boxes and they need to get size_changed
right after the window is fully created and ready.

Change-Id: I8c281a31770de4b37b9de6d333159e5379344dff
Reviewed-on: https://gerrit.libreoffice.org/76293
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 13:59:48 +02:00
Jan Holesovsky
1d77ea8f3e lok sc: Fix the formula input bar and address bar notifications.
Apparently we did not have the pInputWin living in the background; but
now we have.  There is no reason to treat it in an 'else' branch, these
checks should be separate either way.

Change-Id: Ibb8d92fb1e2803942460d2063847917d082fcb2e
Reviewed-on: https://gerrit.libreoffice.org/71863
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Tested-by: Aron Budea <aron.budea@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/76292
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 13:45:10 +02:00
Ashod Nakashian
bf7adf4c24 sidebar: support closing the sidebar through the X button
Change-Id: I078c27d22bbee3d02ad4a3fb97ba01a394f171e1
Reviewed-on: https://gerrit.libreoffice.org/73503
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 13:45:00 +02:00
Caolán McNamara
b0cc179a72 add XInitialization to allow setting explicit dialog parent
Change-Id: Icc2626b6b3defeb6c02a43cee14cdb97dc573870
Reviewed-on: https://gerrit.libreoffice.org/76290
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-25 13:24:11 +02:00
Ashod Nakashian
11b06f0e00 sidebar: Add .uno:MasterSlidesPanel
Change-Id: I578dc8b1f9c8df7f7cc9108c70d6fad8006871c6
Reviewed-on: https://gerrit.libreoffice.org/73502
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 12:18:58 +02:00
Caolán McNamara
c156cff9d6 weld SaneDlg
Change-Id: I2f69c87f2433c8973b3aecd24e6e754206b2162f
Reviewed-on: https://gerrit.libreoffice.org/76260
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-25 12:04:53 +02:00
Ashod Nakashian
593bf02c8b sd: LOK: avoid caching pointers and leaking
Change-Id: I68163bc30b0655b11dec34bdcc750b495b93365a
Reviewed-on: https://gerrit.libreoffice.org/68265
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
(cherry picked from commit da70e56208)
Reviewed-on: https://gerrit.libreoffice.org/76284
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 12:04:41 +02:00
Ashod Nakashian
19b6115e3e LOK: remove duplicate cursor invalidations for same view only
This limits duplicate cursor invalidation removal to same
view only, which seems to have been left in error.

We should now remove any old cursor invalidations (for
the same view) and only keep the latest (current) one.

Change-Id: Ie2323d0c5fcf3977576a1bdc098c95351a5753e0
Reviewed-on: https://gerrit.libreoffice.org/71846
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
(cherry picked from commit 8e9c36dfc3)
Reviewed-on: https://gerrit.libreoffice.org/76286
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 12:01:50 +02:00
Andras Timar
3b1c1b0d2f Add Redaction toolbar icons from colibre to tango
Tango is the default theme of Collabora Office 6.0

Change-Id: I95722b0794aec9fc9eac707e4020460ddfb1371f
(cherry picked from commit 9c644c8bf3)
Reviewed-on: https://gerrit.libreoffice.org/76285
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 11:51:27 +02:00
Ashod Nakashian
3fa4f52ad5 sd: LOK: support localization of slide transition presets
Reviewed-on: https://gerrit.libreoffice.org/68264
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
(cherry picked from commit 312346531d)

Change-Id: Ic3ea57e537e118e10d155203921574967154c234
Reviewed-on: https://gerrit.libreoffice.org/76283
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 11:24:37 +02:00
Ashod Nakashian
a59b4a2dce sidebar: hide preview and play controls in lokit
Change-Id: I7fc9470082612af4c4d7e56ff704936da5c63ce4
Reviewed-on: https://gerrit.libreoffice.org/73501
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 10:57:51 +02:00
Scott Clarke
d2025bdc33 tdf#119228 Add storage and serialisation for the Resolved flag
Change-Id: I0278588dc533378104e544d05b60583c85271f6a
Co-authored-by: Jim MacArthur <jim.macarthur@codethink.co.uk>
Reviewed-on: https://gerrit.libreoffice.org/75858
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-07-25 10:38:36 +02:00
Andrea Gelmini
38583daef6 Fix typo in code
Change-Id: Id666b0c822cf2589a0fe8886d9357e98b18b276c
Reviewed-on: https://gerrit.libreoffice.org/76282
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
2019-07-25 10:08:29 +02:00
Tor Lillqvist
8d5164463a tdf#124042: Remove unnecessary code for iOS
We don't need to pop the Core Graphics context state stack completely
before releasing the context. The code that tried to do that failed
anyway when the context was a "foreign" one (from doc_paintWindowDPI()
in core's init.cxx) thad had already been released there.

Also removed another apparently unnecessary ifndef for iOS.

Change-Id: Idcd1e6edd06ab259ec850fd66fcbabc3df0ae3af
Reviewed-on: https://gerrit.libreoffice.org/76263
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 09:57:11 +02:00
Tünde Tóth
4c30848c85 tdf#123627 DOCX import: fix relative hyperlinks to documents
Revert "tdf#86087 DOCX Import link as relative if preferred"

This reverts commit 40acf8d644.
Relative urls aren't converted to absolute urls, if the
"Save URLs relative to filesystem" setting is checked.

Change-Id: I209fa57e508dd425772e0019c1749a2bdc92e3ed
Reviewed-on: https://gerrit.libreoffice.org/75863
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2019-07-25 09:31:34 +02:00
Ashod Nakashian
6cb3b009fc sd: sidebars are now visible in LOOL
Change-Id: I7ceae056e3d6ce1c991fe1194faa8bebfd6aae1e
Reviewed-on: https://gerrit.libreoffice.org/73500
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 09:29:47 +02:00
Ashod Nakashian
ae2720ab20 sd: LOK: publish statechange on entering master view
Change-Id: Ib736800544b9669e3708da0c01370af22cdf3e97
Reviewed-on: https://gerrit.libreoffice.org/69617
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/73498
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 09:29:37 +02:00
Caolán McNamara
f696e53587 weld GridWindow
Change-Id: I3281abffbc7f14cb3ebcc80b4f52b52ed5efa781
Reviewed-on: https://gerrit.libreoffice.org/76268
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-25 09:27:48 +02:00
Caolán McNamara
0059d0262a cid#1448432 Division or modulo by zero
Change-Id: Iaf99ea046591e7e1eb5d441804b812c08fea9bc9
Reviewed-on: https://gerrit.libreoffice.org/76245
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-25 09:27:11 +02:00
Caolán McNamara
c597be9bb6 cid#1448414 silence Explicit null dereferenced
Change-Id: I8f378b935929cedfab30aa98b89a026c272dca2e
Reviewed-on: https://gerrit.libreoffice.org/76246
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-25 09:27:00 +02:00
Ashod Nakashian
bf3cfa0256 LOK: trace queue only when it is changed
Change-Id: I9b8e060c2c7655565b95004d82bf50ada2ed0d08
Reviewed-on: https://gerrit.libreoffice.org/71845
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/76267
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-07-25 09:24:56 +02:00
Stephan Bergmann
9cf2df5eb9 Avoid using invalidated rRect
...as happens during `convert-to pdf doc/ooo107799-1.doc` (i.e., oracle apex.doc
attached at <https://bz.apache.org/ooo/show_bug.cgi?id=107799#c1>):

> ==29889==ERROR: AddressSanitizer: heap-use-after-free on address 0x61200034f548 at pc 0x0000002ebcaa bp 0x7fff9666f320 sp 0x7fff9666ead0
> READ of size 16 at 0x61200034f548 thread T0
>  #0 in __asan_memcpy at /home/sbergman/github.com/llvm/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cc:22:3
>  #1 in SwRect::SwRect(SwRect const&) at sw/inc/swrect.hxx:313:5
>  #2 in SwRootFrame::PaintSwFrame(OutputDevice&, SwRect const&, SwPrintData const*) const at sw/source/core/layout/paintfrm.cxx:2971:12
>  #3 in SwViewShell::PrintOrPDFExport(OutputDevice*, SwPrintData const&, int, bool) at sw/source/core/view/vprint.cxx:542:30
>  #4 in SwXTextDocument::render(int, com::sun::uno::Any const&, com::sun::uno::Sequence<com::sun:🫘:PropertyValue> const&) at sw/source/uibase/uno/unotxdoc.cxx:3026:32
>  #5 in PDFExport::ExportSelection(vcl::PDFWriter&, com::sun::uno::Reference<com::sun::view::XRenderable> const&, com::sun::uno::Any const&, StringRangeEnumerator const&, com::sun::uno::Sequence<com::sun:🫘:PropertyValue>&, int) at filter/source/pdf/pdfexport.cxx:227:34
>  #6 in PDFExport::Export(rtl::OUString const&, com::sun::uno::Sequence<com::sun:🫘:PropertyValue> const&) at filter/source/pdf/pdfexport.cxx:939:28
>
> 0x61200034f548 is located 8 bytes inside of 272-byte region [0x61200034f540,0x61200034f650)
> freed by thread T0 here:
>  #0 in operator delete(void*, unsigned long) at /home/sbergman/github.com/llvm/llvm-project/compiler-rt/lib/asan/asan_new_delete.cc:172:3
>  #1 in SwPageFrame::~SwPageFrame() at sw/source/core/layout/pagechg.cxx:301:1
>  #2 in SwFrame::DestroyFrame(SwFrame*) at sw/source/core/layout/ssfrm.cxx:389:9
>  #3 in SwRootFrame::RemovePage(SwPageFrame**, SwRemoveResult) at sw/source/core/layout/pagechg.cxx:1426:5
>  #4 in SwRootFrame::RemoveSuperfluous() at sw/source/core/layout/pagechg.cxx:1501:13
>  #5 in SwLayAction::InternalAction(OutputDevice*) at sw/source/core/layout/layact.cxx:494:30
>  #6 in SwLayAction::Action(OutputDevice*) at sw/source/core/layout/layact.cxx:349:5
>  #7 in SwRootFrame::PaintSwFrame(OutputDevice&, SwRect const&, SwPrintData const*) const at sw/source/core/layout/paintfrm.cxx:2965:17
>  #8 in SwViewShell::PrintOrPDFExport(OutputDevice*, SwPrintData const&, int, bool) at sw/source/core/view/vprint.cxx:542:30
>  #9 in SwXTextDocument::render(int, com::sun::uno::Any const&, com::sun::uno::Sequence<com::sun:🫘:PropertyValue> const&) at sw/source/uibase/uno/unotxdoc.cxx:3026:32

Change-Id: I2931920d19d535f569c61fb9d7f1ce21bf7a0d88
Reviewed-on: https://gerrit.libreoffice.org/76270
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Tested-by: Jenkins
2019-07-25 09:21:58 +02:00
Miklos Vajna
3f47165104 xmloff: create XMLImportStylesImportOasis instances with an uno constructor
See tdf#74608 for motivation.

Change-Id: I7e56486339d5fd436d4dba723bac8bb9bbed170b
Reviewed-on: https://gerrit.libreoffice.org/76275
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-07-25 09:21:20 +02:00
Miklos Vajna
4840880148 tdf#107394 sc ui: fix lack of row height update on undo of paste
This is a problem since commit df9243626b
(fdo#73606: Avoid excessive and unnecessary heap allocation of array
objects., 2014-01-14), though it seems this uncovered a problem that was
introduced earlier.

Reading ScViewFunc::AdjustBlockHeight(), commit
64a36fd4f4 (ScUndoPaste to handle multiple
ranges., 2011-09-09) changed ScUndoPaste::DoChange(), so that
AdjustBlockHeight() is invoked in a loop, but always with the same
arguments. In case AdjustBlockHeight() doesn't get a mark data, the
function takes the mark data from the view data, which is empty in the
"undo of paste" case, so no row height gets updated.

Fix the problem by explicitly providing the mark data to
AdjustBlockHeight(), probably that was the intention in the second
commit.

[ Testing this from CppunitTest_sc_copypaste means ScImportExport has to
be dllpublic, but that seems still better than having a view shell in
CppunitTest_sc_ucalc. ]

Change-Id: I140b53588d59d231772152c0e820e5fdedf6894c
Reviewed-on: https://gerrit.libreoffice.org/76265
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-07-25 09:21:13 +02:00
Shubham Goyal
2de42b53b7 QRCode Dialog Box feature
The patch handles the created QR code as a Customized Shape (Graphic
Object)

Change-Id: I1cee6f0e7fac585de880a9ac34e3bc441a4b7390
Reviewed-on: https://gerrit.libreoffice.org/74167
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-07-25 07:15:10 +02:00
Andrea Gelmini
5ccc8124a0 Fix typos
Change-Id: I59a0fd175fa5185c15d093d2d9bed9f95bb4cfd5
Reviewed-on: https://gerrit.libreoffice.org/76280
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2019-07-25 07:07:25 +02:00
Jim Raykowski
ed882d693f tdf#47807 Invalidate bindings to Undo Redo
Change-Id: I71a16e60395003402372202a755b976d37690a27
Reviewed-on: https://gerrit.libreoffice.org/76146
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2019-07-25 00:50:05 +02:00
Andrea Gelmini
6131288f2a Fix typo
"an URI", to complete:
https://gerrit.libreoffice.org/#/c/75985/

Change-Id: I57489b05117fd12ae6aa22544437ab5bc6b5154f
Reviewed-on: https://gerrit.libreoffice.org/76037
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2019-07-24 23:36:21 +02:00
Andrea Gelmini
afad1a0cbc Fix typos
Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296
Reviewed-on: https://gerrit.libreoffice.org/76269
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2019-07-24 23:34:49 +02:00
Caolán McNamara
30320abbef cid#1448360 Assignment of overlapping memory
Change-Id: Ifefa007ff7534e65cc35cdbcb4983012b36ed6e0
Reviewed-on: https://gerrit.libreoffice.org/76248
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 22:21:32 +02:00
Caolán McNamara
ceac24b4a1 cid#1448461 RV: Bad use of return value
Change-Id: I11dce56c00931b0e04c5fa52f2598a8f80625d5b
Reviewed-on: https://gerrit.libreoffice.org/76243
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:34:01 +02:00
Caolán McNamara
bb6f5ae903 cid#1448446 Unchecked dynamic_cast
Change-Id: I790f55e5edfce37b28dfc8b915970e123425f434
Reviewed-on: https://gerrit.libreoffice.org/76244
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:33:38 +02:00
Caolán McNamara
1779f7fcba cid#1448285 RV: Bad use of return value
Change-Id: I3509620b37884b75a00c89ae38b68adc324da00c
Reviewed-on: https://gerrit.libreoffice.org/76252
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:33:14 +02:00
Caolán McNamara
852d5b7b3b cid#1448272 RV: Bad use of return value
Change-Id: I716c4e617ae2493385391f96567e2fb4571cd440
Reviewed-on: https://gerrit.libreoffice.org/76253
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:32:49 +02:00
Caolán McNamara
554e7d8ee6 cid#1448222 Out-of-bounds read
possibly coverity gold

Change-Id: I6443225482eab5be31e1e12d282e420e767f23b2
Reviewed-on: https://gerrit.libreoffice.org/76254
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:32:22 +02:00
Caolán McNamara
fd40f94e6b cid#1401334 Uncaught exception
Change-Id: I371610e76e513a40da800eb11de0883775fdbd2d
Reviewed-on: https://gerrit.libreoffice.org/76255
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:31:11 +02:00
Caolán McNamara
40b5af3344 cid#1401328 Uncaught exception
Change-Id: I15b1157220631e984f30f6e3c0a0362167236c9c
Reviewed-on: https://gerrit.libreoffice.org/76256
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:30:46 +02:00
Caolán McNamara
63922db083 rename search+replaced Getsal_uInt16 result back to GetUShort
Change-Id: Ia6e35d0ca15b0ac2310ad847c6eda6db548b25f6
Reviewed-on: https://gerrit.libreoffice.org/76258
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:29:49 +02:00
Caolán McNamara
52b92a5919 cid#1209863 Untrusted loop bound
Change-Id: Ic8d20e92b4021dfebe01e1265c3afb2bcd509827
Reviewed-on: https://gerrit.libreoffice.org/76259
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-07-24 21:28:26 +02:00