summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
Change-Id: I0567d103db8db401c737fed98483912a39352929 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124835 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-08Update git submodulesAdolfo Jayme Barrientos
* Update helpcontent2 from branch 'master' to 3b8dedffddfa520de8801845a360727da3b4c698 - A possessive pronoun isn’t a contraction; you don’t put an apostrophe to it Change-Id: I9dd5c0228abbee872714e0654443b238966750ce
2021-11-08tdf#48622 Adapt sidebar line styles to new defaultsSamuel Mehrbrodt
Change-Id: I81287d90c2250838391fa79d2f6455219ea822c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124680 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-11-08hdiutil flatten/unflatten was removed in macOS 11Andras Timar
Change-Id: If5a1a70f8a7428d81668704f93fa7a1f45058b68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124825 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-11-08sw: prefix members of SwGlosDocShell, SwInputChild, SwInputWindow and ...Miklos Vajna
... SwInsertAuthMarkWrapper See tdf#94879 for motivation. Change-Id: I4547c51afb5a63781105d2a5ebe0b6ed6245428b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124833 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-11-08tdf#145128 "Perform file extension check" should be disabled if finalizedGabor Kelemen
Change-Id: I7181ab8dde28fd5580a90fb267b31eaffd6a9878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124567 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-11-08sw: try grouping undo actions of IME-edited textMiklos Vajna
This is a problem since commit e7760d428bc82ccfcae14f1907b78f9f1013b88c (Fix tdf#87500 - Freeze with English/Japanese mixture undo., 2015-09-08), that started not grouping IME-edited text completely. This means that in case you go via SwEditWin::Command() instead of SwEditWin::KeyInput() to type a 4 characters word, then it'll create 4 undo actions. Fix the problem by tracking who was the last caller of sw::DocumentContentOperationsManager::InsertString(), so we can only disable grouping switching between IME and non-IME, and we can have grouping for a series of IME input. Change-Id: I31bd02db4fe653ab63e41a77c75b8bebfc749ff1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124766 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-11-08actually check for -isystemLuboš Luňák
When I added this in 151abb8b2b9d3a22229b98cec12e29484d1210 I made a copy&paste mistake that I corrected in a follow-up commit by removing the incorrect option without introducing -isystem into the check. Not that it matters in practice, apparently. Change-Id: I64d9ce34dcbaf9acdd8c794aed9fd84bae776d4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124828 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-11-08set up gb_COMPILER_SETUP also for gbuild's ExternalProjectLuboš Luňák
It's used to set up various ccache variables, which without this aren't applied to builds handled by other build systems. Change-Id: Id1157b5a02d607651ba18b249375da6e1fa13cd8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124826 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-11-08rtl::Instance->thread-safe static in PropertyNameVectorNoel Grandin
Change-Id: I3f595585b78c9e5ac32d9fc345c55a4eb14101c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124824 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-08Replace some macros in forms part 17Julien Nabet
Remove FRM_RES_STRING + PROP + PROPERTY_FLAGS Change-Id: I11befedbe83ad9d7c3f3f4d689230ffe422c0770 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124830 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-08Make usage of ETO_PDY flag more visible (EMF)Hossein
* Make usage of ETO_PDY flag more visible with introducing nBytesEach variable * Add comments for reading OutputDx ETO_PDY flag indicates that we should read twice values compared to the number of characters in the output string. Values are stored in an array of 32-bit unsigned integers called OutputDx, so there will be either 8 bytes or 4 bytes each depending on ETO_PDY is set or not. Change-Id: I3892c95bd9ad80b3c414e2556f91bd5218b22c3e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124097 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-11-07Replace some macros in forms part 16Julien Nabet
Remove DEFAULT_DECLARE_SUBTYPE + EXCEPT + EXPAND_PROP_INIT + DECLARE_DEFAULT_CLONE_CTOR + DECLARE_DEFAULT_LEAF_XTOR + FORWARD_TO_PEER_1 + IMPLEMENT_DEFAULT_CLONING + ADD_ENTRY (include removing: /home/julien/lo/libreoffice/forms/source/xforms/convert.cxx:56:14: error: unused function 'lcl_toXSD_bool' [-Werror,-Wunused-function] OUString lcl_toXSD_bool( const Any& rAny ) ^ /home/julien/lo/libreoffice/forms/source/xforms/convert.cxx:60:9: error: unused function 'lcl_toAny_bool' [-Werror,-Wunused-function] Any lcl_toAny_bool( const OUString& rStr ) ^ /home/julien/lo/libreoffice/forms/source/xforms/convert.cxx:67:14: error: unused function 'lcl_toXSD_double' [-Werror,-Wunused-function] OUString lcl_toXSD_double( const Any& rAny ) ^ /home/julien/lo/libreoffice/forms/source/xforms/convert.cxx:80:9: error: unused function 'lcl_toAny_double' [-Werror,-Wunused-function] Any lcl_toAny_double( const OUString& rString ) ^ ) Change-Id: I1e6923922b7037e8d1e9d009b05a27111c94b6fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124827 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-07SwNavigator: Don't update content tracking after toggling root modeJim Raykowski
UpdateTracking after toggling root mode was put in commit b43ab86df783c7816deb5810d89d52e2c3a93b5a by mistake. This patch removes it. Change-Id: I25958c90621ac8c34f85933328e4e4bef83100f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124805 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-11-07Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULTEike Rathke
There's no, specifically not in Writer, handling of the LCID 0x0400 LANGUAGE_PROCESS_OR_USER_DEFAULT language/locale concept other than the number formatter mapping it to LANGUAGE_SYSTEM. Use the LANGUAGE_SYSTEM "Default" string in UI (status bar, status menu, language list) but keep the LCID, and don't append the resolved locale string as it is also displayed both in the Font Western and CJK listboxes. This ends up as two list entries, like * Default - English (UK) first entry * Default last entry of which the second would be selected. Change-Id: I8d9e4171bee6bbe9d1c9dcfb7a5fa8fc92ea1a2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124449 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2021-11-07add more commentNoel Grandin
Change-Id: I4b19e7f62a70d795071c3a45e3f1c148f509bc53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124823 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-07forward decls go after #includeNoel Grandin
Change-Id: I54c33508639044092356eed5144720261b4f65db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124816 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-07crashtesting: assert on re-exporting ooo25141-1.doc to docCaolán McNamara
since... commit e0b41fcb56e51f20684da4ba44d7ed6e0e1a3234 Date: Thu Oct 28 13:36:50 2021 +0300 tdf#144668: docx export: simpler way to create lvlText in numberings Change-Id: I40b3cdf5e15d3a4dacc50bd46a5bbca84e6fac03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124822 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-07use a std::vectorCaolán McNamara
Change-Id: I186f34025863882951aaa70f94ea21b8ac556dab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124821 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-07ofz: Use-of-uninitialized-valueCaolán McNamara
Change-Id: Ic96e20570f0aae9a7fab66fd39d0fadc0b72d3f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124820 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-07these are the only calls to memset that explicitly ignore its returnCaolán McNamara
it seems hardly necessary to be weird here memcpy likewise Change-Id: I57df9ffd92b4e1d1ebff281498832250f4e1caf0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124819 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-07cid#1493474 Arguments in wrong orderCaolán McNamara
Change-Id: I6738acf5e48b914491af64377b00f09fc87e8a80 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124818 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-07cid#1493476 Logically dead codeCaolán McNamara
Change-Id: I179e61b84a43c9ff43ff70de8b8f020682a53686 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124817 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-07Resolves: tdf#145567 restore focus to the usual frame focus widgetCaolán McNamara
when tearing down the start center. Don't leave the focus in an arbitrary widget. Change-Id: I82c30c94121dc43b2ea1b4fbc66a0a3e79f7e664 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124803 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-07Replace some macros in forms part 15Julien Nabet
Remove REGISTER_VOID_PROP + REGISTER_BOOL_PROPERTY_RO + REGISTER_PROPERTY_RO + REGISTER_PROPERTY + PROPERTY_RO + PROPERTY + REGISTER_PROPERTY_BOOL + REGISTER_BOOL_PROPERTY + REGISTER_PROPERTY_API Change-Id: Ia38d75e89aafc5788bc143aae864eac9ad5bb86d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124815 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-07Typo: implemnented->implementedJulien Nabet
Change-Id: I3171c95523408b69587aaa2bb064c750bc56c55d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124809 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-07Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 982f985d2a8e8f429d147eb158b89c73bd60f2ae - tdf#140781 Add PDF + XSLT import API names for CLI * amended python script * regenerated convert Help page Change-Id: I4891491d87b4b21c2d103b9df2adb03a21aff790 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124787 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Replace some macros in forms part 14Julien Nabet
Remove DEFAULT_IMPLEMNENT_SUBTYPE + SET_PROPERTY Change-Id: Ic1ab69076017eeb58cefb3dbecd385f1b862c031 Change-Id: I91230d25e8eb11c6c0dd6cec920c6bd5ec958bb3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124808 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 5ee4d72936eff5346ed85ccb4958801a44f712f0 - tdf#132643 Translate German section IDs Change-Id: If48434cb30d46b4cc7a5d1dcf7e1c9112e75aae8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124812 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 964617bdd9e75ad6a6ecb4c549c53776ff8d973c - tdf#132643 Translate German section IDs Change-Id: Ic665b9ec63d2c59aade61648f2a5a79729412cf3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124814 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 3ae4d8901912b649aedbeedc907c117409fa2ef2 - tdf#132643 Translate German section IDs Change-Id: Idac11dadcb74de868d9fae27a571a66d0da7e862 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124813 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 977d1c9044ef41391b9fa3ccc5244cd206623a30 - tdf#132643 Translate German section IDs Change-Id: I11f0723a02ed0861ae8cb8d372e19267803ea948 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124810 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to c4ba4d4ba96ae6cc27aed0719efa80a67e7a3f02 - tdf#132643 Translate German section IDs Change-Id: Ibad45c90138e05fea58b73e05c4b056d377abfb4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124811 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 0d55f7694f6a490649f9318de2fca1efcbc85f11 - tdf#132643 Translate German section IDs Change-Id: I0270586e9ade893b26338a1a9dc9f0bb5d4482c0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124799 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to f0e247ba0f835b39e21d0bffd77ec7b83c0c3122 - tdf#132643 Translate German section IDs Change-Id: I1ece2fe7408cc64d93f6b58a7744acaf06fd4f5f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124798 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 1ffd51ac1318d250e3f462a28804545deef0790b - tdf#132643 Translate German section IDs Change-Id: I46dc72453686d590c4ad58dd2c7de84659815c54 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124797 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 0cf80abe2d2e49937e06d2d516348c7a12d816ee - tdf#132643 Translate German section IDs Remove unused. Change-Id: I7317f4692628cb2845cdb32c84391541c6754014 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124796 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 37ded3c73f7a54b03ce1fc7b427cd612086e3e7d - tdf#132643 Translate German section IDs Change-Id: I5e1d2ef92b75b3c4547fbb04ba40fd8c2f43c81a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124795 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-07Replace some macros in forms part 13Julien Nabet
Remove DECLARE_DEFAULT_CLONING + IMPLEMENT_DEFAULT_TYPED_CLONING + DECLARE_XPERSISTOBJECT Change-Id: Ib874cadcfd30c3ac9e2d12036482868c19a2d98b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124807 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin
instead of XInterface, to make it obvious what the reality of the requirement is Change-Id: Icdd4113f2a0ece930305f4d8ba010b81d24f43c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124802 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-11-06ofz40766 Null-dereferenceCaolán McNamara
Change-Id: Ie9df072747311791ac04699cb8c3101a03da7431 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124801 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-06ofz: fix buildCaolán McNamara
Change-Id: I0be535097cb7e2c8fa2346843592945db981dad0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124800 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-06Replace some macros in forms part 12Julien Nabet
Remove IMPL_COLUMN Change-Id: I7446b1146853c7a3b0820a681793e0146921da0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124791 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-06tdf#140321 enable 'matte', 'metal' extrusion surfaceRegina Henschel
The patch makes extrusion surface presets 'matte', 'plastic' and 'metal' look different from another. That has been broken from the beginning of custom shape extrusion in OOo2. To get 'matte' ODF conform, property first-light-harsh is enable. To keep smooth rendering set by PowerPoint, forcing shade mode 'flat' is removed. For more details about the change see comment in bug tdf#140321. Change-Id: Idd1e0af19ea3f7e604da7f10330c6f9e640d08f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124720 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2021-11-06Try to fix Jenkins_CallgrindJulien Nabet
Change-Id: I9e099c7ab59fc8db1deaae454b413f3b5dc62b55 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124790 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
2021-11-06Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to c845d15fbff54fce2abb4a402cc3f565e84c5f43 - tdf#140111 Add "Comments" to View menu description Change-Id: I1cb5399e47d2726c318f9ebf35c8fff4f8720d69 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124789 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-11-06Replace some macros in forms part 11Julien Nabet
Remove DECL_COLUMN Change-Id: Ie7533f8a52e7365215fbd878385f2bed0113b5aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124788 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-06Replace some macros in forms part 10Julien Nabet
Remove DECL_PROP_IMPL Change-Id: I4ba5e3252058b137cd314f0aed0caf60bb347852 Change-Id: Icfda67a31f465ebfe0c13761bdbdf9b024605dc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124785 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-06Update git submodulesAlain Romedenne
* Update helpcontent2 from branch 'master' to 8278dc648a49ae83fac8208fbe0ac6041cef56e4 - Fixing links Change-Id: Iaffff844cfa18b2d3a8715e01d236e2d49ebe74a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124702 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
2021-11-06related tdf#136472 writerfilter: only copy even pages if usedJustin Luth
Allowing the use of Even pages is a document-level setting. So if the document does not allow the use of an even page, although we will read it in once (in order to preserve the contents) there is no point in copying it to every inheriting page style (especially if it contains large items like images). Change-Id: I22ccb16e29c5335e50010f8a334494aaa1d45785 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124437 Tested-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Justin Luth <justin_luth@sil.org>