Age | Commit message (Collapse) | Author |
|
Change-Id: I694fe139531a10467265b028ad15df0eda6d723a
Reviewed-on: https://gerrit.libreoffice.org/25442
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
and drop unused RSC_IMAGE_IMAGEBITMAP
Change-Id: I6c38e5e8e17d288ab525bbef368ebbc7e860e154
Reviewed-on: https://gerrit.libreoffice.org/25458
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I2216f52999271a3d39c8062c1ad58bd6664306a7
Reviewed-on: https://gerrit.libreoffice.org/25465
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: If7004e0ca3f2dc229b1b36c07811eef09456b437
Reviewed-on: https://gerrit.libreoffice.org/25464
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I283d578071af549c0f8f50de728859b6715e47b5
Reviewed-on: https://gerrit.libreoffice.org/25463
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
This partially reverts commit 9585c8b8c8d8724cc1bad4a2060c828c15599929.
Instead of removing the nCount parameters, make use of them in
SwXTextViewCursor::go{Left,Right,Down,Up}.
For the following testcase: a document with 1000 lines, and calling
goDown(1000, true) the spent time goes from 4 secs to 1.8 secs with this
for me.
Change-Id: I10351a6dbaa6d3fff883520c85701f60b05b4873
Reviewed-on: https://gerrit.libreoffice.org/25450
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Avoid this warn:writerfilter:18041:1:writerfilter/source/dmapper/FontTable.cxx:144:
FontTable::lcl_sprm: unhandled token: 93155
when testing https://bugs.documentfoundation.org/attachment.cgi?id=125266
Change-Id: I7bc7cea8398b4430a2e67130f5869057ec0cd256
Reviewed-on: https://gerrit.libreoffice.org/25469
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: I9bd1a74d39a66fd3fee56350af5c7c9a4359be93
Reviewed-on: https://gerrit.libreoffice.org/25457
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
This also omits the bIsOnlyIfSelected parameter for former
CloneLineToList(), which was true at its sole call site.
Change-Id: Idb71323f68f13ecc90d430ec8e18e0eef766ae4b
Reviewed-on: https://gerrit.libreoffice.org/25444
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
|
|
Change-Id: I8d98c2ad986cc2ee0516d7b2b607e5db75a6943d
Reviewed-on: https://gerrit.libreoffice.org/25487
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
|
|
In the pre-init stage the devices were initialized with no
font list, but later the font list is updated. So those devices
were not updated.
Change-Id: I157d4c7079f9b1252916eb92b512aadb8e77329f
Reviewed-on: https://gerrit.libreoffice.org/25419
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
|
|
Change-Id: I35fce4ddd6418bb9019c66ca2b5ee4dfd7a8bac5
|
|
Change-Id: Ia4d4e0687e79d546876042beebea4eafe66d3f37
|
|
Change-Id: I61d30e9b44089e97c7732d651a43b7b9999eb901
|
|
Project: translations 155bdb645119af4f39f846c9b4e72157df126da1
update translations mainly for pl (merged from 51)
Change-Id: I0f6688dddab0f9a1992d44df2fd91041d981e474
|
|
Change-Id: I99eec60db7f6d586b3b424661e03a7891422ab2e
|
|
Change-Id: Ie0cdc224c1b224ea549c011f1d07beb38261516f
|
|
Change-Id: I46bb4aba6c08fb753b22242069ef0b00d4c77f12
|
|
Change-Id: I9ab4cf721dd135aaae021fa05b8b6df54389a9b7
|
|
... since that can't handle exceptions particularly well anyway.
Negative position would be a bug anyway, so assert() is appropriate.
Change-Id: Ib246200b3c64ec049fa39835d922092d5a660f55
|
|
Change-Id: I7e720de93a5f47ca6a81addbb75c113dc2fe53f0
|
|
Change-Id: I8b591ce8a96484df9a2c7e570227f75f80732e34
Reviewed-on: https://gerrit.libreoffice.org/25461
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
... now that we can handle both, a base name and Sheet1 name.
For the following reasons:
* Since 4.3 we write and expect the base name as sheet name for CSV.
While 43030487c45f49bccdfad987c60d9483b938ebac switched that back to
Sheet1 or its equivalent to be able to load older documents, a mixed
environment of earlier and later versions gets confused by this.
* The name Sheet1 can be localized and even customized by the user and
thus fails to update/refresh in a different localized or customized
environment. This also was already the case for all versions prior to
4.3 but apparently wasn't recognized or brought in connection with
some possible failures when updating externally referenced CSV files.
* Deriving the sheet name to be stored from the base name prevents all
problems related to localized or customized environments, and keeps
interoperability with all versions from 4.3 on.
Change-Id: I8d71b3ad6370747115ea419a21094b649326642c
|
|
Change-Id: I1e7e86ec28138453a56170d7bc40076708930c0b
Reviewed-on: https://gerrit.libreoffice.org/25460
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
The getTTCoverage either leaves the bitset empty or inits it with 128 bits,
so it's not particularly dynamic.
Change-Id: Iac0aa6a023acc54da86d681e75ca550faf91ef26
Reviewed-on: https://gerrit.libreoffice.org/25456
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I0098c434b89b6a57e8b888a4d4f643e4d0865d29
|
|
Project: translations b71e619f4c8288d185bbeb7522cb953c9a540934
auto de-fuzz strings with change in context only for sl
Change-Id: I1ea4481c8b9df1d53b5ff20257f021ef652f5cff
|
|
Project: translations 87fc3ca7cba6ea6be066cc79bed965aaa596f426
update translations for 5.2.0 beta1
and force-fix errors using pocheck
Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65
|
|
While 43030487c45f49bccdfad987c60d9483b938ebac fixed things for older
'name.csv'#Sheet1.A1 references, loading documents that meanwhile stored
'name.csv'#name.A1 lead to #REF! when the external links were updated.
Now recognize both, the base file name and Sheet1 name and set up one as
the alias of the other, so both variants can be handled.
Change-Id: Ie9314e11be19c3316a06e10583777e2d5f5ec1b8
|
|
Change-Id: Ib2a6056f9739dad5c3b7567ded6c2ba3aca63247
Reviewed-on: https://gerrit.libreoffice.org/25447
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
|
|
Change-Id: I12cf1045e1fd606cff58b68254eaf5cba6dee838
|
|
Now that all LibO dialogs have been migrated to .ui format,
accessibility relations no longer need to be defined in C++ code
and can be moved to .ui files.
Change-Id: I602907ea0f7f8d40f26a06f6af82a2898693696f
Reviewed-on: https://gerrit.libreoffice.org/25454
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Setting the Cursor pos causes a Calc which deletes the current page
and everything blows up, so try a CalcLayout before setting cursor
to avoid that.
Change-Id: Ia7d132532f19e0164e125a240877caa9cf8bdc04
|
|
except for..
a) one use in sw which we can replace with a map
b) one use in svx which didn't do anything
c) one amusing piece of crazy in cui
Change-Id: If66d9f7eab1eaddfb2bdab7815c3a6f22f4d7745
|
|
Change-Id: I1d31fb41a8f7def6a95a46dd61d0be4b608c6994
|
|
Change-Id: Id2d2d845c73a7c83bef2e66ede542e99b0475af8
|
|
Change-Id: I5bdd7b8624a9e2ac1aef963ccc5ed457ebda3f84
Reviewed-on: https://gerrit.libreoffice.org/25443
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: I89942224b708565d098702a85ea841c2736dff40
Reviewed-on: https://gerrit.libreoffice.org/25437
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Ifb4a36afaae06f4bdc3ec4f1d4d7886bcccdf45d
|
|
Change-Id: Ic07722c3e1f75d909ec8f123919a1898dfde05b0
|
|
The odd one out is the usage in Formula, which attempts
to restore focus to a particular window identified by
an unique id. In this case restore focus by keeping a VclPtr
to the desired window.
Change-Id: I1dc335325c109d75745c6bba2e12662e6ae50638
|
|
Change-Id: I751ab762b6e6f961e9e73a8a2ca92a3f5a5eb1c8
Reviewed-on: https://gerrit.libreoffice.org/25189
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I201c8f8b41855b2777f0e7131aeaf33cafb82804
Reviewed-on: https://gerrit.libreoffice.org/25438
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I321a9e2e51a70517ee344d311eb200540f01a979
|
|
Change-Id: Ic08f063efc27e4bd573c684955e69edb7e4f8bc1
|
|
Failing to open a cached shader binary is a no reason for a
SAL_WARN. It is normal that they don't exist when first trying, that
is the very nature of a 'cache'.
Change-Id: Iaa40af11f0679b859f1fa8b246665c61640df379
|
|
Change-Id: Id5619c9c102ba72826265c1b5f46ddb58596b8b1
|
|
Change-Id: I00ecc510192e71b12f746f876d564ac9b7c3a6c5
|
|
and drop duplicate definition in framework.
Change-Id: I6cb95241e659ad58429bffeaaf2f95b07ad12df6
Reviewed-on: https://gerrit.libreoffice.org/25400
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I8a3332c4b1acaa4dc69ff9349d2e9241fb4f340f
|