Age | Commit message (Collapse) | Author |
|
Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
|
|
Change-Id: I152f7bd7f528d0c485c11ba5e31e8678744a97fb
|
|
Change-Id: I8eb0c9bda0883bc08aed3acd7eaa72480848c6f3
|
|
Change-Id: I795ce25011509de8f2aff488d4d46b86290ab3a3
|
|
Change-Id: Icc3aad14d9d0c59c1c1c8f124f0626a9f947b93f
|
|
Change-Id: I68fc6c2f6564ea61fd83bb610813a5476dcced39
|
|
Change-Id: Ie5d18aa59885172bd701ddcfb0e62f5ad3816de9
|
|
Change-Id: I603967833df03c1073b7bcac86da59b28a2835f0
Reviewed-on: https://gerrit.libreoffice.org/14569
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: Id3d8b6732caf58c70315db6e706338f7dac458c2
Reviewed-on: https://gerrit.libreoffice.org/14567
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I412137e7e7b9b2b87f401bc140a9499d1fc012c6
|
|
Change-Id: I43c4c1c5ad193cdd3182cea649fae6091984a121
|
|
Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
|
|
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: Ib55dc6c32ec37fe022d268129de12567652c96ba
|
|
Conflicts:
sc/source/core/data/document10.cxx
sw/source/core/doc/docfmt.cxx
Change-Id: I1312f476607ea3a78b162a7e59323b0a142f6629
|
|
Change-Id: I9b02b8f758c3f0613a7b017d8822fc16ebfc9dec
|
|
Change-Id: Ib225351c908f5a2e64b039e07030e5d91a9b8dd7
|
|
Change-Id: I9a58c59932fbe164a05f5088881a11f4f2708cee
|
|
Change-Id: Ib9e704c3b27dad81eea44583c99ecdbc5449dd13
|
|
Change-Id: Ifd149890460c44dc3eececc06a36f1b76d46929b
Reviewed-on: https://gerrit.libreoffice.org/13811
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I1a4888b869df7f242244bed2fef36996450eec23
Reviewed-on: https://gerrit.libreoffice.org/13639
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Deprecated comphelper/sequenceasvector.hxx.
Rewritten code using it. Using instead the functions containerToSequence and
sequenceToContainer, found in include/comphelper/sequence.hxx.
One class that inherits from it (in framework/inc/stdtypes.h), and
the code using that has been left.
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Conflicts:
writerfilter/source/dmapper/DomainMapper.cxx
writerfilter/source/dmapper/TblStylePrHandler.hxx
writerfilter/source/dmapper/WrapPolygonHandler.hxx
Change-Id: Ice61c94ffb052e389281aebb7cdf185134221061
|
|
and boost:make_shared->std::make_shared
Change-Id: Ic1e187c52c856a7b27817967b2caa8920f23a98d
|
|
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
Reviewed-on: https://gerrit.libreoffice.org/14292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
|
|
Change-Id: I2ada1394c4cbee7c27b02f241ee4a254597a5dd8
|
|
==1739== by 0x7A93F1C: SfxUInt16Item::Clone(SfxItemPool*) const (in core/instdir/program/libsvllo.so)
==1739== by 0x7047E11: SfxShell::PutItem(SfxPoolItem const&) (shell.cxx:196)
==1739== by 0x27FCA298: SdModule::GetSdOptions(DocumentType) (sdmod.cxx:172)
none of the other uses of pCache->SetState clone, and I don't see why this one
does.
Change-Id: I7d3cf6969c433c890776dfbcc1dc57d72420b6e2
|
|
Change-Id: I8ed7028f865bd4a6425859ab3b57ed8e928a78e4
|
|
Change-Id: I64632ecaab720c9c8d6be0b597b990b55682f296
|
|
Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088
|
|
Change-Id: Ib58f88c0756bdcedeb1f478364e0d89640fd3d11
|
|
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
|
|
Change-Id: I132d22e2af3cf673c17d8964f690d48990834884
|
|
Limit duplciation for SfxRequest SID_OPEN_XML_FILTERSETTINGS in sw shells
Change-Id: I316e7df50df5c6d24feb953415ebf61ca822066d
Reviewed-on: https://gerrit.libreoffice.org/14184
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
found with some minor modifications to find/find-unused-defines.sh
Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd
Reviewed-on: https://gerrit.libreoffice.org/14194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Ic50ace9d1421c9207ac95c54f363072c69b9ad00
|
|
This cleanups up indentation and removes dead classes.
This is a followup patch to commit
272b1dd55797aacf511fb4342b0054e3697243f6
"new loplugin: change virtual methods to non-virtual"
Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
|
|
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: I13934ef5b18668044fbe3a2e7d916f2f7c477723
|
|
Change-Id: I4e3127243b103ea77a56aa9cfbcb61793a644ce3
|
|
Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5
|
|
Change-Id: Ifd95d9fa74f6cbba989c05aae2a225a85b78c9f1
|
|
try and strip out the slot:5500 magic/lunacy
Change-Id: I7236c83fba6cb8264f76aca90242775a3de58645
|
|
Change-Id: I56205bf5c28b6196aae10ecfa658111768f0e433
|
|
so docs cannot be toggled r/o r/w from properties page or the file name
changed. Unkink the logic a bit based on that and move now static widget
settings to .ui and remove unused checkbox
Change-Id: Ic55e41be8ffd02e214a233a2eb90736c070b5418
|
|
regression from
commit 1049511c0c5d881df4ba8042744d63d37878296f
Date: Tue Jan 13 21:43:27 2015 +0900
infobar: add buttons one by one with addButton
Change-Id: Icf758a9671191836bbe5bc7ca7d978574cb74479
|
|
Change-Id: I19f3ce00e5e19dd34db2d92cae1b532d3c3eae6a
|
|
(and identical copy that is actually used is in framework/source/classes/resource.src)
Change-Id: I2b010af459e6d59ab8cfae33e6f9c009ede1d514
|
|
...(aka "Save Copy as...", as is used when the document is actually a DB form)
but only for true "Save As..." For reasons remaining un-debugged, calling
SetReadOnlyUI(false) on the former would somehow lose the connection to the
embeddedobj Interceptor instance.
Change-Id: I334cd6c5ebd596e408357bb6820800075217d2d1
|