Age | Commit message (Collapse) | Author |
|
Change-Id: Idb0b252d986bc866409928f4a126f55608c6347c
|
|
Change-Id: I3110f1690f0d7b0f19e7576f02cb1159342881a1
|
|
Change-Id: I399175f154e0a75779b90b74396c13fe2acbca49
|
|
Change-Id: Ic1fc17b028281e64290c6c1d25bbd94fbf27251d
|
|
Change-Id: I5a304701aed843f6cdbffcdcf6e04255453f0f48
|
|
Change-Id: Icf9dd7ffdc39ff64e9eac11050c8bfbfef6f004d
|
|
Change-Id: I410d07210bd80379fd2de1b8d76843794fa5f660
|
|
all SfxFilter instances should now be hold inside of a std::shared_ptr.
This fixes a number of huge memory leaks in the test framework and
removes one huge source of memory issue in sfx2. SfxMedium contains a
pointer to the SfxFilter but does not own. Therefore it is required that
any SfxFilter belonging to a SfxMedium lives longer. However this seems
to work mostly by hoping that all SfxFilter instances are stored in a
global array. As we have seen with the tests this is not true (there are
also some cases inside of sd that seem to not follow that pattern as
well).
Change-Id: I12fd04a504cc4efc0a94967abd91c6fe2c6a8ce8
Reviewed-on: https://gerrit.libreoffice.org/23140
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I2426a76936b4099a243ce8c102da867e7868aac3
|
|
Change-Id: I6221023f0158388b05db045453111974c5cb0458
|
|
Change-Id: If9921d73188e95395b81eb2341487423df7bc750
|
|
Change-Id: Ie73f964651aac4571ce0ddd56b5b821669188495
|
|
Change-Id: I2bdd63c864a5b1486f01907f9598a0c25a0f144d
|
|
Change-Id: I109f4acae9ac0a61004d06a82a479541f14cfd22
|
|
Change-Id: I34e96e3101f80398f238cdb5a94c00fee4b0faae
|
|
Change-Id: Ia912e937d5a48afb6f8f5345b20bb7bd517fc4f1
|
|
Change-Id: I6adecfc0475b3c93a538874515be478efb733fae
Reviewed-on: https://gerrit.libreoffice.org/22968
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
to catch calling params with defaults like "= OUSString()"
Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9
Reviewed-on: https://gerrit.libreoffice.org/22932
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
First, it reverts b0111f494c1ee2d75ac4f1544c06c24d464cc416. It
was a bad idea to export UI names via LOK because the client
would need the programmatic ones anyways for UNO commands. We
cannot expect UNO commands to accept UI style names and work,
though that's another thing that they will work in most cases
because mostly UI names are equal to programmatic ones. Clients
are now supposed to have their own UI name <-> programmatic name
mapping, if they want style names to use for translations.
Secondly, it fixes a bug that was already there mixing programmatic
names with UI ones in an effort to put default writer styles on
the top of the list.
Change-Id: I307f987fe740b3c43b0e14ec4773edcb672a11df
Reviewed-on: https://gerrit.libreoffice.org/22810
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Creating the pipe fails when sandboxed. This caused us to not start
the OfficeIPCThread, and that then meant that the file open requests
coming in through VCL_NSApplication's application:openFile: method in
vclnsapp.mm were not processed properly.
The OS takes care of not starting multiple LO apps simultaneously
anyway, so we don't really need any pipe, I hope.
Conflicts:
desktop/source/app/officeipcthread.cxx
Change-Id: Ia920520ce2928787313f83199028f9c9942f61f3
(cherry picked from commit e2f4c9eae3f53aaba968d7567f912df6fa911326)
|
|
Also better error handling if pipe dirs are really not usable.
Change-Id: I1c865b9a9f1f08d2cffd07343494feca585ec75e
Reviewed-on: https://gerrit.libreoffice.org/22727
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: I9a7ac03dcbc3849eced0f8431e186b59b31b2418
|
|
For columns we use ScDocument::GetColWidth(), which returns 0 for hidden
columsn. Do the same for rows: so instead of using GetOriginalHeight(),
use GetRowHeight(), and then 0 size will be reported for hidden rows as
well.
Change-Id: Ic23b6af744bbc8e194e1906614adebe5ba0c7ced
|
|
Change-Id: I0abd86a259673596f39f0b6ab62d02f15a8e18b9
|
|
Change-Id: I2ca9ebdce00fdaeeb2ee690fffd75b21e9acc14b
|
|
Change-Id: I81a0405edc29fa7205d00a5cb920b2d0e800602e
|
|
Change-Id: I9d85d3daba288091f9aa406a24b24facf5d20b1e
|
|
Change-Id: Ic2f44caabe14efc2555e8d155273f75a2602932c
|
|
Change-Id: I66f4dca3cd32381ecd52cc36490e7ee1dddf3699
Reviewed-on: https://gerrit.libreoffice.org/22566
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I39a55a9ac67aafa3f770509430b956e2fa81e6d8
|
|
Change-Id: I6a2b5bd72187de2b646ec0d6fdb5fe20f5d6a2d8
Reviewed-on: https://gerrit.libreoffice.org/22565
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I1b5f29f864d01c238f2e21de87dde8005236f332
Reviewed-on: https://gerrit.libreoffice.org/22564
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Iaf85fb53e6eff34e268b6948d62ca84b7f8e6dd2
Reviewed-on: https://gerrit.libreoffice.org/22558
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I8c44383a751d7b3440dcdede3646231414e2f89c
|
|
Change-Id: I11f661b31db8073010a520ccd44d93e1eb7c5bc0
|
|
...instead of private cppu::preInitBootstrap function
Change-Id: Id0e6fcf721b697c993e5acffaf7836452cfa9750
Reviewed-on: https://gerrit.libreoffice.org/22699
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
|
|
This one is platform independent and uses a key-value file.
Change-Id: I28a4483763666a5a8520874bf8e984eaaf24e9c0
Reviewed-on: https://gerrit.libreoffice.org/22557
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I6213a4102b019e3b509f4e0f2b632604dd1032d1
|
|
Change-Id: Id0b3cb33996a73f9be1f268a369af9f4d5f2df60
|
|
Change-Id: Ia7cdf11b668286360a1701a52263a1e57261cf39
|
|
Change-Id: I9814e5975d69d4b93dd2a2b142e9368dc665c225
Reviewed-on: https://gerrit.libreoffice.org/22554
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
We can add several additional key value pairs during the execution of
the program that will be used on the server to show more information.
Change-Id: I4102adc15fc821415fa0b997ca7fe0dc4f7abcec
Reviewed-on: https://gerrit.libreoffice.org/22553
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I6489043ee629e1f411f303c1c43a00975aacf5c4
|
|
Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff
|
|
Change-Id: I09010819e37baacf02277ad294a6436b13e285fc
Reviewed-on: https://gerrit.libreoffice.org/22552
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I75778dc572a2888b3966cb5731f7e59209c7a942
Reviewed-on: https://gerrit.libreoffice.org/22551
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I1bfd107502332fc86ae5e96bbc1f475b8d669c6c
Reviewed-on: https://gerrit.libreoffice.org/22547
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
http://stackoverflow.com/questions/34013930/error-c4592-symbol-will-be-dynamically-initialized-vs2015-1-static-const-std
Change-Id: Icbe882ad237d1e4f105006d8821ed5c89b06f525
Reviewed-on: https://gerrit.libreoffice.org/22601
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ic17077b48e0ebf1fe72ba5a5c401dd0e2c609c68
|
|
This is a test for commit ab199e4748b45384602479c735dbac538e714d34.
Change-Id: I38905cfab8fe1c5721e5fa628ea564f08e0c2ad3
|