Age | Commit message (Collapse) | Author |
|
Change-Id: I35412e2d2e36e3eabdff2a6692bf6edc68a2d724
|
|
Change-Id: Ic58a5503dc6b7991c8804feef05b814d1055bfb9
|
|
Change-Id: I10f8d534d664c5f27a32214c00aeee890d993d18
|
|
Change-Id: I22c7e030a77f125f70b1b532b3c07c5a405b18b0
|
|
* Removing m_xLngMgr.is() check from SfxThesSubMenuHelper::GetThesImplName was
unsound with SfxThesSubMenuHelper ctor swallowing Exception; best fix appears
to be to remove the swallowing.
* Prefer forward declarations over #includes.
Change-Id: Ie4e7dcd6cdb14046516d119605bbf78e81359768
|
|
Create a merged XLinguServiceManager2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Change-Id: I297bada1066cd74809108641b56ee4d5898112ec
|
|
Change-Id: I87d6e518aebcd0074f673b84b66df27ae9a0a15a
|
|
Did not need to create a new interface, because XCalendar3
already covers the whole service interface.
Change-Id: Iaf094014c16e872d2003ca6e8e7588abd081d882
|
|
Change-Id: Ia71a4dc13e09a5fc42c282efc2b0d46b2ff007ab
|
|
Change-Id: Ibcc3ea7ebd60c46930f0c2419c8286fed9671061
|
|
Change-Id: I8b76ba6d6a27cebefca3307a648bd5baafd27262
|
|
Change-Id: I4b16cb517dca25f862b9dd612785dae4d0f21793
|
|
Change-Id: I47f376f431276396a9f3168a5e39e2c9e9e55cbe
|
|
Change-Id: I71842ace16eb65b3269754cc36408fe52843b2ea
|
|
Change-Id: Ideb46a876ef74f505b71e2a788d5f8da50e251af
|
|
Change-Id: I9c442d40ccfbc381c5885fa016da448ce2912b93
|
|
Change-Id: Id3be1fbf289f04e175bb2fdd71754cad0c9672ce
|
|
Change-Id: I843afacf4bb6880ecd9848cae3fe6071439ed995
|
|
Change-Id: Ic4191a6dd38ef619efc4e4dc5ed6fe418c0942f4
|
|
Change-Id: I89050a1aa899b1a6cd49800f805af9611fd0a9a7
|
|
Change-Id: I474371f2c35b82a9785b7fa6254bd4e60b4a73e4
|
|
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
Change-Id: I21e12d6a4dfb9697d2346a4e564e96af0ad03f96
|
|
Change-Id: I05b44c23cb38d89c7997e06634651325301ffbd8
|
|
Change-Id: I45d565fb800627cbb33ffc45c45e8f9b8e60e2a6
|
|
Change-Id: I2549e597bc11d0a4b4bcdc42c77914dda01a1c5f
|
|
There are basicically two classes of cases:
1) Where the code is for obscure historical reasons or what I see as
misguided "optimization" split into a more libraries than necessary,
and these then are loaded at run-time. Instead, just use direct
linking.
2) Where dynamic loading is part of the functionality offered to some
upper (scripting etc) layer, or where some system-specific non-LO
library is loaded dynamically, as it is not necessarily present on
end-user machines. Can't have such in the DISABLE_DYNLOADING case.
Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
|
|
Change-Id: Ieeebcd89ae2728c6314f28413759bbb353c327bf
|
|
Change-Id: Id506fa56d07be56d63715703e354625715275933
|
|
Change-Id: I6a4c4f4c8129100770ca976d508ca3a98e67a846
|
|
SW_CRSR_TIMER was undefined
Change-Id: Ib851170ea61547e0ceaa6721c0b2fb90fecaecd3
Reviewed-on: https://gerrit.libreoffice.org/747
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Id25bde8db310a83b52ebda7d47d0b1dcda79ed45
|
|
Change-Id: I79d658b4e8e1342c012a4bc52b3204ccceaa5520
|
|
Change-Id: I7bc8c1b37fa9757c5d47902d54865d0319135517
|
|
Change-Id: I4d43f911b084146393e4be514584acc245a4fda4
|
|
Change-Id: I1f38f764901a2526d30561cedfa8495f8e326180
|
|
Change-Id: I50ac81a34945760ccb053ae1c8e328bbdff1a944
|
|
Change-Id: Ibc09a1d208720607944f24139eaf45e62699e69e
|
|
Take the opportunity to merge SwWordCountDialog and SwWordCountFloatDlg
together.
Now the cycle is complete, .src -> manual layout -> .ui
Change-Id: I4fb7840b8786ede82ffa1591effc9e4ff444504c
|
|
A representative commit for full conversion of a dialog to .ui format,
see 4add66152cd6c1c9f4f39be35d8d016cb5b11080 of helpcontent2 for
matching help content updating
Change-Id: I062e401b5ef670de03f57b1feed7ae9138faff07
|
|
Change-Id: I3bb2a0c6b3f468fc37332d8f390aac3290f129c3
|
|
Create a merged XDatabaseContext interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Quite a few IDL files had to be marked as published for this to work.
Change-Id: Ie9a0da88d8c33cc83fc9d2334ff83ab2744c222f
|
|
Change-Id: I98b5c53d4860278e3646324ca045114e37b4cf61
|
|
Change-Id: Ic05d9f062e7419d192b8cf6e56c91b3f9d97bfe0
|
|
If the last page is not printed for whatever reason, then
SwXTextDocument's destructor will delete a SwViewOptionAdjust_Impl,
which accesses the document's ViewShell, which has already been
deleted at that point. Add a horrible kludge to not crash for now.
Change-Id: I67fe37970d60782030b84f2badddd1e66ef3f9c6
|
|
Change-Id: Ib9a6f3ecbe38cdad6e28b4d8a9ae13d1f5bc4265
|
|
Change-Id: Ic09b960b675d674a16f7f252ed2a974c4e25505b
Reviewed-on: https://gerrit.libreoffice.org/680
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
|
|
rue!!!
Change-Id: I9e2b05180ba64d1617b33423ceffc19bc996e335
|
|
Change-Id: I79bb1cf7777ae92982bc2909411ed4efd0d31352
|
|
Change-Id: I714149f8cf800ea0021cc72a4bb50d840076da66
|
|
Change-Id: Ic1aecfb1071033d8e134649506f72c17833a206a
|