Commit Graph

468771 Commits

Author SHA1 Message Date
Jeff Huang
95e7a57df6 tdf#143548 Add 3 dots after Select Macro and Select Module strings.
Change-Id: Ifc3ea0652b3bda1f8671d88d9b6f7d28a87c53f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124625
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-11-03 17:59:02 +01:00
Caolán McNamara
5e01f82b09 Resolves: tdf#143443 size of comment box too tall after cut/paste
a problem since...

commit 69c546e1e7
Author: Caolán McNamara <caolanm@redhat.com>
Date:   Fri Dec 4 16:30:31 2020 +0000

    weld annotation window

this sidebar case assumes that the papersize of the underlying
editengine is initially unlimited in size

Change-Id: I127f249158deecef3e2c6874982b4e7cc78e69fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124656
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-03 17:55:05 +01:00
Xisco Fauli
42f106cdab tdf#117895: sw: Add UItest
Change-Id: I252af7af5aa8bea20f959cf3c868fa73cd538749
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124648
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-11-03 17:34:12 +01:00
Xisco Fauli
ff6bd3c61f tdf#145326: sw: Add UItest
Change-Id: If18f1011745143349c2793a4baa8c6bf6a0879c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124647
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-11-03 16:58:25 +01:00
Tor Lillqvist
5f8b834eef tdf#145354: Don't claim random paper sizes from the system are "User Defined"
For instance, the driver for my printer (or maybe Windows itself, no
idea where the list of sizes comes from originally) says it supports
215 x 345 mm. Which apparently is an obscure paper size called "India
Legal". It is confusing if the Print dialog claims that it is "User
Defined" when I have never even heard of such a size, and the document
does not specify it either.

Change-Id: I44196fd21fd83a94d255ebb909e5d63e35c5d1e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124649
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2021-11-03 16:30:58 +01:00
Tibor Nagy
4bfe8304a5 tdf#144914 PPTX export: fix interactions and hyperlinks on shapes
Follow-up to commit 83d92437e0
"tdf#144616 PPTX import: fix hyperlinks on shapes"

Change-Id: I56538da8d97e052af03c78e8d7eaa16c5c2fde1e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123748
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2021-11-03 15:01:31 +01:00
Kevin Suo
ac3266cccc This aParentName can be const
Change-Id: If3d94b7b8e9b10934b1be0771c4c85536bc750f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124642
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-11-03 14:35:18 +01:00
László Németh
643bbf9e47 tdf#145311 sw track changes: fix moving over empty list item
which was changed to tracked insertion.

Follow-up to commit 4c982dbafd
"tdf#145225 sw track changes: fix bad insert at moving".

Change-Id: If3d70da71188e95b5aeea9b72e7c9de22d7c7150
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124645
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2021-11-03 14:14:58 +01:00
Noel Grandin
e72bbb8d41 Silence spurious Werror=maybe-uninitialized in transliterateImpl
only seen in optimised build

Change-Id: Ibf344efa034feefdc6e03d489a0a6b28461b76e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124581
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-03 13:51:11 +01:00
Rishav Chattopadhya
7a8cbfafca tdf#141908: CppUnittests: replace usage of sal_Int32 with colors
Change-Id: Idb078379c4388d7dd9525500e18064f2f873e6ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124091
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-11-03 13:51:00 +01:00
Felipe Lema
8b1318324e tdf#97667 Add XML Dump methods for Calc Pool Items
Continuation of https://gerrit.libreoffice.org/c/core/+/88475

Change-Id: Ic41ae7df362a796c56e95b38ccb534bbe045ead7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113497
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-11-03 13:33:09 +01:00
Caolán McNamara
950483343d Related: tdf#143443 remove PANGO_ATTR_ABSOLUTE_SIZE and PANGO_ATTR_SIZE
when setting a new size because an absolute size set by gtk itself seems
to be not overwritten by pango_attr_size_new so sometimes the size of
the font in the annotation window label is too large

Change-Id: Ib69eec2111336cc27d1571babcc891f16cae2f01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124641
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-03 13:24:56 +01:00
Stephan Bergmann
487acc0c42 Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxx
...similarly to how it was already done for its
ucb/source/ucp/webdav-neon/NeonSession.cxx cousin

Change-Id: I78124f45d4cb08131ee5d6e8c2606b38407c0668
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124637
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-03 13:20:44 +01:00
Mike Kaganski
7e23fec4b7 Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scaling
Change-Id: I12c25838e8eec8d05e43b593790847c626edde31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124638
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-11-03 12:50:06 +01:00
Tor Lillqvist
9c6aa26092 Drop the --with-macosx-sdk option
The help message for that option even said "With current Xcode
versions, only the latest SDK is included, so this option is not
terribly useful". And that was written in 2016. So by now, the
--with-macosx-sdk option surely has outlived its usefulness.

Change-Id: I467194c96c571822c08ea82bb7e62f0e2a2d332b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124549
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-11-03 12:44:35 +01:00
Tor Lillqvist
0f1155503e Bump minimum macOS to 10.12
Change-Id: I1a4af1af2eb95cb182491b2de2ac05dc3a1cb0c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124547
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-11-03 12:30:18 +01:00
Tor Lillqvist
65081542d2 tdf#145354: Ensure displayed paper name matches displayed paper dimensions
I could not reproduce it now but at least in some slightly older
version of LibreOffice, it could happen that at the top of the print
preview image was displayed "143 mm (A4)" which is silly, as neither
side of an A4 paper is 143 mm.

Look up the matching paper size from the dimensions displayed. Use the
"sloppy" match function to allow for sub-millimeter rounding errors.

Change-Id: I6320798061246101c6fc78baf841b71b32b25833
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124612
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-11-03 12:07:14 +01:00
Caolán McNamara
23c8da8785 put the message into static_assert
and use more static_assert where its obviously possible

Change-Id: I9466130809acab12505f0760f970793991564165
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124633
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-03 11:57:03 +01:00
Xisco Fauli
7ab9d4cadd tdf#145361: sw_xhtmlexport: Add unittest
Change-Id: I4bbbdfa71f69ae2659922dce4b7445bcadc7d73a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124636
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-11-03 11:54:39 +01:00
Noel Grandin
5c47f33a64 improve find-can-be-private script
add progress display and cleanup child processes

Change-Id: I86cc13dee17f6d1ea2874f0ebe178426fbc82076
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124634
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-03 11:39:33 +01:00
Noel Grandin
9ce9011230 loplugin:finalclasses
Change-Id: I72ffe7dbeb1558820ac4368ef551611096da0104
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124632
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-03 11:05:15 +01:00
Noel Grandin
8a4bcae710 loplugin:finalclasses
Change-Id: I80ac98249f8ef6b24939de59e32eda4fa2e79fba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124631
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-03 11:05:02 +01:00
Bjoern Michaelsen
68cea95423 tdf#145326: fix breaking DDE links
Change-Id: Ib80a83ed1e4c87ee6af2f8ef55309ad9779aac66
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124455
Tested-by: Jenkins
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-11-03 11:00:16 +01:00
Natalia Gavrilova
0a059912ba tdf#114441 Convert use of sal_uLong to sal_uInt32, int
* Changed moduldlg.hxx, moduldl2.cxx
* Changed res_DataLabel.hxx, res_DataLabel.cxx

Change-Id: I845c9fb7b60b5a8f898aaac433c0b5e520c58678
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123360
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-11-03 10:07:48 +01:00
Caolán McNamara
4ed359093c fix misplaced line
Change-Id: I6c3aea554787b30a8ffa3bc61ab6597d8b755881
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124630
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-03 09:51:48 +01:00
Caolán McNamara
1a8ac2e100 can use static_assert for compile time check here
Change-Id: Ib1b350068bf80431bf0be3263a1a87523066996b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124621
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-03 09:51:23 +01:00
Michael Stahl
895918b07d ucb: webdav-curl: consolidate unit tests
1 CppuniTest makefile should be sufficient, particularly since all 4
of them used gb_CppunitTest_use_library_objects so this should reduce
wasted space.

Change-Id: I485f0af0aee2b265b56c505ced44257834784e98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124608
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-11-03 09:32:32 +01:00
Michael Stahl
5a44e3772a ucb: webdav-curl: convert webdav unit tests to curl
There's no point in building the tests for neon any more, just build
them only if curl is used.

This finds a bug in CurlUri::Init() where query and fragment separators
need to be added manually.

Change-Id: I3dcd1512450522df2c2a7d223b2e29b6c0e794fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124607
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-11-03 09:32:06 +01:00
Mike Kaganski
17dface793 Drop TWIPS_PER_PIXEL and use o3tl::convert
Change-Id: I8ee3fddaccf6809c95319db1da9a1d2897d00c25
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124626
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-11-03 09:14:25 +01:00
Miklos Vajna
996ca8ecfd CppunitTest_sw_ooxmlexport13: avoid DECLARE_OOXMLEXPORT_EXPORTONLY_TEST()
See commit a226cec52e
(CppunitTest_sw_rtfimport: convert one testcase to use
CPPUNIT_TEST_FIXTURE(), 2019-11-05) for motivation.

Change-Id: I08a4ba4a1219b90a3652ae63c1e3a11dd9fa1208
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124614
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-11-03 08:24:59 +01:00
Noel Grandin
5da6c31a76 loplugin:finalclasses
Change-Id: I10ff73f89c965beb3cfb5fc3a40dd959d8f77aaa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124600
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-03 07:54:27 +01:00
Noel Grandin
6299c8cae9 loplugin:constparams
Change-Id: Iebeb531fad5cc819b536788925cf8508737198b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124599
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-03 07:54:12 +01:00
Stephan Bergmann
de39e35b21 Avoid float-cast-overflow
> Testing load file:///~/lo/core//sw/qa/core/data/html/pass/ofz40593-1.html:
> sw/source/filter/html/svxcss1.cxx:2869:44: runtime error: 1.70141e+38 is outside the range of representable values of type 'long'

during CppunitTest_sw_filters_test with test file newly added with
2f01faaf88 "ofz#40593 remove Objects from
m_xResizeDrawObjects if deleted during parse"

Change-Id: Ida97b886c254272fd2a506a8d7ad2319fed72dcc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124623
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-03 07:33:05 +01:00
Luboš Luňák
9b9a8f4789 fix gcc-wrapper for ccache.exe
This reverts a part of 18cc01b639 .

Change-Id: Ib7abbc41eeb6abd573f540ae2d0d2822e68b9abb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124613
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-11-03 07:27:21 +01:00
Andrea Gelmini
33db559089 Fix typos
Change-Id: If203853359b1c30c6cb6feea6c1ff718bcaa0188
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124622
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-03 07:20:15 +01:00
Justin Luth
1891061f0b prelim tdf#136472: remove implementation specific unit tests
These test documentations are completely pointless.
They test something implementation specific without
anything to actually test for accuracy.

4-test_segfault_while_save.docx: pseudo-preventative test.
8-fdo49940.docx: an empty page with no header/footer enabled.
  Who cares if it is called Default style or First Page.

Change-Id: I4a9a6fcfe3621eaa745470487b32b2cbd66f0973
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124590
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
2021-11-03 06:57:16 +01:00
Mike Kaganski
e25be4fb3a Prepare for removal of non-const operator[] from Sequence in testtools
Change-Id: If67f845a0350766c7d098a399bd2fae6048c9100
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124400
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-11-03 06:29:37 +01:00
Caolán McNamara
8fbd4a5f68 ofz#40625 avoid Integer-overflow
not much else can be done as far as I can see except to saturate

Change-Id: Ifb7e47b03c76eca26b7340b047032e971401e86b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124619
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-02 22:29:11 +01:00
Caolán McNamara
7a52e06ea0 cid#1493241 Wrapper object use after free
unclear if this is the right fix here

Change-Id: I6910ff405c2acb03fadd8e751e971d9b010b7d52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124620
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-02 22:14:44 +01:00
Stephan Bergmann
6f26a72464 Tweak loplugin:implicitboolconversion to allow some more bool -> sal_Bool
...in templated code, to cater for the needs of
<https://gerrit.libreoffice.org/c/core/+/124400> "Prepare for removal of
non-const operator[] from Sequence in testtools".

For one, by defining ImplicitBoolConversion::TraverseInitListExpr, make sure
that Clang versions before and after
<0a42fe70a5>
"[AST] Treat semantic form of InitListExpr as implicit code in traversals"
behave the same.  Old versions of Clang would have erroneously reported

  Sequence<Sequence<sal_Bool>> s2{ { false } };

(and reported

  Sequence<Sequence<sal_Int32>> s4{ { false } };

twice) in compilerplugins/clang/test/implicitboolconversion.cxx when one of the
four combinations of syntactic/semantic visit of the outer/inner InitListExpr
defeated the intended suppression logic in
ImplicitBoolConversion::TraverseCXXStdInitializerListExpr.

And for another, ImplicitBoolConversion::TraverseInitListExpr can subsume the
exising ImplicitBoolConversion::TraverseCXXStdInitializerListExpr.

But for a third, that would still make

  Sequence<Wrap2<sal_Bool>> s6{ { false } };

in compilerplugins/clang/test/implicitboolconversion.cxx emit a false warning,
so add a cheesy "TODO" chicken-out special case to
ImplicitBoolConversion::checkCXXConstructExpr for now.

Change-Id: Ib9a1b78a7812feb98c673b75a357af7737168342
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124583
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-02 20:10:46 +01:00
Mike Kaganski
c9b100df77 Drop char*-based API from NamedValueCollection
Change-Id: I87f339b348580e256a8d65470ad15cbdabf2c9dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124609
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-11-02 19:49:04 +01:00
Tomaž Vajngerl
b0e574a8be xmloff: Prevent gutter margin xml property to be deallocated
Previously we stored a pointer to the gutter margin XMLPropertyState
so we could read it later. The problem with this is that in between
when we storing and reading the property state, we add elements
to the rProperties vector, where the XML properties are allocated.

Adding new elements to the vector can cause that the internal
array is reallocated to a bigger size and elements copied to the
new array, so our pointer shows to a invalid (deallocated) memory
address.

This issue is fixed by moving the code up to before we add new
elements to rProperties vector and a big warning is written to not
use XMLPropertyState* pointers after the code adds to the
rProperties vector.

Change-Id: I24b0285d49e678fcb3b333bf4054f5cef4207003
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124572
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-11-02 19:35:49 +01:00
Jim Raykowski
1441b4e833 SwNavigator: correct outline level comparison used in determining
outline content type member count

Outline content type member count can be less than the number of
outline nodes in the document model if the outline level setting is
less than outline level maximum, MAXLEVEL. Currently, the outline node
count is incorrectly compared to the outline level maximum in
determining the outline content type member count. The member count is
compared against the old member count to determine if the member array
needs to be cleared and filled when a member in the array is wanted by
a call to the GetMember function. This patch changes the outline level
maximum to be compared to the set outline level.

Change-Id: Ie1348575becbbc14446b417bcd568f158330cf9a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124537
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-11-02 19:20:54 +01:00
Tor Lillqvist
ae6f7eecfc Add comments to two arrays mentioning that they must match the enum Paper
At least I think they must. Also add a comment to the enum pointing at
those arrays. There are now four different places in four files that
must be manually kept in sync. Quite possibly more. This stinks.

Change-Id: I7b5c721329c69a16b8cdf07390d481ec77c7b5ae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124610
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-11-02 19:15:08 +01:00
Julien Nabet
de9f868323 Replace some macros in forms
DECL_IFACE_PROP2 + DECL_IFACE_PROP3 + DECL_IFACE_PROP4
+ DECL_BOOL_PROP3
Change-Id: Ibfe652001f4e914cad364222bcaf38dec69298e5

Change-Id: I432e045b9d071d61cd142bca66f40233cd59ef0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124564
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-02 18:42:35 +01:00
Caolán McNamara
39994c43bf Resolves: tdf#119206 run properties sync when launched during save
use (abuse?) a SynchronMode of true, which will become
SfxRequest::IsSynchronCall of true in SfxObjectShell::ExecFile_Impl to
request that we do not want the properties dialog to be run async. It
looks impractical to rearrange all the post-dialog-call close code to be
part of some callback executed when the dialog completes.

Change-Id: Id2bde24986204dea3d312c0b4a91bf5c0a6f7916
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124606
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-02 18:31:27 +01:00
Caolán McNamara
688489959e Revert "tdf#117895: "Edit document properties before saving"..."
This reverts commit 3add3e5b70 to try
and alternative approach

Change-Id: Ieb36b78246586cc7f1977c67eab130d2ae025988
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124605
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-02 18:29:13 +01:00
Caolán McNamara
fffd76195e Revert "tdf#120343 show pdf in async pdf export dialog callback"
This reverts commit 9df8a2eb8c to try
an alternative approach.

Change-Id: I2f1e2cd28cbaee5ab3d7a3cec808ec5bb7777cb2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124604
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-02 18:28:49 +01:00
Caolán McNamara
8423861a74 drop PendingDrawObjectsInPaM in favor of detecting draw objects removal
Change-Id: I9f24f16ae47c8c178259650944bd80e19d6a887d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124568
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-02 18:26:37 +01:00
Julien Nabet
55133fc5fc tdf#132499: first stab to remove old stuff from ODBC ver < 3
Change-Id: I683d4933fe4a2453b8ac5e9e8aa61946c4173bac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124566
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-02 17:57:25 +01:00