summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-16lok: handle mouse/keyboard events in Math embedded in CalcMike Kaganski
And extract the identical code used in all components into static SfxLokHelper methods. Change-Id: I6556b1b996936835ecfc0d59e2c1dd1ef6380db2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142793 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-11-16tdf#149322 apparent distortion of glyphs on scrollingCaolán McNamara
sometimes there's a 1 pixel difference here vs to the amount seen in Window::Scroll. The little misplaced tails of glyphs are actually in the right place, and it is the large rectangle of copied text above those that is in the wrong place. Subtract these origins while in logic space, before turning that result back to pixels to get consistent results for equal distances. Change-Id: I37e77f38b95456cee32ff44cde2893986d52cde3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142789 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-16CppunitTest_sc_uicalc: inherit from ScModelTestBaseXisco Fauli
so createScDoc handles the dispose of new documents saveAndClose can go now Change-Id: I7f88ef6ff9aaece72461489a31b0ef456ce5e170 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142781 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-16external/freetype: Avoid duplicate zlib symbolsStephan Bergmann
After 7229a380d3d607dc896e1d48b1a13f7b301aef80 "Update freetype to 2.12.0", my --without-system-freetype --without-system-zlib Linux build started to fail to link Library_skia with > ld.lld: error: duplicate symbol: zlibVersion > >>> defined at zutil.c:28 (workdir/UnpackedTarball/zlib/zutil.c:28) > >>> zutil.o:(zlibVersion) in archive core/workdir/LinkTarget/StaticLibrary/libzlib.a > >>> defined at zutil.c:28 (src/gzip/zutil.c:28) > >>> ftgzip.o:(.text+0x0) in archive workdir/UnpackedTarball/freetype/instdir/lib/libfreetype.a etc. because both those non-system libraries are provided as static archives. There is also provisioning for symbol renaming in workdir/UnpackedTarball/freetype/src/gzip/ftzconf.h via -DZ_PREFIX, so enable that. But three symbols were missing and would still produce linker failures, so add them with external/freetype/zlib-duplicates.patch. Change-Id: Ibe876d4e38e3e44ce00c64fb70c88fb0b1e3a910 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142788 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-11-16Fix typoAndrea Gelmini
Change-Id: I64295144d0fb0bd1b07d06dd7a51a670deb0a7df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142732 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-11-16update creditsChristian Lohmaier
Change-Id: I5fb81432975d0a0c83cfbed6f4335ca54d574c37
2022-11-16lok: handle mouse/keyboard events in Math embedded in Impress/DrawMike Kaganski
Since Impress/Draw use mm100, we need to convert object area that SfxInPlaceClient provides, which is in parent units, into twips. TODO: how would taking the units from object shell with Calc, given that it does not call SetMapUnit in ScDocShell ctor? Change-Id: I8de2088a3e0e7f9070d6c3c234b40038b6e00f15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142777 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-11-16sc: move filter tests where they belong. (part 2)Xisco Fauli
Change-Id: I548d81dd7a7aa276d6936ab8d7bcc53a6cc91483 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142772 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-16sc: move filter tests where they belong. (part 1)Xisco Fauli
it reduces duplicated code Change-Id: Iba4898e414b87c962b3e923c8c0cf8ca12434167 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142765 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-16tdf#151820 Fix arrow in AutoFilter menu when using dark modeRafael Lima
If you're using a dark theme and create an AutoFilter, the arrows in the AutoFilter menu such as "Filter by Color" and "Filter by Condition" will appear in black over a dark background. This patch ensures the arrows use LabelTextColor instead. Change-Id: Ia41757b801354bbc14f66c293a17f3935734788d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141921 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-11-16Update git submodulesChristian Lohmaier
* Update translations from branch 'master' to 7050fcc7a3b1e899f3d93b6550d96f982809c9b0 - update translations for master and force-fix errors using pocheck Change-Id: If9f7c2893435b30626bc7fbd2ea1f0d50345a598
2022-11-16Update git submodulesBogdan B
* Update helpcontent2 from branch 'master' to 98d79c65383a3cf1b9966a46896b36d404235c08 - tdf#152022 Replace "Links to External Files" to "External Links" (Help) Change-Id: I6a83b183b849e1159e0266cbe4039ed20d413f19 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142685 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-16sc: move export tests where they belongXisco Fauli
Change-Id: I76d56a3e565ad448ca8690bbcb2966ec4e3fbd7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142764 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-16CppunitTest_sc_dataprovider: inherit from UnoApiXmlTestXisco Fauli
Change-Id: I713af988ad97652492178ae73703c24bc078b86b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142763 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-16Update freetype to 2.12.0Miklos Vajna
- fixes CVE-2022-27404 - dropped the no longer applying parts of ubsan.patch Change-Id: Ia8a496d53b62f68a27dbd9be08c89273b6bd01cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142768 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-11-16ImplDbgTestSolarMutex assert from a11yCaolán McNamara
#5 0x00007fffee606a72 in ImplDbgTestSolarMutex() () at vcl/source/app/dbggui.cxx:35 #6 0x00007ffff71186f0 in DbgTestSolarMutex() () at tools/source/debug/debug.cxx:54 #7 0x00007ffff3273e39 in SfxBroadcaster::RemoveListener(SfxListener&) (this=0x1a38230, rListener=...) at svl/source/notify/SfxBroadcaster.cxx:105 #8 0x00007ffff3296eb8 in SfxListener::~SfxListener() (this=0x33abce0) at svl/source/notify/lstner.cxx:53 #9 0x00007fffaaa0a0a4 in ScAccessibleContextBase::~ScAccessibleContextBase() (this=0x33abc40) at sc/source/ui/Accessibility/AccessibleContextBase.cxx:59 #10 0x00007fffaaaa6379 in ScAccessibleTableBase::~ScAccessibleTableBase() (this=0x33abc40) at sc/source/ui/Accessibility/AccessibleTableBase.cxx:52 #11 0x00007fffaaa831da in ScAccessibleSpreadsheet::~ScAccessibleSpreadsheet() (this=0x33abc40) at sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx:274 #12 0x00007fffaaa83229 in ScAccessibleSpreadsheet::~ScAccessibleSpreadsheet() (this=0x33abc40) at sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx:270 #13 0x00007ffff5f87fc0 in cppu::OWeakObject::release() (this=0x33abc40) at cppuhelper/source/weak.cxx:230 #14 0x00007ffff5f88690 in cppu::OWeakAggObject::release() (this=0x33abc40) at cppuhelper/source/weak.cxx:296 #15 0x00007ffff5e7e4d5 in cppu::WeakAggComponentImplHelperBase::release() (this=0x33abc40) at cppuhelper/source/implbase.cxx:211 #16 0x00007fffaaa0d875 in cppu::WeakAggComponentImplHelper5<com::sun::star::accessibility::XAccessible, com::sun::star::accessibility::XAccessibleComponent, com::sun::star::accessibility::XAccessibleContext, com::sun::star::accessibility::XAccessibleEventBroadcaster, com::sun::star::lang::XServiceInfo>::release() (this=0x33abc40) at include/cppuhelper/compbase5.hxx:142 #17 0x00007fffaaa0ab15 in ScAccessibleContextBase::release() (this=0x33abc40) at sc/source/ui/Accessibility/AccessibleContextBase.cxx:119 #18 0x00007fffaaaa6b75 in ScAccessibleTableBase::release() (this=0x33abc40) at sc/source/ui/Accessibility/AccessibleTableBase.cxx:86 #19 0x00007fffd8f4f11a in com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible>::clear() (this=<error reading variable: Unhandled DWARF expression opcode 0x0>) at include/com/sun/star/uno/Reference.hxx:231 #20 0x00007fffd8f4c41d in atk_object_wrapper_finalize(_GObject*) (obj=0x7f71930) at vcl/unx/gtk3/a11y/atkwrapper.cxx:662 #21 0x00007ffff3538d32 in g_object_unref (_object=<optimized out>) at ../gobject/gobject.c:3678 #22 g_object_unref (_object=0x7f71930) at ../gobject/gobject.c:3553 #23 0x00007fffd9571fc5 in expiry_func () at /lib64/libatk-bridge-2.0.so.0 #24 0x00007fffea7197b1 in g_timeout_dispatch (source=0x313d360, callback=0x7fffd9571f60 <expiry_func>, user_data=0x7fffbc01bec0) at ../glib/gmain.c:4971 #25 0x00007fffea718faf in g_main_dispatch (context=0x5f8230) at ../glib/gmain.c:3417 Change-Id: If527f1cf1bfc59bb8df586afaf5da62bbcb08eea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142761 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-16sw, .uno:TextFormField command: accept HTML in the FieldResult parameterMiklos Vajna
- improve the calculation of the SwPaM that decides the start/end of the fieldmark: with HTML import the length of the content is not the length of the input string anymore - use SwTranslateHelper::PasteHTMLToPaM() to accept formatted content inside a single paragraph - avoid unwanted last empty paragraph from the HTML import - this builds on top of commit 6870c0c3385bf5d19e9c80bf973fca255ae38c08 (sw: add new FieldCode parameter for the .uno:TextFormField command, 2022-11-15), which introduced plain text support for FieldResult Change-Id: I8332f6ee532ab1e844a4b94f22b1f72d2406eb3a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142756 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2022-11-16tdf#150703 Replace Axes with AxisBogdan B
Change-Id: I6c040ca00ccf08bcef664c6de3f5294838b22f34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142523 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-11-16tdf#149305 Add indent button in text toolbar and change buttons orderBogdan B
Add indent button in text formatting toolbar in Draw and Impress (like in Writer). Move 'bullets buttons' in the same position in toolbar like in Writer. Change-Id: Ic27d8d499abdf1070bc0bff627d9d2023e005c78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142530 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-11-16CppunitTest_sc_chart2dataprovider: inherit from UnoApiXmlTestXisco Fauli
Change-Id: I65e833ca307dec186c4a455fdb068b4242873cba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142762 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-16CppunitTest_sc_shapetest: inherit from ScModelTestBaseXisco Fauli
which inherits from UnoApiXmlTest. In order to get rid of duplicated code Change-Id: I36b1edf21fd58eecce482331f5cca577ac7f7b01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142758 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-16CppunitTest_sc_bugfix_test: inherit from UnoApiXmlTestXisco Fauli
Note: testTdf31231 and testTdf141914 had to be adapted a bit. the documents are modified after a hard recalc. Reported in tdf#152065 Change-Id: Ib9093d766b17de78f8a547c285a0e0082eb01171 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142757 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-16tdf#152061 Fix bitmap image scalingHossein
In the regression introduced by c2c37eadf32c80bcd8f168b9fc67f32002b3cb07 the bitmap image scale was calculated incorrectly. Upon resizing the image a bit, this problem went away, and the image was shown with much better quality compared to what it was before the above commit. It turned out that the problem happened when the scale was less than 1, and it was happening inside "if ( nScaleX < 1.0 || nScaleY < 1.0 ) {...}". The part that was calculating aPosAry.mnSrcWidth and aPosAry.mnSrcHeight was wrong, because it was setting the same height and width without considering the fScale. The bitmap was scaled using Bitmap::Scale() parameter which was newly multipled by fScale in the above commit. To fix the problem, these two values are now multipled by fScale. Change-Id: I8c77d2db3b05da54f1999d3915a70e3b7cc8106f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142754 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-16tdf#151548: cleanup "Add basic word::XFormField support" etc.Justin Luth
Thanks to those who reviewed the first patch in my series. I thought I had done so well, and yet... -typo: 3df534a5ba01ec32590adb6c05ee6621e136b55e -unused/std::move: 0232d4d19858f76fd63b8e525a835bd6fbcd3b8a -const&: d9c708f78de6f6ef6621b47123a0ff164ddfee93 Kendy pointed out there are different license headers, and new code should just use MPL. I had just copy/pasted the header from nearby code. All the work done in these new files was mine (composed by copy/paste as a template). Fixed. I noticed a few stray css:: in .cxx files that I missed. Those are unnecessary and I don't like them. Fixed In the second round of reviews -no need to specify virtual when override -cleaning up ALL of them in bookmark.hxx to be internally consistent - nothing worse than half and half in one file. -use #pragma once for new files -only use official documentation (but I don't like the layout of the official documentation and didn't use it, so the value of providing a web link seems dubious - removed. Change-Id: I3c7aa7d647bfa91b69848258aca6d79d8e7b0edd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142556 Reviewed-by: Justin Luth <jluth@mail.com> Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-11-16configure: Allow to override CXXFLAGS_CXX11Stephan Bergmann
(My Clang --with-latest-c++ build against GCC 13 trunk libstdc++ needs to use -std=c++20 instead of -std=c++2b to work around <https://discourse.llvm.org/t/pack-expansion-bug/64910> for now.) Change-Id: Ib66375fe6e5c3b6b1a24b32fcce051d78390f962 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142752 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-11-16sw content controls, date: improve PDF export testMiklos Vajna
Assert not only that the widget is a text one, but also that it has the correct date format. Change-Id: If2bb8dcdfca0a8b76b5ed179ff558d351137bc06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142747 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-11-16Use BitmapEx in BitmapPrimitive2DNoel Grandin
we no longer need to wrap it in the framework XBitmap implemenation Change-Id: I0dc56ad63364e2c5a4cedd5e70d4ae7ea7eae563 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142746 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-11-15bugfix-test.cxx: use clang-formatXisco Fauli
Do it before changing the inheritance Change-Id: I55971610f075c635e992cd308fac14eec2a558aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142750 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-15CppunitTest_sc_subsequent_filters_test: inherit from UnoApiXmlTestXisco Fauli
Change-Id: I8968035d5113ab3f259be43a4a73105d22755f1d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142745 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-15subsequent_filters_test.cxx: use clang-formatXisco Fauli
Do it before changing the inheritance Change-Id: I03b1749b8c50aaf073cec9e8b25891bd9414b546 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142749 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-15CppunitTest_sc_pivottable_filters_test: inherit from UnoApiXmlTestXisco Fauli
This fixes the TODO in testPivotCacheExportXLSX Change-Id: I904fd97754a7facd9c8896154965ff7d16cada9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142743 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-15tdf#149140 vcl,sw: PDF/UA export: add Scope attribute to table headersMichael Stahl
Change-Id: If2402c824e637016e3c10860810501ec60732bc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142000 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2022-11-15Resolves: tdf#147802 don't create a header/footer control for every pageCaolán McNamara
just create a cheaper SwHeaderFooterDashedLine and only create the "expensive" control on-demand if it becomes visible on-screen and destroy it immediately if it goes off-screen. Change-Id: Id876145130d394f55f54790d5e8399dca4f8c03e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142742 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-15android: Fix tab name on CSV still becomes tempfile nameMert Tumer
Unfortunately, in order for isLOKMObilePhone to work we need to send deviceFormFactor on document load but at this stage the document is still not loaded and the control does not work here Signed-off-by: Mert Tumer <mert.tumer@collabora.com> Change-Id: I5388cf4a049dbf007a1fd79abefb64bed580eea1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131900 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142607 Tested-by: Jenkins
2022-11-15Resolves: tdf#152053 GetOptimalColWidth() obtain number format from next rowEike Rathke
... if 1st or 2nd row doesn't have one applied, i.e. is header. Change-Id: I4b33fa4abcbe74b02d416cfa494c0813a8f0086e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142744 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2022-11-15asan: fix leak in lcl_MergeLevelJulien Nabet
Direct leak of 2000 byte(s) in 2 object(s) allocated from: 0 0x55906afe399e in malloc (/home/julien/lo/libo_perf/workdir/LinkTarget/Executable/treex+0xff99e) (BuildId: 5b19224d0ca2120a) 1 0x7fd51a4abfd7 in xmlEncodeSpecialChars (/lib/x86_64-linux-gnu/libxml2.so.2+0x31fd7) (BuildId: 008b52a46ddf3013589362f7f678f7a6c8dd1e56) 2 0x55906b023403 in (anonymous namespace)::lcl_MergeLevel(_xmlDoc*, _xmlNode*, unsigned char const*, MergeDataFile*, rtl::OString const&, rtl::OString const&) treemerge.cxx 3 0x55906b0232d4 in (anonymous namespace)::lcl_MergeLevel(_xmlDoc*, _xmlNode*, unsigned char const*, MergeDataFile*, rtl::OString const&, rtl::OString const&) treemerge.cxx 4 0x55906b0232d4 in (anonymous namespace)::lcl_MergeLevel(_xmlDoc*, _xmlNode*, unsigned char const*, MergeDataFile*, rtl::OString const&, rtl::OString const&) treemerge.cxx 5 0x55906b0226ef in TreeParser::Merge(rtl::OString const&, rtl::OString const&, rtl::OString const&) treemerge.cxx 6 0x55906b02c0dd in sal_main_with_args(int, char**) treex.cxx 7 0x55906b02baad in main (/home/julien/lo/libo_perf/workdir/LinkTarget/Executable/treex+0x147aad) (BuildId: 5b19224d0ca2120a) 8 0x7fd519e46189 in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16 Change-Id: I9882cd63b91967d9b8998ba25545c11a3168e739 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142717 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-11-15CppunitTest_sc_subsequent_filters_test2: inherit from UnoApiXmlTestXisco Fauli
I couldn't find a way to test testTooManyColsRows, move it to sc/qa/unit/filters-test.cxx for the time being Change-Id: Ie841dea8aeebcbeff8c9a75ddb91d134c2b52c53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142741 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-15tdf#132293 remove unused imports from uitestBogdan B
Change-Id: I5943ec84a0b5ed6f44af9e3f972626813987a1cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142615 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-15Prepare createAlphaMask to produce mask and alpha as neededArmin Le Grand (allotropia)
Change-Id: Ica799419ed628f94f134433ca5b37518c5698909 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142730 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2022-11-15Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to a443db63229d6e46eacae7c14d7c668ca2f54ea3 - Fix contents after translation review Thanks to @lyzbet Change-Id: I8fc33fbe954e1467dac010cb6b7a253d92513568 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142682 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-11-15Resolves: tdf#152043 line wrap the labelCaolán McNamara
Change-Id: I5e267a6e00b2f20aa3a74aa5288c8e183fd74e12 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142735 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-15sync with dbwizconnection page wrt the expansion of 'browseurl'Caolán McNamara
Change-Id: I1134464f541a1d7f131ecf0d359fbfd7725735fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142734 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-15CppunitTest_sc_subsequent_export_test: remove unneeded saveAndReloadXisco Fauli
follow-up by a save Change-Id: Ic6297213b25f8726038687ec690a3bfabaf09a8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142736 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-15Update git submodulesChristian Lohmaier
* Update helpcontent2 from branch 'master' to d2259c8401ccc4d9ead41f6aff4903601e5e8564 - silence make translations warning (emtpy string flagged for translation) Change-Id: Ie8d188eca6b04a1e264ebe4f1abfeaa79bcba37d
2022-11-15resave with latest gladeCaolán McNamara
Change-Id: I9eea94ab0962666baa6225017c30940ff26a4c13 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142733 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-15ofz#53416 AbrtCaolán McNamara
Change-Id: I5adb6a1a3987b74212b8606aef3826e7d2f77aaf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142727 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-15CppunitTest_sc_subsequent_export_test: inherit from UnoApiXmlTestXisco Fauli
Some notes: * testLinkedGraphicRT needed to be adapted. Saving to Calc Office Open XML doesn't keep IsLinkedGraphic. Reported in tdf#152036. No idea why it didn't fail before * Some tests used "generic_HTML" as export filter format, which is wrong. Instead, "HTML (StarCalc)" should have been used. But then, the test would have failed with - unsatisfied query for interface of type com.sun.star.sheet.XSpreadsheetDocument! So trying to export to html in those tests is not expected. No idea why it didn't fail before * testTdf90299 fails now with - Expected: 'file:///tmp/lu23738863wthph.tmp/dummy.xls'#$Sheet1.A1 - Actual : 'file:///tmp/lu23738863wthph.tmp/lu23738863wthpg.tmp/dummy.xls'#$Sheet1.A1 I added a TODO to check it later * testNamedRangeBugfdo62729 fails on mac with an infinite loop Change-Id: I63168583a47f510d1ac22971a274e28d085de61b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142576 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-11-15sw: add new FieldCode parameter for the .uno:TextFormField commandMiklos Vajna
The field code/command is the input of the field expand. Also allow setting a field result, given that the entire point of "unhandled" fieldmarks is that Writer itself doesn't know how to compute the field result / expanded string. Note that a field result can be a multi-paragraph and formatted content, so far we only allow single-paragraph plain text. Change-Id: I1739cb985d1d4ed8e45068f15a4e0d82fd118d83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142726 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2022-11-15actually don't compile tools/source/misc/fix16.cxx with system-libfixmathRene Engelhard
90babff28406d5366df153e2d3c6d4206f06d614 missed the config_host.mk.in part Change-Id: Ic18964f02fc80b0f9b3de6518e069038f03932af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142637 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-11-15tdf#151548 vba FormFields: Add basic word::XDropDown supportJustin Luth
make CppunitTest_sw_macros_test CPPUNIT_TEST_NAME=testVba This now allows MS Word Basic legacy list box form fields to be controlled by VBA basic. -allows getting and setting the text string/list entry -allows adding and deleting list entries Change-Id: Ia772c62395c40a6aa0afae2549f15f4ea3304dbf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142396 Reviewed-by: Justin Luth <jluth@mail.com> Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>