summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I886b6f446293d3b1cfbf4ae05e8dbd7fabab9f20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105510 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-11-10lok: sidebar: disable context deactivationHenry Castro
In the Collabora Online, for every SfxViewFrame instance, it has a relationship with a user name, and it is not allowed to deactivate the sidebar of the other user. However, in the Desktop case, a user name has a relationship to many SfxViewFrame instances and it can deactivate the sidebar when a SfxViewFrame instance receives the input focus. Change-Id: If1936f1dc3779664970bd584e2b9d6f595c4b072 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104115 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 663de10f95bb72630658a5a06501e37d1810e0c7) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105452 Tested-by: Jenkins
2020-11-10explicitly set backing window XFrame as ActiveFrameCaolán McNamara
instead of relying on implicit toplevel GetFocus to do it, so having the focus in native widgets doesn't matter Change-Id: I6e659a09fad187967e4c14024577e562a57441e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105518 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-11-10Resolves tdf#137490: Rename "Header 1/2" menu items to "Heading 1/2" ...Ming Hua
in Groupedbar user interface, to be consistent with style names as well as menu items in other UI modes Change-Id: I0ac7f512af4fa7d9d771fe8dd553d42eb4cd5ea7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105465 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-11-10tdf#132787: Don't duplicate hicolor icon theme as gnomeChris Mayo
GNOME will use the hicolor theme. Change-Id: I612c6b076544227bf9adf546ad385c6a5ac20ca1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105200 Tested-by: Jenkins Reviewed-by: Chris Mayo <aklhfex@gmail.com> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-11-10tdf#123936 Formatting file in module accessibility with clangPhilipp Hofer
Change-Id: I9ac4df1ecc3ea1d48f3961fa95f34207dab8976e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105411 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2020-11-10Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to f7f1e6064cb10b07deebb137aa3f424180943c8a - Remove note on ADD for DURATION Change-Id: Ib78b9f2ee12b6c5fa58acafef75d60f69490745d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105531 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-10tdf#117948 Do not treat hidden rows as zero in ODF exportRegina Henschel
The object geometry in ODF file format has values so as if no hidden columns or rows exists. But for rendering the object geometry has to treat hidden rows and columns as zero. This patch changes the object geometry temporarily to the 'no hidden columns and rows' mode for export and restores the original geometry afterwards. The patch considers hidden columns left from the shape and hidden rows above the shape. So the object is shifted. Considering hidden columns or rows in the area, which is covered by the shape, is still missing. That would possibly require scaling. Change-Id: Icdb3f08404ca4d212d25a1967bfdc0bfc7186007 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105427 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2020-11-10Don't use arbitrarily truncated pre-calculated constantMike Kaganski
Change-Id: I384151afacb83790f707f9b05e0142234e6e1adf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105467 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-11-10tdf#136721 XLSX: add missing A6 paper formatSzabolcs Toth
Unrecognized A6 paper format was converted to the default A4/Letter previously, see Paper Format in Format->Page... Co-authored-by: Balázs Regényi Change-Id: If2ea0c4137177aa8be66cb11d4732b14cbc14455 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105392 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2020-11-10Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to b6e6d5d7e2ed062e8aad7ce68f6139e3a3a7e09b - tdf#132643 Translate German section IDs Change-Id: I98804c7621f2272615b37b324092a85402d8d84e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105113 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-10tdf#127294 - add tip about extended tooltips in dialog boxes (Shift+F1)Seth Chaiklin
Also correct (or translate) a "typo" Change-Id: Ib3817e03b20372eb8d8b415af22b1677a9747ae1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105462 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-11-10Small code clean-upChristophe JAILLET
DrawItem already checks if isVisible(), so there is no need to check it twice. Change-Id: I19f739805f06ef495a8e6f6d4d1f75daa889429f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105509 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-10sw user field type: fix failing string to double conversionkirchhoffb
For converting a string to a double, we need to know the language of the string. We should not assume, that this language is always the system locale, because the system locale can change during a session. Change-Id: Ic851d7430bba7392c7e2c8b36912467eee935f9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96776 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-11-10DOCX import: fix <w:spacing w:before="..."/> for more than 58cmMiklos Vajna
Regression from commit af313fc149f80adb0f1680ca20e19745ccb7fede (tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat option, 2017-01-06), this now uncovered a deeper problem that paragraph top margin import goes through ConversionHelper::convertTwipToMM100(), which ignores values larger than 0x8000. Previously this problem was not visible as we (incorrectly) captured draw objects inside the page frame. Word does not ignore values larger than that constant for paragraphs, so fix the problem by using convertTwipToMm100() directly to just do the conversion, without any checks on the input. And now that the paragraph margin is not lost, it'll have the correct horizontal position, so the position of the triangle in the bugdoc will be correct, too. Change-Id: If664ad055f1916b7e7fb2fb85d1afa977c2d03aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105496 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-11-10Evaluate command: tdf#109338dante
Adds evaluate command. It's visible from UI as a bracket. Example: evaluate { {1} over {%sigma sqrt{2%pi} }func e^-{{(x-%mu)^2} over {2%sigma^2}} } from { -infinity } to { +infinity } = 0 In order to make the mathml part, several changes had to be mad: - Allow mathml to correctly identify the math token for opperators - Allow mathml to correctly identify the math token for fences - Since improvements where made on token recognision, visitors to string can now be lighter ( removing long long switch ) - Improving the import / export to mathm - LO says it mathml 2, but actually is something between 2 and 3 - Allowing mfenced ( mathml 2.0 ) to stayl 3 adding the missing data ( prefix and postfix ) - Be able to know if we are opening or closing brackets - lrline and lrdline commands hidden on UI. - They are they own open close - If prefix and postfix are missing meaning of the expression may change, however that's the user problem. - The problem resides in the fact that MS_VERTLINE is uses for lline and rline. - The problem resides in the fact that MS_DVERTLINE is uses for ldline and rdline. - Changing frac priority from 0 to 5, if not { frac 1 2 frac 1 2 } fails ( found while testing ) - The mathml testing was made with highter standars than qa tests, however there are no guarantees. - Added xml tokens needed for math - Added starmathdatabase. Will grow in the future. The point is avoiding long lists and swtches inside code. Added it command for hidden or implicit product ( like &it; in mathml ). Oppens path for tdf#66200. Note that about this issue there is only one line on the parser. The mathml implementation will be made later when LO will allow chars with &charname;. Change-Id: If24b40c2420d39498693944f13a02985f997dd23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105267 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-09tdf#136962 only do implicit SetUpdateMode optimization if the widget is hiddenCaolán McNamara
callers can always opt-in with freeze/thaw for the lesser optimization available if shown Change-Id: Ib9317451a3059cc33f70d0c23543d8024bd21ede Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105487 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-11-09Fix typoAndrea Gelmini
Change-Id: If69267e6ef9cc73842a6aee805d3c07b088aa9bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105488 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2020-11-09tdf#137881 sw: fix text box size regressionDaniel Arato (NISZ)
from commit c9eb53f200225f2ee6ca695e1326843a487aee51 (tdf#135198 sw editing: text box fell out of its shape). The height of the bottom text box frame from the tdf#117921 sample file grew unreasonably large. This is countered by only activating the previous fix if it is strictly needed, i.e. when a shape and its text box drift apart from each other. The test file is derived from the one used for tdf#117921. Change-Id: Ied01c6089efe586b73de559f89f08b958f4b62d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105238 Tested-by: László Németh <nemeth@numbertext.org> Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2020-11-09tdf#137993 ensure the toplevel vcl::Window is activatedCaolán McNamara
when the search entry gains focus so that SfxViewFrame::Current is valid Change-Id: Ibb21db12688a7d44758cf607da618035c22a062a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105484 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-11-09Resolves tdf#138051 - Text expands beyond dialog heightHeiko Tietze
GtkScrollWindow added to allow verbose descriptions Change-Id: Ifb3de54dece47646718d386566c6f2d2faf7b1ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105481 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-11-09uitest: fix commentsXisco Fauli
Change-Id: I9c340b0912ffcc5bb4e582cc7fc06eb352d24e3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105482 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8f3cd05dbd86bd22fd84d767adc44fc2b0c89404 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105468 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-11-09tdf#83419 sw change tracking: clean-up autocorrectLászló Németh
fix of commit ac84cf7dda4a5150ff23e112ee16f00b8de8ec7c (tdf#83419 sw change tracking: fix bad autocorrect). Now automatic sentence capitalization and correction of two initial capitals are allowed again, if there is a tracked deletion in the same paragraph before the modified word. Change-Id: I8c583df2f14468b47079019009e7937f559b652b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105477 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2020-11-09Resolves: tdf#137786 allow 'toggling' GtkToolButtonsCaolán McNamara
even if they are not GtkToggleToolButtons We already allow this for GtkMenuToolButton, we shouldn't need to allow it for a GtkToolButton because a GtkToggleToolButton should be used. But we have inconsistency where some of these 'align' features are considered toggleable by some apps or modes within an app and not by others. So when this inconsistency arises reuse the pseudo-toggle support for GtkMenuToolButton for GtkToolButton. Change-Id: I78b625b206bf6187e36fc39f876d4828ada10a7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105476 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-11-09Fix Windows build with --disable-pchMike Kaganski
[build CXX] xmloff/source/forms/formlayerimport.cxx C:\lo\src\core\include\cppu/unotype.hxx(296): error C2665: 'com::sun::star::beans::cppu_detail_getUnoType': none of the 28 overloads could convert all the argum ent types C:\lo\src\build\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/beans/XVetoableChangeListener.hpp(56): note: could be 'const com::sun::star::uno::Type &c om::sun::star::beans::cppu_detail_getUnoType(const com::sun::star::beans::XVetoableChangeListener *)' [found using argument-dependent lookup] C:\lo\src\build\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/beans/XPropertySetInfo.hpp(69): note: or 'const com::sun::star::uno::Type &com::sun ::star::beans::cppu_detail_getUnoType(const com::sun::star::beans::XPropertySetInfo *)' [found using argument-dependent lookup] C:\lo\src\build\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/beans/Property.hpp(81): note: or 'const com::sun::star::uno::Type &com::sun::star:: beans::cppu_detail_getUnoType(const com::sun::star::beans::Property *)' [found using argument-dependent lookup] C:\lo\src\build\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/beans/XPropertyChangeListener.hpp(55): note: or 'const com::sun::star::uno::Type &c om::sun::star::beans::cppu_detail_getUnoType(const com::sun::star::beans::XPropertyChangeListener *)' [found using argument-dependent lookup] C:\lo\src\build\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/beans/PropertyChangeEvent.hpp(92): note: or 'const com::sun::star::uno::Type &com:: sun::star::beans::cppu_detail_getUnoType(const com::sun::star::beans::PropertyChangeEvent *)' [found using argument-dependent lookup] C:\lo\src\build\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/beans/UnknownPropertyException.hpp(54): note: or 'const com::sun::star::uno::Type & com::sun::star::beans::cppu_detail_getUnoType(const com::sun::star::beans::UnknownPropertyException *)' [found using argument-dependent lookup] C:\lo\src\build\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/beans/PropertyVetoException.hpp(54): note: or 'const com::sun::star::uno::Type &com ::sun::star::beans::cppu_detail_getUnoType(const com::sun::star::beans::PropertyVetoException *)' [found using argument-dependent lookup] C:\lo\src\build\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/beans/XPropertySet.hpp(93): note: or 'const com::sun::star::uno::Type &com::sun::st ar::beans::cppu_detail_getUnoType(const com::sun::star::beans::XPropertySet *)' [found using argument-dependent lookup] C:\lo\src\core\include\cppu/unotype.hxx(249): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const com::sun::star::uno::X Interface *)' C:\lo\src\core\include\cppu/unotype.hxx(243): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const com::sun::star::uno::E xception *)' C:\lo\src\core\include\cppu/unotype.hxx(217): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const com::sun::star::uno::A ny *)' C:\lo\src\core\include\cppu/unotype.hxx(211): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const com::sun::star::uno::T ype *)' C:\lo\src\core\include\cppu/unotype.hxx(206): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const rtl::OUString *)' C:\lo\src\core\include\cppu/unotype.hxx(200): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_Unicode *)' C:\lo\src\core\include\cppu/unotype.hxx(193): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const cppu::UnoCharType *)' C:\lo\src\core\include\cppu/unotype.hxx(188): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const double *)' C:\lo\src\core\include\cppu/unotype.hxx(183): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const float *)' C:\lo\src\core\include\cppu/unotype.hxx(177): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_uInt64 *)' C:\lo\src\core\include\cppu/unotype.hxx(172): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_Int64 *)' C:\lo\src\core\include\cppu/unotype.hxx(166): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_uInt32 *)' C:\lo\src\core\include\cppu/unotype.hxx(161): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_Int32 *)' C:\lo\src\core\include\cppu/unotype.hxx(155): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_uInt16 *)' C:\lo\src\core\include\cppu/unotype.hxx(145): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const cppu::UnoUnsignedShort Type *)' C:\lo\src\core\include\cppu/unotype.hxx(140): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_Int16 *)' C:\lo\src\core\include\cppu/unotype.hxx(135): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_Int8 *)' C:\lo\src\core\include\cppu/unotype.hxx(130): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const sal_Bool *)' C:\lo\src\core\include\cppu/unotype.hxx(125): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const bool *)' C:\lo\src\core\include\cppu/unotype.hxx(120): note: or 'const com::sun::star::uno::Type &cppu::detail::cppu_detail_getUnoType(const cppu::UnoVoidType *)' C:\lo\src\core\include\cppu/unotype.hxx(296): note: while trying to match the argument list '(T1 *)' C:\lo\src\core\include\cppu/unotype.hxx(288): note: while compiling class template member function 'const com::sun::star::uno::Type &cppu::UnoType<T>::get(void) ' with [ T=com::sun::star::beans::PropertyValue ] C:\lo\src\core\include\cppu/unotype.hxx(321): note: see reference to function template instantiation 'const com::sun::star::uno::Type &cppu::UnoType<T>::get(voi d)' being compiled with [ T=com::sun::star::beans::PropertyValue ] C:\lo\src\core\include\cppu/unotype.hxx(321): note: see reference to class template instantiation 'cppu::UnoType<T>' being compiled with [ T=com::sun::star::beans::PropertyValue ] C:\lo\src\core\include\com/sun/star/uno/Sequence.hxx(291): note: see reference to function template instantiation 'const com::sun::star::uno::Type &cppu::getTyp eFavourUnsigned<com::sun::star::beans::PropertyValue>(const T *)' being compiled with [ T=com::sun::star::beans::PropertyValue ] C:\lo\src\core\include\com/sun/star/uno/Sequence.hxx(117): note: see reference to function template instantiation 'const com::sun::star::uno::Type &cppu::getTyp eFavourUnsigned<com::sun::star::beans::PropertyValue>(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> *)' being compiled C:\lo\src\core\include\com/sun/star/uno/Sequence.hxx(114): note: while compiling class template member function 'com::sun::star::uno::Sequence<com::sun::star::b eans::PropertyValue>::~Sequence(void)' C:/lo/src/core/xmloff/source/forms/formlayerimport.cxx(89): note: see reference to function template instantiation 'com::sun::star::uno::Sequence<com::sun::star ::beans::PropertyValue>::~Sequence(void)' being compiled make[1]: *** [C:/lo/src/core/solenv/gbuild/LinkTarget.mk:301: C:/lo/src/build/workdir/CxxObject/xmloff/source/forms/formlayerimport.o] Error 2 Change-Id: Ib75f2da6393a7ba4aa1660bdf872dc4bf0fb796c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105478 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
2020-11-09StartElement->startFastElement in XMLMetaFieldImportContextNoel
Needed to register the implicit XML namespace in SvXMLImport::initializeNamespaceMaps as is done in the equivalent for the slow-parser path at SvXMLImport::InitCtor_ Change-Id: Ib7fc2c7a77400b7688be7b2f98564b5d3096d3c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105369 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-09tdf#137949 Fix table row heigths.Gülşah Köse
Consider "Height" property of the the table while calculating the minimum row height. Change-Id: I4dbb0f7f87517423fd3075515b4b9817d6a9a71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105422 Tested-by: Jenkins Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2020-11-09lok:configure: replace obsolete configuration linksHenry Castro
The "AC_LINK_FILES" is replaced by "AC_CONFIG_LINKS" Change-Id: I9c82d3f54cf78f08489453389d4e5070529a4f69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105423 Tested-by: Jenkins Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-11-09tdf#124176 Use pragma once instead of inclusive guardsshubham656
Change-Id: I1eafb1e903d44f52eac8a506e6123c0978f00394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105431 Reviewed-by: Michael Stahl <michael.stahl@cib.de> Tested-by: Jenkins
2020-11-09ofz#26973 shave some time off timeoutCaolán McNamara
36s -> 23s Change-Id: I28451aa17cc724910f93fe53ee1247044a7c2f5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105474 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-11-09StartElement->startFastElement in text fieldsNoel
Change-Id: I455599516814866ecd076d5d56e8682956f93004 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105370 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to af183028b1e33e59b936159b47ad4531fb8dcf2e - tdf#132643 Translate German section IDs Change-Id: I11a669088a038d1ee9cb1107b267343703fb9ecd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105122 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to d5ff3464a9295bdf5cf5ec4f6f786463ebbe964e - tdf#132643 Translate German section IDs Change-Id: I459b5c5aba3512e041bad577b3a578cfb3a711a3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105121 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to ba38169fc109e528cd79601b7d056434d33f42f9 - tdf#132643 Translate German section IDs Change-Id: Ib8524c5aab3523d458447d1ba59fb61da6583569 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105120 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to dde4bccaed7353a3fcd0d09068af667c0f77ccf0 - tdf#132643 Translate German section IDs Change-Id: I15524191afa3da29d2cc2c0361200e75940853ab Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105119 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 1712bf37a7a3773bb316a531ac930830d087dc1e - tdf#132643 Translate German section IDs Change-Id: I58252207ed8546d21e294ce7b795e42017a35ed0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105118 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 2b15a169f450f4293f4274857eb3506d7e6b13be - tdf#132643 Translate German section IDs Change-Id: Iecf08159e31b821c65b1396592172490d3710b9a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105117 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 9c457341b068a3ab782723455988bc0aff1add05 - tdf#132643 Translate German section IDs Change-Id: Ic768bf13b5444a20004d67c38493184333e2e534 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105114 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 6bd8efe56caa8392de92856350745b2915feee65 - tdf#132643 Translate German section IDs Change-Id: I729492f6fcf8eebf4ec0705ba54b2464a0de0499 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105116 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 729a252ee131b6705a98377d55b616d8c562ef00 - tdf#132643 Translate German section IDs Change-Id: Iadce4d068044b3cd4b88759273c34d324ac454cb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105115 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 29bb12580a02e7e5c97676d28d6fb60be589892f - tdf#132643 Translate German section IDs Change-Id: Id4a67cb716772a7dd595445eaeebc11170fbf6a6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105110 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 83e67ad8636748e764b9d28f0c862d085e2b6dfd - tdf#132643 Translate German section IDs Change-Id: I4bebdde5b35b27f9d718a2ac4746071142998c2f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105112 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 399097db6b4d86d34b9b2c8462bb4000977bf9f9 - tdf#132643 Translate German section IDs Change-Id: Iedb30a66e63bfde10e3514008aec3763ecaaec2f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105111 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to a5fd90151814959383c891edae44603b2a47ec35 - tdf#132643 Translate German section IDs Change-Id: I4abccc3e3d4ed5f0ce7f4861f524e56af1f24d99 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105109 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 9d5fa111ec0ed75cf28719536c98d6e4482d4a03 - tdf#132643 Translate German section IDs Change-Id: Id742ad4c9850a88d6d8d1925e2d0088f76ec8717 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105108 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-11-09copy_paste_error data1 looks like a copy-paste errorCaolán McNamara
Change-Id: I937743f8d1789c68ed960c6a5aede0508dfa7bcd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105282 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-11-09sw: prefix members of StackHack, SwActualSection, SwFrameHolder and ...Miklos Vajna
... SwOszControl See tdf#94879 for motivation. Change-Id: If36742218a4deca1b688ef8996702c5985310110 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105472 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2020-11-09tdf#138052 Added a check for fontworks.Ivan Stefanenko
Fontworks should be warned about coz they reprezent a stylized text, which is hard to recognize for digital readers. Check is added to checkObject() function as fontwork is an object. Change-Id: I2ed5a5784dfe96bbf05ec7cf4c09dc97e1fb29d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105436 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-09Update git submodulesSeth Chaiklin
* Update helpcontent2 from branch 'master' to db325f95386ada37f4e4de2bc806f27639dda7f8 - tdf#90334 add bookmarks to insert column break in Writer Change-Id: I344c607abdcc34c060863a68ebf81d4ae71b955e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105456 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>