Age | Commit message (Collapse) | Author |
|
Change-Id: Ic88cca3722d555ba48d7da8c176556fa1ff90650
|
|
Change-Id: I6bc4dbdd46a945d77b85ef8ec9c6333784cd0039
|
|
Change-Id: Ie3c28d7172ec17ed7de6033c6eada6fb66d1cdf2
|
|
Change-Id: I9b94f1056fa62b2c0c609f6d448e1750bb0e9ce5
|
|
Change-Id: I1b08e9afda2eeb3c4c79154376f34cad3e1f0a4c
|
|
That error is as such apparently bogus, but using 'inline' is
pointless cargo cult there anyway, so drop it.
Change-Id: I37b826050006e853db724248bac4f22cceece792
|
|
Change-Id: I0aafdd37c73cd47b9dc68b60a32db35c8c11f455
|
|
I don't know why it hangs, but seems even without closing, the test
still fails after reverting fc9080a0c60f263d00eb71111fcda72b3c0a2ebb
(fdo#67685 open xSourceLibrariesStor only when needed, 2013-08-02).
Once the test no longer hangs, of course feel free to add this back.
Change-Id: If124b7f57a8fa2d522ebdb448366aec6f1ff4987
|
|
To replace com.sun.star.task.JobExecutor single-instance service,
incorrectly converted in 748aa84e9808ad31c6ff6b71459525c82de10e58
[including changes by Stephan Bergmann <sbergman@redhat.com>]
Change-Id: I4cea2c63a20b5b22f6e1f822fb35fcc4d0397687
Reviewed-on: https://gerrit.libreoffice.org/7609
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ib31810170574e46b84a9847b25585fee791d630d
|
|
Change-Id: I20fbe8d5b25460959d4192f18431a585dbfb260f
|
|
all single tab dialogs are .ui enabled now.
So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog
and ~SfxNoLayoutSingleTabDialogBase together
Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe
|
|
.. and convert the last few places still using those methods.
Change-Id: Id2cd8f9c0dd281df43af439d4fef65881f34a6fd
Reviewed-on: https://gerrit.libreoffice.org/7495
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
.. to more explicit SvStream::Write* calls
This was done using another run of the clang rewriter, and then
a lot of hand tweaking to fix all the places where the rewriter
did not play nice with various macros.
Change-Id: I7bcab93851c8dfb59cde6bc76290c6484d88fb18
Reviewed-on: https://gerrit.libreoffice.org/7494
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I9869d9709f28b68ef7b518527175589d80644668
|
|
Valgrind is capable of detecting such bugs. No need for extra macros.
Conflicts:
dbaccess/source/ui/dlg/tablespage.cxx
Change-Id: I25ea9174a042050efdb371246417ee7f2edae997
Reviewed-on: https://gerrit.libreoffice.org/7532
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I64f513969ff8eae48da4b55449439ea61b828645
|
|
Change-Id: I7bfb7698e2a5303b492766fba564c7b9033bcc52
|
|
Change-Id: I2463d665c857425bc4cf9df89338a0aab89f0a90
|
|
Change-Id: I8335012139ccaf58bc18d0779e63a5bc388c9fb4
|
|
Change-Id: Ia3152b7cc5edd89f37c78841e10bb5feacc6fc12
|
|
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
|
|
Change-Id: I3b345be909ed2cb93cd0d478af4b26c9909d2726
|
|
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
|
|
Change-Id: Ic268c17941038319240bb70d59d04c9b9a7a2412
|
|
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance
service.
Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
|
|
This is in preparation for more conversion of SvStream::operator<< calls
to use more explicit method names.
This converts the subclasses that have their own convenience overloads
of operator<< to use normal methods.
Change-Id: I5efd5d9a24c264cb86d2471303dd5849bf91ba80
|
|
Change-Id: I2c91c23f3dabacdb4ee65c18dc73f096041b74a9
|
|
Change-Id: I1ae85e416440768ab40c817506d5b106289c4d72
|
|
Change-Id: Ie957ab2b63facc15a990f22347ce2393f6bb6a44
|
|
Change-Id: I42248ff611dbe7c109076da5d548717898341be3
|
|
Change-Id: Ide74f0a48f06cbe9539f16ef6c6d04bba043dcf9
|
|
... like SfxObjectShell::SetupStorage() does, and not on the property
set that is passed to the XML export filters where it probably does
nothing.
Change-Id: I21da1b92fc921eb47e492169e69ef15ac2f0e19d
|
|
...and SfxEnumItemInterface::HasBoolValue, too.
Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
|
|
This is the actual re-write.
Use a clang rewriter to rewrite SvStream::operator<< to methods
like WriteuInt32.
Note that the rewriter is not perfect, and I hand-tweaked the output.
In particular, I had to adjust places doing things like
(*this) << 1;
Change-Id: I5923eda3f4ebaa8b452b6ef109e726e116235a2a
Reviewed-on: https://gerrit.libreoffice.org/7342
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ic110c6d2fb1f1fc28344c119eaa1b61d0ba81e6b
|
|
Change-Id: I5a269d8b7e95049c67ae14b06a79b417bc91a474
|
|
Change-Id: Ia3e2b5e682a64844bb6c713912c50c7681393d52
|
|
Change-Id: I7a5a647d0c0c5d86f0c7add7977c00f741d0ee40
|
|
Change-Id: I229358f80a47d5644b068a9813faf60a3a7bd419
|
|
Change-Id: I1ca20da284f61c54ea04a27e5a27a84041c505e5
|
|
Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7
|
|
Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2
|
|
In the past, NO_LOCALIZE_EXPORT macro must be used to
skip uneeded parsing of src files which has no localizable content.
It is unsued by now and it is more effective to handle
this files on gmake level:
gb_SrsTarget_add_nonlocalizable_files
gb_SrsTarget_add_nonlocalizable_templates
Plus remove some empty src file.
Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
|
|
Change-Id: Ic64d2e0e296b8d2ed06162e1f778194486fb6fed
|
|
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
|
|
This reverts commit b7492725471aafe780ace25c67208dbbb08db4ff.
Change-Id: Ice3ba98e495d5c66afc9897c45f5a469693e6c43
|
|
Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7
|
|
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
|
|
Set to true for export, false for import. If export true, an
XMLPropertyMapEntry with mbImportOnly==true is not added to the
mappings. This to be able to have more than one mappings for import
(for example a current extension namespace and the future namespace
proposed to the ODF-TC, or corrected typos in element or attribute
names), but map only to one entry on export, of course.
Change-Id: Ia01ea949c88eda2f8a6c10f51c59e35e7abdcaf3
|