summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-26loplugin:passstuffbyrefNoel
Change-Id: I330e0ab6c9955939dad313f9d472f93e39dbd313 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109924 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-26elementary: tdf#139056 update color to follow upstream brandRizal Muttaqin
- Update Currency related icons - Update Cell Border of Calc's sidebar - Update Table Mode icons - Update Menubar icons Change-Id: I3b75b1e3c4792f35548bd4f6042f4444d08ed81a Change-Id: If3ac469a472e660f6fe25221c9ce1053ac170369 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109911 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-25Update git submodulesSeth Chaiklin
* Update helpcontent2 from branch 'master' to 67826012b8b84e43e92bb7e8111981e3c51fee13 - Relevant to: tdf#59034 mention that [M] only applies to Default tdf#59034 makes sensible request to document that [M] only applies to "Default Paragraph Style". (Made a few tests with 7.2.0.0.alpha0+ -- and this seems to still be true) Modified explanation of [M] to address this point. tdf#90507 notes that Tools - AutoCorrect - Apply will convert Default PS into "Text Body" PS. There is already a "note" that warns about this -- but it is not easy to understand, because it mentions "deselecting". (Was it added in 2015 in: https://help.libreoffice.org/4.3/Common/Options_3 by WikiSysop)? Testing shows that it is true, that if no M fields are selected, all Default PS are still converted to Text Body (as long as paragraph is non-empty -- in my tests). Have simplified <note> and added point about being non-empty. tdf#95433 shows some confusion about when a Heading is created automatically, plus "help" is missing a critical feature (need for an uppercase letter). Also, explanation about higher heading levels is not clear. Have modified the description for "Apply Styles". + add a <relatedtopics> for Writer, with link to AutoCorrect commands * updated to <h2>,<h3> and <note> Change-Id: Ib17c12a13a0aff58ebbbfd145cad7809b99cdb05 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109878 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-01-25Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to a8f26cd4da648ffd80ed7292a5c9a2363ca4f153 - Use Imperative mode Change-Id: If1d4393608b22a4ae1fdc698ccea84feb911358c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109918 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-01-25tdf#139857 release mouse on launch context menuCaolán McNamara
Change-Id: I2baa635dbc81c326eecb1fc579a0f80901d4117d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109895 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-25avoid some ref-countingNoel Grandin
can just return a pointer here, instead of VclPtr. Change-Id: I9ab8962cbbe84ed4dfcfd658a6d758112914cb89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109923 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-25tdf#114710: sc: Add UItestXisco Fauli
Change-Id: I687ebbb8b903d2e06b54cd8779e1f8dee73fc3ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109922 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-25PPTX export: fix missing audio anim node for slide narrationsMiklos Vajna
Once the audio node is there, it'll be possible to specify various custom properties on it in follow-up commits. Change-Id: I8c00de27de483687eaf76d1661baf59c52711246 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109920 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-01-25tdf#117458: sc: Move UItest to CppUnitTestXisco Fauli
Change-Id: I6cd31f3e65bc2a443d105b3d10afc7f9f24a3457 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109919 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-25tdf#68290: sc: Move UItest to CppUnitTestXisco Fauli
Change-Id: I150a7d514ce9c39fe2ac21aa2bc1f0af79cb0a39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109915 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-25tdf#139830: keep the right context for chart after view switch (writer).Tamás Zolnai
Change-Id: Id4829e4bf8f52e2348ebd7874c77e245b18a2bb9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109812 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109899 Tested-by: Jenkins
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
shave 5% of the time here - ref-counting triggered by copying svl::SharedString is significant, so return by const& instead of by value Change-Id: Ic702632da45d75dddab33d6ce1e6f1097ff70de9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109900 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-25tdf#139486 also listen to the Entry to determine if the SpinButton was changedCaolán McNamara
the Window::FocusOut handler the browser installs is called before the Control::FocusOut handler, built-into vcl::Control, is called and the Control::FocusOut handler is the one that calls the (speculative) ValueChanged so the browser determines that the SpinButton is unchanged at the time of focus out. If we additionally listen to Changed at the Entry level we will correctly know that widget is modified in some way at the Window::FocusOut time. Change-Id: I540d917fc7375fa61662aa69397bcbaa04a91f26 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109912 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-25Update git submodulesChristian Lohmaier
* Update translations from branch 'master' to cbe7554c6a4fddd40da90728699d7ff5d95cab89 - update translations for master and force-fix errors using pocheck Change-Id: Id37c39c29b4b44c9383bb2cf2606eb27a845852c
2021-01-25Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to c637d9f61e639170bcdb9e23d3cb08d2fc36d692 - Mute L10n in embedvar Change-Id: Ic6948e5a49b4e7c26765c116490d48330efe4259 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109917 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25tdf#119931 Fix accessibility warningsdiwanshu885
Change-Id: I21afac5d1a42073cd67b794a19d7ce7890ed61e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109191 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-25tdf#139830: keep the right context for chart after view switch (impress).Tamás Zolnai
Change-Id: Ida345dd884a09b88e35e0df6f9520528c910d9d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109791 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109898 Tested-by: Jenkins
2021-01-25Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 6f51f03b220c94d1f86c79d9f64589650478f633 - tdf#132643 Translate German section IDs Change-Id: Id2896c3e2100e7db0674db51e9b4eee3c5d5583d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109858 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to e49b4bb06fc0baabeb596ccb7ceee96526f1052c - tdf#132643 Translate German section IDs Change-Id: Ia4995770a2b275f52124e420ce96fd3bbce0ef3a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109856 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 9e0fdf3e3709547576a38ab2faea29b8d6279466 - tdf#132643 Translate German section IDs Change-Id: I73f081ee1584583a46f5ac2eb02be7e64e779e12 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109857 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 73acaccd0ce2bb4b97decdb6c97f418983486ac7 - tdf#132643 Translate German section IDs Change-Id: I8fd1696bdd47f2a4fd636eea799e3478de3ba4bd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109855 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 1d0c527075a2a6b11961dafa5c7e5aaa607fbc02 - tdf#132643 Translate German section IDs Change-Id: I225dcbced537014adb1de4dd7287ea8e849a283a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109854 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 8324ab36284f28732a2aa2f1cfc348f46891dd71 - Use Imperative mode Change-Id: I3bd34f305190781d6fa5167a53c7b87d91b72fff Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109841 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-25tdf#139830: keep the right sidebar context for chart after view switch (calc).Tamás Zolnai
There is a general behavior to switch to the default sidebar context by view deactivation and switch back to the right context by view activation. See SfxShell::Activate() and SfxShell::Deactivate(). By activation, we use the selection to find out the right sidebar context. See GetContextForSelection_SC() method for example. However, for charts, this does not work, because the chart window is a separate environment and the shell does not know what is selected inside the chart window. So let's avoid context switches when we have a chart window active. Let the chart controller handle sidebar context changes. Change-Id: I272ee5c35ac30221eed2930201c4710a9a5877c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109790 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109897 Tested-by: Jenkins
2021-01-25tdf#138780: sw_ooxmlexport12: Add unittestXisco Fauli
Change-Id: I439abf01e753d64fa61bf1fc776d579e1e006d73 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109893 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-25clang/constfieldsrewrite.cxx: Remove duped linesDr. David Alan Gilbert
Spotted by cppcheck. A duplicated if and comment; looks like a merge screwup ? Change-Id: Iceed88d85d42be601975b7a1daff7a1f002644d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109863 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-25fix packaging of mac builds targeting apple siliconeChristian Lohmaier
the scpactions are what assemble the dmg (add the license & readme folders, the background image and the .DS_Store for alignment/the layout). Adding the AARCH64 statement is necessary to add the architecture to the filename. Change-Id: I0095b8d631cdaa7ce4333fde15dd17d4faf44e8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109818 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-01-25mac packaging: capture output of signing callChristian Lohmaier
by replacing system() call with backticks operator, since now the macosx-codesign-app-bundle script doesn't redirect the output to temp-files anymore (see e2fcbac50549ca96b092d64bd14a37cee6b12e0a) That way the output can be added to the log in case of failure. Change-Id: I954cbb2ed28cfe0f7e1e8ebc8f21aeb1711a4d9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109816 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-01-25sw: prefix members of SwBidiPortion, SwDoubleLinePortion, ...Miklos Vajna
... SwGrfNumPortion and SwSaveClip See tdf#94879 for motivation. Change-Id: Iade32e16fa36555aacbfe794895d015bee0226de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109866 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-01-25Update git submodulesAndras Timar
* Update dictionaries from branch 'master' to cb4ec680e582197c2fac3aa94798c4df9bb86ca2 - update Danish dictionary Change-Id: I367128d4d4bd5080f6a39c0bfad085027ef9bea6 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/109894 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-01-25Revert "sw: DOCX export: don't export numPr to style from outline numrule"Justin Luth
This reverts 7.1 commit 9e455724e50bf512683b1cddfeb7493e047c19ae. to fix regression bugs tdf#138780 and tdf#139089 Change-Id: I2a5bbcd990a6648667342cc989160582e0367f09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109864 Tested-by: Justin Luth <justin_luth@sil.org> Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-25Revert "tdf#138865 don't set ColumnToggleType::Check"László Németh
This reverts commit 4cabfc30bf2db873930cef4f7f1b0243ae2fde28 because the clean-up in commit 3d2a431da1126f4924f6cd7e5abac6488cd480e7 (tdf#139115 vcl tree list: add new toggle behaviors). Change-Id: Ieb57c035837e7740d105fa688fdf2b1bffcb88d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109686 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-25tdf#136755, tdf#124008 - delete the variable beforehand REDIMAndreas Heinisch
If an array of objects is passed as an argument to ReDim, delete the variable beforehand, otherwise the construction of the new variable fails, because the old one is still on the stack. Change-Id: Ic863a36f5f2aca658df369f95d275aa287edf795 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106832 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2021-01-25chart2: Merge some if'sDr. David Alan Gilbert
Spotted by cppchecker, some sets of if's that can be merged since they have identical conditions. Change-Id: I28c35767eb96e31ab059abcfc014423704c988f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109862 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-01-25PresenterSlideSorter::mouseMoved: Merge identical ifDr. David Alan Gilbert
cppchecker spotted a pair of neighbouring if's with identical conditions; merge them. Change-Id: I29e13eb5eeca157d06f98c94587167c1a2ddec12 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109850 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-01-25SwFntCache: move down from SwFormat to SwTextFormatCol where possibleBjoern Michaelsen
Change-Id: Ia5dcc3b1145c6bd65253577499da3bb80d82e926 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109659 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
2021-01-24Dont double clear cachesBjoern Michaelsen
- NumRuleChg calls sw::BroadcastMixin::CallSwClientNotify - which always calls SwModify::CallSwClientNotify - which always clears caches Change-Id: Iaf00e90bb7db9bd20ec08718043ce5b4025abecc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109153 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
2021-01-24upload libodfgen 0.1.8David Tardon
Change-Id: Ibc59469b74d54a2b307ea708ea5c4a752532f0b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109840 Tested-by: Jenkins Reviewed-by: David Tardon <dtardon@redhat.com>
2021-01-24tdf#139136 Style Inspector: "true" and "false" now localizableshivam-51
Change-Id: Ib223e941ca4285a0eeae9127edc161311f56aa36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109709 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-01-24similar to tdf#139774 for a combobox sx10601 is probably a better choiceCaolán McNamara
see extensions/inc/bitmaps.hlst and framework/inc/bitmaps.hlst for the two similar cases which use sx10601 too Change-Id: If44c0dcdbabc83cf35e9c1320c20aac9fdb68523 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109844 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-24cid#1472266 silence Using invalid iteratorCaolán McNamara
Change-Id: Ibb2e139d60496925ef96f13b15bae4bfb0bd0c67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109845 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-24cid#984146 return of Uninitialized pointer fieldCaolán McNamara
since... commit 3d2a431da1126f4924f6cd7e5abac6488cd480e7 Date: Thu Jan 7 19:07:23 2021 +0100 tdf#139115 vcl tree list: add new toggle behaviors I have some remaining concern that m_pCursorOld can end up pointing to a deleted row Change-Id: If5cc9e7fbf16fbd64cdbb6c7843d148c051ee68c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109843 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-24Window::HasMirroredGraphics is unnecessaryNoel Grandin
because it just calls it's superclass method (although in a complicated way). Ever since commit 19c5867f922e9acf0564b6213fa15cc899a77c16 Date: Fri Feb 7 22:32:58 2014 +1100 fdo#74424 HasMirroredGraphics changes Change-Id: Ie4a706aab527ab648bead2ffa9854230e1e0a580 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109860 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-24SdrMarkView::SetMarkHandles Merge identical if'sDr. David Alan Gilbert
Two neighbouring if's spotted by cppcheck with identical conditions; squash. Change-Id: I0b8822991564b994a9c908b28dcf3f2636bb68be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109852 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-24SvxLanguageBox::SetLanguageList Merge if'sDr. David Alan Gilbert
Cppcheck noticed a run of 3 if's with the same condition next to each other; they're fall out of e54d65dea830c which simplified the conditions to all be the same. Squash them. Change-Id: I5f0b928b9a629dc43cc62cc03ab6ced2a4b42b2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109851 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-24Switch http -> https also in scp2-based version ini-fileStephan Bergmann
ba69036c8e889237da4bb312d7c5c94066abbfd3 "Upgrade update check and extension URLs to https" had changed ExtensionUpdateURL only in the corresponding instdir/ version ini-file generated by instsetoo_native/CustomTarget_setup.mk. Change-Id: Ia6281fceec649495681051093ce744edbfe1d225 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109823 Tested-by: Guilhem Moulin <guilhem@libreoffice.org> Tested-by: Jenkins Reviewed-by: Guilhem Moulin <guilhem@libreoffice.org>
2021-01-24Switch ridl.jar -> libreoffice.jar also in scp2-based fundamental ini-fileStephan Bergmann
35518c92365cc183ba6cce2a4d284a130c0ca13f "Move all public Java classes to libreoffice.jar" had changed URE_MORE_JAVA_TYPES only in the corresponding instdir/ fundamental ini-file generated by instsetoo_native/CustomTarget_setup.mk. Change-Id: I76c65b4f2fc5088b1b9bb1c0976d895b963108b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109822 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-24-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
Change-Id: I887d8bc4554880ca826259c8f9b30aaa3b41ec1d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109820 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
Change-Id: I773555180758a97aff37f9bc27de83c355d71521 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109761 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-01-24sc: GetRowForHeight performance improvement.Michael Meeks
Instead of just skipping hidden rows, either skip or interpolate into visible ones. This method, and it's single caller look rather unusual to me. It is unclear why we would want to return the results we do, and why the one caller subtracts a row. Some surprising proportion of tile rendering was exercising this code path extremely slowly. --5.94%--ScDocument::GetPrintArea | |--5.04%--ScDrawLayer::GetPrintArea | ScTable::GetRowForHeight | | | --4.58%--ScFlatBoolRowSegments::getRangeData | | | --2.46%--ScFlatSegmentsImpl<bool, bool>::getRangeData Change-Id: I75418d6af59a33b99e8bb0c374139e1a4ee6ef87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109837 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Ashod Nakashian <ash@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109848 Tested-by: Jenkins