summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-13tdf#133675 - Hyperlink dialog: change frame widtget from editbox to dropdownAndreas Heinisch
Change-Id: Ibb8d5b14cf0f1524f6f554ee0ab77a14507330cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135657 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-06-13Fix grammarOlivier Hallot
Change-Id: I9914acada7df44548b0f1eece87445db0e69179d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135669 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-13LOK: send state of Protect, UnsetCellsReadOnlyPranam Lashkari
Signed-off-by: Pranam Lashkari <lpranam@collabora.com> Change-Id: I92675ed0033088233fb442138b39a3c8d663c614 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135454 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Gökay ŞATIR <gokaysatir@collabora.com> (cherry picked from commit b8626e85a799fd0807749cab9e712652240f13cd) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135389 Tested-by: Jenkins
2022-06-13make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák
Because it's used only for LOK, and SvpSalVirtualDevice::CreateSurface() otherwise wouldn't know whether to apply LOK DPI settings or not (since this might be called for LOK tiled painting, when it should, or it might be called from somewhere else while LOK is active, in which case this should be handled normally). Getting that mismatched can cause things like https://github.com/CollaboraOnline/online/issues/4834 . Change-Id: I1df7b8a169c8ef2e799731a6695a032948536582 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135588 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2022-06-13avoid uninitialized data when handling WindowStateLuboš Luňák
I get valgrind reports when I start LO with kf5 backend and a maximized window, since in that case position and size are not set (since the maximized state makes them irrelevant). The semantics here seem to conflict, the caller of GetWindowState() sets flags to say what data it wants, and SalFrame::GetWindowState() sets flags to say what data it provides, but as can be seen here those aren't necessarily the same. So actually use only those flags that are in both sets. Change-Id: I4559baab90d6f465382560549d52431b28119b3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135563 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2022-06-13Fix commentSamuel Mehrbrodt
No need to mention gerrit URLs in code comments Change-Id: I445f94211a3e660aa6e3482352f56ded7465e008 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135692 Tested-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-06-13sw: prefix members of WW8DupProperties, WW8SelBoxInfo, WW8_WrPc and ...Miklos Vajna
... WW8_WrtBookmarks See tdf#94879 for motivation. Change-Id: I4a3ede4c48220fb61ee8ccb4bbfb955a46cf56d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135686 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2022-06-13Add XFillBackgroundItem::dumpAsXmlSamuel Mehrbrodt
Change-Id: I21aa5ded0c9c114199c9d503b48437ec1a6171eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135691 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2022-06-130.8 is too small on Windows; follow-up to 0ebbe1f00Adolfo Jayme Barrientos
Change-Id: Ie7b545acdb0648bccd39d452087c0b38c8c118e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135690 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-13vcl: Trigger IconView action on space key as wellMichael Weghorn
Handle space key the same as the return key. This e.g. allows to insert the selected element into the formula this way in Math again after the switch to IconView in commit d79c527c2a599c7821d27cf03b95cb79e2abe685 Date: Wed Jun 1 11:20:12 2022 +0300 Use IconView in SmElementsControl gtk3 was already behaving that way without this change in place. Change-Id: I061b286723fedf023551afbb2184abc946b54b9f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135592 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2022-06-13TotD: Add a couple of missing wordsAdolfo Jayme Barrientos
The issue was flagged two years ago (!!) by Steen Rønnow. Change-Id: I6d023bbe7c5392038f35b767acdf7f0ad0acd718 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135673 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-13tdf#145151 sw IsTableMode NumRule: unselected cellsJustin Luth
...should not be affected when setting or deleting numbering. This patch depends on follow-up patches to properly detect if numbering is turned on or off in some cases. This patch prevents numbering from "leaking" into the previous cell if the cells were selected backwards. Perhaps it would be better to fix the selection code itself instead of handling all of these edge cases, but doing that might have unintended consequences that I wouldn't have any insight into. So this is safer. Change-Id: I98e18d6056e93a4d89fdbe75b6237daca7832f41 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134885 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-06-13tdf#149509 sw content controls: reject page break insertionMiklos Vajna
Similar to input fields, the intention is to keep the start and end of (inline) content controls within the same text node, so just disable the command in this context, as Word does. Change-Id: Ib797ad164a3a36b4bbde4d686cde29adf6db96bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135599 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-06-13sw content controls: reject typing inside checkbox or picture content controlsMiklos Vajna
Content controls are editable by default (and not only editable, but also capable of hosting rich text content), and Writer doesn't limit the possibility to edit explicitly, either. Certain content control types (checkbox and picture for now) limit the hosted content though: checkbox overwrites the content on click and picture is meant to host a single as-char anchored image. So far the simple implementation Writer didn't enforce these limits, leading the unexpected behavior when clicking on checkbox content controls (possibly not only a checked/non-checked checkmark was toggled, but other content was removed). Fix the problem by making these content control types read-only: this is what also Word does and this way you can't loose the content when you can't enter it earlier. We may want to also do this for dropdowns in the future, once combo boxes will be supported. Change-Id: I9d44206b3c719a64ec552f2fa0a076901094163e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135574 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-06-13crashtesting: assert seen on loading forum-mso-de-79405.docxCaolán McNamara
Change-Id: I91200a8e409eec76de4ead22d200bf45f02b88b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135679 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-13crashtesting: assert seen on loading forum-mso-en-2633.pptxCaolán McNamara
probably since: commit 855a56fea4561135a63cb729d7a625a950b210e7 Date: Fri May 13 08:12:17 2022 +0200 tdf#148965 PPTX import: fix internal hyperlinks on shapes Change-Id: I920cbbb5544cbe9d76f37b3d524c9ccebd426132 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135682 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-13crashtesting: fix crash seen on loading forum-mso-de-98993.xlsxCaolán McNamara
which may explain the backtraces seen with BitmapFilterStackBlur::filter and BitmapBasicMorphologyFilter::filter in crashreporting Change-Id: Ib55cde1603d354b8ca0e336a08fe2d73b548f73f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135680 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-13Related: tdf#149490 OLE Object dialog should be modalCaolán McNamara
Change-Id: I909f2afbf149c4d92c97e04c2d8f93648e1e3162 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135655 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-13Update git submodulesAdolfo Jayme Barrientos
* Update helpcontent2 from branch 'master' to 9d11c15431aa1ae77c54d22e8a717cc7bdf3831b - Remove hardcoded product name from a translatable string Change-Id: I7788158520149c3b63b395fca089f6ecdd7b8f78 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135685 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-12Fix context menu on image which doesnt displayJulien Nabet
- Launch Writer - Insert any image in it - Right click on it => Nothing displays + console shows: warn:legacy.osl:67182:67182:vcl/source/window/menu.cxx:2750: PopupMenu::Execute: need a non-NULL window! Regression from f71606c920a3f78294da745cd9ef1eacde010224 new loplugin:moveit Change-Id: I89f5bfe2a3cd6a935b419d55c2f3e884c7eed2c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135681 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-06-12crashtesting: forum-mso-de-92960 GetEnglishSearchFontName varying resultsCaolán McNamara
depending on if it's called once, or twice on the input string. The first converts from Full-Width Characters to equivalent lower ASCII range with non letters retained. And then the second iteration would convert to lower case ASCII with non letters filtered out. Presumably the intention is the Full-Width case should get directly to the same results as multiple calls. Change-Id: Idba4ebe04c907c160ee53abf6d5551550da032dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135678 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-12split out the code that extracts a lower-ascii version of a fontnameCaolán McNamara
Change-Id: I77778ecd075712c41bd29324be090ab4a8351ab9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135677 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-06-12Add precisions to extended tipOlivier Hallot
Change-Id: I8d33d95dd1cb8a5b81ae837f78accad6060a94f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135667 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-12Fix dialog nameOlivier Hallot
Change-Id: I19c9157347488cf79acde6cf5af68baddc01a220 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135661 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-12Bump docking3deffects.ui to latest GladeOlivier Hallot
Change-Id: I94fdc2d594f217a727e10fe69f5d7fcc746107bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135664 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-12Improve extended tip contentsOlivier Hallot
Change-Id: Ie95d20bb1f5c8e153b3a9f9a088c835d5254880f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135665 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-12Bump envformatpage.ui to latest GladeOlivier Hallot
Change-Id: I74066e2c37a310c242d7222fce48fdc6f23a8a0d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135658 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-12Related: tdf#125040 NB: rework print preview contextMaxim Monastirsky
Current implementation broadcasts the context change before the new controller was set on the frame (via XFrame::setComponent). This isn't going to work for anything LayoutManager based, as it responds to frame events by recreating all toolbars, so the newly created toolbar won't see the context sent for the old controller. Solve that by delaying the context change to SfxShell::Activate, like anywhere else in the codebase. And make NB listen to frame events, so it could also switch listening to the new controller. Also fixed a crash when switching to print preview in Writer with the navigator in the sidebar being active. Ideally we shouldn't even try to create sidebar panels in print preview, as the sidebar as a whole is disabled. But left that for a future investigation. Change-Id: I07759c676d2a2eb6f752fe778b559b15d2d759ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135492 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2022-06-12Add compression support for GZ through ZCodecofftkp
ZCodec uses zlib to deflate. That file has code to allow for compressing to GZ but it's wrapped in defines. There's places in code where there's need for zlib headers (ie. svx/source/gallery2/codec.cxx:71) and there will be need for gz header compression when EMZ/WMZ/SVGZ export support is added. Made compression functions care about mbGzLib bool. Also added a SetCompressionMetadata function to set metadata which are otherwise impossible to know (such as filename, which is needed in the header) Change-Id: Ic01050262b0b15e0632564b139c66656afac4611 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135213 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-06-11tdf#98743: TIFF export uses 96dpi by defaultJulien Nabet
Create a brand new odg with A4 format with just a rectangle or a smiley on it and export it in tiff. Since we export the whole page, the size is: - in cm: 21x29.7 (definition of A4) - in inches: about 8.2677x11.6929 Taking a look at the value of the generated tiff, we got: ImageWidth: 794 ImageLength: 1123 Notice that 794/8.2677 like 1123/11.6929 is about 96. So resolution isn't 300x300 (like the code suggests) but 96x96. Then let's remove all the useless mechanism to try to find the X and Y resolutions. TIFF Documentation indicates that "XResolution" and "YResolution" tags use "RATIONAL" type which is defined as: "Two LONGs: the first represents the numerator of a fraction; the second, the denominator." Since we got a non floating value, we can use "1" for denominator and "96" for nominator. With this we change TIFFWriter::ImplWriteResolution implementation to put the nominator first which corresponds to the resolution passed by argument to the method and the denominator afterwards. Finally, let's fix the name of the second of ImplWriteResolution, it's the resolution value, not the resolution unit. Next step would be to use the dialog box for compressing options (like for png or jpg). But for this I think we should take benefit of external lib "libtiff" since we now use it now for import. Change-Id: I7dbd04e506e98c344f97e455955cdf2c2f6d83c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135631 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-06-11Add English (Mauritius) {en-MU} locale dataEike Rathke
Change-Id: Ib384ceb8bdd3268d8d1e076ea2d2d4baeef1f475 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135628 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2022-06-11Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 7701d69b3b526f438d9e11ec6c37884c8616422a - Add info on sparkline custom vertical max/min Change-Id: I5e87f7036eb34b1d5cbd0c635b319417981a16b3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135639 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11Related: tdf#119827 Add “scale” property for non-interactive labels in ↵Adolfo Jayme Barrientos
more places Informative or secondary labels should be set apart in the UI’s typographical scale. This is helpful for more verbose languages, and will contribute to an effort to make dialogs more space-efficient. Change-Id: I9eacbebe365a37fe3f973fa6818986d0a4c1fa48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135656 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-11Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 8f4baba42e6068c031f51f9683cca53562fbe79e - Object anchor is only one. Change-Id: I7f7c0c6a50e86dc069421648a54d4a9d811588e3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135635 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-11Update git submodulesDietrich Schulten
* Update helpcontent2 from branch 'master' to 2f46574a53e1d22e302dc343218ea3ed1ba610b8 - Relates tdf#36466 - Update help about copying visible cells only Change-Id: Ia33f942232b73aaad53bb34a5e02b4c457a0d8bc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135541 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11Add precision to extended tipOlivier Hallot
Change-Id: I9723896a84df297d245e78f582f23d33c8a6dc4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135625 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11WASM use 'em-config LLVM_ROOT' to get llvm-nm pathJan-Marek Glogowski
Change-Id: I3073330ed25676d5fbf9f2af008e42828466fc3e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135565 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2022-06-11Remove some more dead functionalityStephan Bergmann
Change-Id: I653c85d247b2d52c75e12fc0c54701616a44abd7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134148 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-11[API CHANGE] Deprecate css.registry.XSimpleRegistry::mergeKeyStephan Bergmann
...and let its implementations just throw a RuntimeException, now that regmerge has been removed in "[API CHANGE] Remove deprecated idlc and regmerge from the SDK". Deprecate css.registry.MergeConflictException along with it (though stoc/source/implementationregistration/ still uses it internally). And remove the previously unused include/registry/writer.hxx along with the newly unused include/registry/writer.h, RegistryTypeWriter, and RegistryTypeReader. Change-Id: I10fd286617975dc0ef9f74460a3a3eab8060939d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123615 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-11Use idlc/test/parser/conversion.tests in CustomTarget_unoidl/unoidl-write_testStephan Bergmann
...now that idlc is gone since "[API CHANGE] Remove deprecated idlc and regmerge from the SDK". (idlc implemented some dubious conversions from floating-point to integer types, which unoidl-write does not implement, so the original version of idlc/test/parser/conversion.tests was not usable in CustomTarget_unoidl/unoidl-write_test.) Change-Id: I3b69920dda24c54c9313cd5c2cd0c0fdd9951ca7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123614 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-06-11fix 32bit build in new a11y cppunit testsRene Engelhard
/<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx: In member function ‘void XAccessibleComponentTester::testBounds()’: /<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx:51:5: error: no matching function for call to ‘assertGreaterEqual(int, sal_Int32&, CppUnit::SourceLine, const char [1])’ 51 | CPPUNIT_ASSERT_GREATEREQUAL(0, bounds.X); | ^ /usr/include/cppunit/TestAssert.h:251:6: note: candidate: ‘template<class T> void CppUnit::assertGreaterEqual(const T&, const T&, CppUnit::SourceLine, const string&)’ 251 | void assertGreaterEqual( const T& expected, | ^~~~~~~~~~~~~~~~~~ /usr/include/cppunit/TestAssert.h:251:6: note: template argument deduction/substitution failed: /<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx:51:5: note: deduced conflicting types for parameter ‘const T’ (‘int’ and ‘sal_Int32’ {aka ‘long int’}) 51 | CPPUNIT_ASSERT_GREATEREQUAL(0, bounds.X); | ^ etc. Regression from d2a5b4bc0b8c8d1dd82133719a3ef5cc01b0cbbe Change-Id: I123894e5ed6d6f3bcf46b1c5b37f1f49cb5f9f99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135630 Tested-by: Jenkins Tested-by: René Engelhard <rene@debian.org> Reviewed-by: René Engelhard <rene@debian.org>
2022-06-11really fix bigendian buildsRene Engelhard
this time - since I missed to take over one rename between trees. sigh. Continues 089c91b1ad16232f130cb50266732509f83c52eb Change-Id: I726410ab1024b995937952fbce1214866ee8ba19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135629 Tested-by: René Engelhard <rene@debian.org> Reviewed-by: René Engelhard <rene@debian.org>
2022-06-11Fix English in extended tipOlivier Hallot
Change-Id: Ifc72a7cacee66f78ae275ec2981c54142d9a6f19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135619 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11Change extended tip in dimensionlinestabpages.uiOlivier Hallot
Change-Id: Ibd51662c88d3d3ed0210f4af1f66369bf94c0d62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135617 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11Bump hangulhanjaoptdialog.ui to latest GladeOlivier Hallot
Change-Id: Ie9bb451699b2ca9dcd0ace6dd9a341076862d1b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135618 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11Bump pdfviewpage.ui to latest GladeOlivier Hallot
Change-Id: Id8c5eca99cf1054587e8554581c32f4d5ca1c974 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135608 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11Bump customslideshow.ui to latest GladeOlivier Hallot
Change-Id: I15bb8c7bfde9df109af3e9466763ff70c0e0a526 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135612 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-11find last data row before searching for first data rowLuboš Luňák
GetLastDataRow() is more efficient than iterating every cell with HasDataAt(), so first reduce the row range from the end (in case the whole range is empty cells it's just one call). Change-Id: Idc494795f68492ed8b05b2cd575598a9c5868b7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135605 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2022-06-11Fix typo on xmlfiltertabpagegeneral.uiOlivier Hallot
Change-Id: I2bc3caa254d997c815bfd36f47504dbc70cadff8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135611 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-10CppunitTest_sd_shape_import_export_tests also needs the ASan hackStephan Bergmann
...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes picking up instdir/program/libnspr4.so", to avoid > Test name: ShapeImportExportTest::testTextDistancesOOXML_Export > equality assertion failed > - Expected: 0 > - Actual : 32512 > - failed to execute: sh .../bin/officeotron.sh .../tmp/ShapeImportExportTest__testTextDistancesOOXML_Export_2l2moj.tmp > .../tmp/ShapeImportExportTest__testTextDistancesOOXML_Export_2l2mol.tmp 2>&1 > java: symbol lookup error: .../instdir/program/libnspr4.so: undefined symbol: __asan_init Change-Id: If7f3f9de14c7122b4a08b5a4807b4d28dffb9e06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135595 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>