Age | Commit message (Collapse) | Author |
|
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
|
|
to reduce code clutter like
pLbSelect->GetEntryData(pLbSelect->GetSelectEntryPos())
since this is a fairly frequent operation.
Change-Id: I41daf30fdeda2442ad1ac829e12f553233bae184
Reviewed-on: https://gerrit.libreoffice.org/14472
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I8976671fa0c1c090c0af1030e3ef8df3f3701b60
|
|
Conflicts:
sc/source/core/data/document10.cxx
sw/source/core/doc/docfmt.cxx
Change-Id: I1312f476607ea3a78b162a7e59323b0a142f6629
|
|
No visible effect, just that it's unnecessary in other cases.
Change-Id: I4f40dbaea5ea647347f7e20f8e233837f7dbd8cb
|
|
This reverts commit 0685b2e73e48adb84cd01355d45551ab478ebcd5.
|
|
Change-Id: Ib475a43601ee22d33677ac45cd6ef9dba7e7c431
|
|
...when FindTextToolbarController instance is immediately disposed after
creation (as will happen in to-be-updated CppunitTest_services).
Change-Id: I459f2b2ac3eecc728b45e8493c3f8988a6c121a1
|
|
Change-Id: I77646432f38cf65f487ff2f81c333be7a626be39
|
|
also translated some error messages
Change-Id: I22ef6b6cc01ba310d1ca694c7fcbf0d968a2fdf8
Reviewed-on: https://gerrit.libreoffice.org/14432
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ia5dd68ab8b7e4fe93caf0e79a27922abf02b97b6
|
|
also tranlated some error messages
Change-Id: Ia5035c7c2f5379a0b419fc5514a288368e687c83
Reviewed-on: https://gerrit.libreoffice.org/14382
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: If859754c956a634a96066ac407b70d6dd2759d53
Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br>
Reviewed-on: https://gerrit.libreoffice.org/14265
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I1ffc6af694367f0ff70b7598c093203f1f68882c
|
|
and we can include a few less headers
Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8
|
|
Change-Id: Id22ba872865bd8136c65c73152097805e696a695
|
|
Change-Id: If96b66d5bbfcf4426bb602909599cd36e1f3c994
|
|
Change-Id: Ic6b813b3f826300d3b59b7105690ab611bb4bd44
|
|
Change-Id: I910c37a19c1f627ec0c92dcb044db92e9e24c25e
|
|
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
|
|
Change-Id: I8ed7028f865bd4a6425859ab3b57ed8e928a78e4
|
|
Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088
|
|
Change-Id: I25213abc84c3e512fa620aa7c08e0c2e1bc0159a
|
|
Change-Id: Ie444d89108087c39ad429743e76c383f640c8751
|
|
Change-Id: Ie9b8a25d8d33c6211c43277f4d3b4cdbd79f5783
|
|
Change-Id: If3e33ee0a24e8a4850b2242ab3806d8dc57ddf09
|
|
What good would would a pre-selected export filter format to me if I
cannot save into it?
Change-Id: I9e5d06cec5ffa0ba325b8bfcfadc4fd55d39017a
|
|
i.e lots now able to be detected after...
commit b44cbb26efe1d0b0950b1e1613e131b506dc3876
Author: Noel Grandin <noel@peralex.com>
Date: Tue Jan 20 12:38:10 2015 +0200
new loplugin: change virtual methods to non-virtual
Where we can prove that the virtual method is never overriden.
In the case of pure-virtual methods, we remove the method entirely.
Sometimes this leads to entire methods and fields being
eliminated.
Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d
|
|
And check string length before accessing characters..
Change-Id: Iac3c2bf2f67f0cc7fc106515a875512771676e01
|
|
It turns out that the ordinal number adjustment that was added for
fdo#34548 is no longer necessary.
Change-Id: I2c491a008500b6a269b6f05a2a72f5aa70edecb2
|
|
Change-Id: I30355f3aaf77b1952e21050e3593e575571d7aaa
|
|
Regression from commit ab50bc9d4a72193c1fefcbf0652938995094bc41
which adds space separator between value and unit.
As metric fields now output values with separator, LineWidthValueSet
items must be adjusted accordingly, otherwise they'll never match
Change-Id: I55778c9c0cc36d968a061e5e35b6db3f2a159977
|
|
At least in JunitTest_forms_unoapi there are calls via URP of
SfxShell::UIFeatureChanged
FmFormShell::DetermineForms
FmXFormShell::elementInserted
cppu::OInterfaceContainerHelper::NotifySingleListener<...>::operator()
cppu::OInterfaceContainerHelper::forEach<...>
cppu::OInterfaceContainerHelper::notifyEach<...>
frm::OInterfaceContainer::implInsert
frm::OInterfaceContainer::insertByName
frm::OFormsCollection::insertByName
...
where SfxShell::UIFeatureChanged does an svtools::AsynchronLink::Call, and there
are notorious crashes during JunitTest_forms_unoapi in
vcl::Window::ImplRemoveDel
Application::RemoveUserEvent
svtools::AsynchronLink::~AsynchronLink
SfxShell_Impl::~SfxShell_Impl
SfxShell::~SfxShell
FmFomrShell::~FmFormShell
...
and the naive hope is that the former's unlocked operations cause some
corruption that make the latter operate on a dangling AsynchronLink::_nEventId.
(As always, the question is at which level to lock the solar mutex;
frm::OFormsCollection et al appear to be properly mutex'ed, FmXFormShell appears
to be virtually un-mutex'ed, except for some smelly m_aInvalidationSafety and
m_aAsyncSafety, and FmFormShell and SfxShell appear to run under the assumption
that the solar mutex is always locked. So stick the guards into FmXFormShell---
which is the only place calling DetermineForms---under the assumption that that
is the most likely place needing general mutex clean-up in the future, and thus
bears the highest chance the potentially becoming redundant guards will be
noticed again.)
Change-Id: Iad0f4bd9af2bf62330e26ac50edd170f470e79c4
|
|
Change-Id: I1085d6df3af1198e0fc087da4058f705f13e2f61
|
|
Change-Id: I84a9c08e539c98408d49b2f4276fb547d2deefd7
|
|
Where we can prove that the virtual method is never overriden.
In the case of pure-virtual methods, we remove the method entirely.
Sometimes this leads to entire methods and fields being
eliminated.
Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
|
|
Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5
|
|
Change-Id: I779dacdb7fb18ba8148e932b4dc684d08f824cbe
|
|
Change-Id: I7f1838b55d7b526327efb0562f3ad1ab5a1778a1
|
|
This fixes a regression introduced by "fdo#88551 no need to update content from field when activating grid cell"
that when switching from design mode to normal mode
before one moved row at least once, the current cell (inevitably of the first row)
was always displayed empty.
Before, the update was done by the activation event (which was too often), so now we need to do it once at initialisation.
Not sure if using updateFromModel instead of UpdateFromField makes a difference. Hope not. Else need to change that.
Change-Id: I878dea0f91b370a4f83c3c1a3ed185a51ac9f0b7
|
|
It is already loaded correctly, and reloading leads to bogus TextChanged event.
Change-Id: I9ad384ce60bbfd477199a1c9fb81e8e201a5162b
Reviewed-on: https://gerrit.libreoffice.org/14096
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: I225cbb3a4a66a8f20bec91c4770ad78e72b663b1
|
|
Change-Id: I5eb4e1cae38decb293ea11f7cd4bfda0bad3afcb
|
|
This reverts commit 9995222d1141b326197a387cc7897b3971ce9e9a
and additionally converts the ruler settings to radio buttons and not
checkboxes
Conflicts:
vcl/source/control/tabctrl.cxx
Change-Id: Ie0eac5f07729447942065b7f415398165fbf067c
|
|
And thus it seems it expects to be called *after* insertion.
Change-Id: I752dcd84c76c7beba75cd564162def5eaee7de4c
|
|
Change-Id: I639d82ace116a09218cd71c62ac9e37efd6d957d
|
|
Change-Id: Ia527a2c9467e2ab097cf688164f4176a52fa1d36
|
|
Change-Id: I03e49493c549561b4dc806f1e191a73d06733cff
|
|
Change-Id: Idb23bdefaf4abcbf4f7493c0dfea2abe84948023
Reviewed-on: https://gerrit.libreoffice.org/13982
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: I6e68c13e4513c2f8cc38e237646db7dffc88fe3b
Reviewed-on: https://gerrit.libreoffice.org/13986
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|