Age | Commit message (Collapse) | Author |
|
Change-Id: I37da28539b94706574116d0fff5f008aabfb5526
Reviewed-on: https://gerrit.libreoffice.org/19682
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I66475190cc0f18465c56b94af7bc0d5a1ca81242
|
|
Change-Id: I216dcbd983dcf3df79df9fda371b93114540a9d8
|
|
Change-Id: I8995ef12edb64c14788ba3a2c3c1c2ceb3775b11
|
|
Change-Id: I4b7b86be1d0b36c02c6ad6954635d2620266472e
|
|
Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
|
|
Change-Id: I2ba2d867785765e4850c60070e86419f66e25f57
|
|
Change-Id: Id61e37e4e9ea62c3dba224e55ddfdc71fb0bfc8c
Reviewed-on: https://gerrit.libreoffice.org/19541
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
This checkbox was introduced in the commit
9a85743766e8a063d20d5f93ee88758e243397f4
This patch makes Calc persistently remember the option's setting between
invocations of the Find & Replace dialog.
Change-Id: I82c1355e85cd16ce13229d495a6d243e185318ad
Reviewed-on: https://gerrit.libreoffice.org/19574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
aka, beat up on its corpse a bit
Change-Id: Ia5b8d227083e8f4c1582bf13260e92331740aa82
|
|
this is an intermittent crash in the real world but under event testing we can
see that the PaintView is informed that the page has been deleted, but doesn't
clear its use of the page if it so happens that there was earlier modification
events that caused the fire-modification-timer to be launched
If there happens to be no such events then the page is correctly cleared
If the timer is active, then the page is not cleared, but eventually the
timer will fire and access the deleted page and fall over and die
minimal change for backporting ease, follow ups now
Change-Id: I090ad62cc175545902574c93dec7082225d97ab7
|
|
Change-Id: Ib8e33c3dbaf793f9ae57a2d54af34d7e823226ec
|
|
Change-Id: I4a1e3e269a269bb37e88aa8810a46d0f4ecfc518
Reviewed-on: https://gerrit.libreoffice.org/19420
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
cosmetic only
Change-Id: I9363e4766d6dfdd9327cfa74e5922f3b51c67fd2
|
|
presumably this is a simple typo and it should be ANISTARTINSIDE
Change-Id: I05c6cfb857955c7d418e3997845dd0ef6d2bff36
|
|
Change-Id: I5f068a4f8f2f035070ea3ad16bf6d89f7ab0e0fd
|
|
Change-Id: I08acd0f6bc1a00b9dbaa6711b09222eff388ad17
|
|
Change-Id: I42685ff22f61f2c6c82439dd23393fd1ac17daa0
|
|
which mostly serve to make the code harder to read
Change-Id: Ia2a83fee9f850ab6f0bea6305ce8600d6b785fe8
|
|
Change-Id: Icc3d66c16fca95aa890aee6c67c84674fef878fc
|
|
Change-Id: I809f9e10309ceadda0a82c3818277323b34ec61b
Reviewed-on: https://gerrit.libreoffice.org/19491
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
use std::sqrt in vcldemo.cxx
Change-Id: I24d8ba15ee267d0cad3b063df9b7cfd8d284f4ee
Reviewed-on: https://gerrit.libreoffice.org/18591
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I6bd0482967f35a4fc4c2384e775753c413c52162
|
|
Change-Id: I4e344e780baae6c9828d0d708dfb0a9390af533a
|
|
Change-Id: Iec3266746c78e58e3c3a094e6511d79dadc4e4c6
|
|
Change-Id: I0fe9cb55de114c7e2ad45cd946e94f9c0e93b85c
|
|
and drop the macro
Change-Id: I452ca373d0c277166e94928c1bce78bf37e39d7c
|
|
found with
git grep -nP '(\w+)\s+=\s+\g1\(' | lots-of-hand-filtering
Change-Id: I598b0cfa6607823eaef09d95e610e05145c727f7
|
|
... at leat in normal circumstances.
assumed that the dialog can only return Yes/No/Cancel
if it doesn't, then behaviour change, be more conservative and save only on yes.
the order between rController->commitCurrentRecord( ) and
GetImpl()->didPrepareClose( true ) is changed, that's on purpose.
If commitCurrentRecord( ) throws, then don't do GetImpl()->didPrepareClose( true )
Change-Id: Ieb88c04a27e71b313e7f1386d48f370a1e94c6c2
|
|
Change-Id: I8a86447bdd227621ff7b0b3551798ee343379c74
Reviewed-on: https://gerrit.libreoffice.org/19434
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: I26030811a5da551482b0cc2a18c302160ada6cd6
Reviewed-on: https://gerrit.libreoffice.org/19435
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
SfxObjectShell::Current can and does return null sometimes
protect this init like the other sidebar example and add missing
licence header
Change-Id: I15d40c08e8ac37116de7d543c16257c8a8090e8a
|
|
and
coverity#1327444 Unchecked dynamic_cast
Change-Id: I459d588db4a3dd6591b81babb3586fe97ab96c63
|
|
Change-Id: I8af65365c6a405bf0458c26af802d400da51cd57
|
|
Change-Id: Icbb575b86ff39ce263271110aae6e49e5b4e7ac2
|
|
Change-Id: I1e0f96dce2b9cf9da32f4f577cf76e1d8824d37a
|
|
Change-Id: I7130f7a84077a63cdc0ca1e131a4d90469eac90d
|
|
Change-Id: I6d4f4cd09c83f94b26dd90577bdc6bc3226f58ab
|
|
Change-Id: Ifdffc82c9b4ec2e534204294575a78e34e0338c1
|
|
Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6
Reviewed-on: https://gerrit.libreoffice.org/19405
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I2e4d1c79f57ec048d66111ed393491b7803ee3b9
|
|
the Call() already does a check
Found with:
git grep -A 1 -w 'IsSet()'
| grep -B 1 '.Call('
| grep ':'
| cut -d ':' -f 1
Change-Id: Ia7248f5d62640b75f705e539c3d1183e39c0d847
|
|
Change-Id: I2ef1e5fe5c6dc65c254b3a16b0b12fca5caba16e
|
|
Change-Id: I6c55c74d47b13149c2fa210bb9de4e8c430c57cc
|
|
Change-Id: I2a0fa04be569ae567719a8829b42796eadff28b6
|
|
Change-Id: Id7bc74352d6808a074fe227e11f998e95a050329
|
|
Change-Id: I155f952f5eda086e3d134b387514968f67de4910
|
|
Change-Id: Id23987edcff82621cbe932b4273fec0371bd481b
|
|
Change-Id: I669ffab93976a61321f471586256fb52c9bd3451
|
|
Change-Id: I6ebe8a0fb2e63b83406434d5fce0af8994f12458
|