summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)Author
2023-10-27tdf#154454 sw: make comparison of changed paragraph numbering optionalMatthew Kogan
by the new config option "DisplayChangedParagraphNumbering", as a temporary fix to hide incorrect changes in corner cases. Regression from commit 2413f213625253a9c2b1787b3b9fe859d724a9bd "tdf#115523 sw_redlinenum: show correct, also original numbering". Change-Id: I6d85033cc3f60ac1075501fedfcd4c9862e00a9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157940 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org> (cherry picked from commit d67d47bf0e9c9b24fb9aeed8807c31ed28d7fec2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158042 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-10-27Related: tdf#89178 Add an option to avoid converting some fields into textMike Kaganski
... during mail merge. In some modes (generating individual documents; creating PDF) the mail merge process converts all fields into text. But sometimes it is undesirable for fields not involved into mail merge itself: * It is inconsistent with how MS Word behaves; * The generated editable documents could benefit from having other fields kept as fields; * Some fields, when exported to PDF, produce different results: e.g., placeholder fields are output as empty spaces, not as placeholder text. An expert boolean configuration option is added: Office/Writer/FormLetter/ConvertToTextOnlyMMFields; it is false by default, in which case, the behavior is unchanged. When true, all fields in the mail merge document, except for database fields and hidden text fields, are not converted to text during mail merge process. Change-Id: Ibdb505ed3f2762db063bb0a91b674d27ecbc2e7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158306 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158476 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2023-10-05tdf#151059 don't use Ctrl+Alt+3 etc by default for galleryCaolán McNamara
because on some keyboard layouts ctrl+alt is basically equivalent to altgr and removes the possibility to enter specific letters. use Alt+3 etc because that 1-9 sequence seems free and unproblematic vs other combinations. If that doesn't work out then maybe we don't need one per sidebar entry and just have a single entry to jump to the sidebar toolbar and a follow up of press of 1-9 to activate a specific deck. Change-Id: I676d03c7e1c7bcb3b6c08e6d30aa23cf61838b38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155831 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> (cherry picked from commit 3614953bf1f4ada22247d04a772d1e3e1d361cef) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157549 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-08-02tdf#156165: Fix replace custom styles while typingBaole Fang
Originally, Replace Custom Styles changes styles to text body by entering BuiltText. Since styles change to text body is removed from BuiltTest, it is converted independently. Now, conversion is applied even during typing because m_aFlags.bChgUserColl is true (its default value) during typing. Therefore, its default value is changed to false. Change-Id: I8ce067b311922b5e1bdcd84036229c369b50a977 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154144 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit e26aeb882dd236adf19679d5df9b7ba5da1ed226) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155043 Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-07-26tdf#155374 Icons for PageNumberWizardRizal Muttaqin
Change-Id: Iedea46b31a36c7d1d2a3ab539c3ada0b029293c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154675 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org> (cherry picked from commit a5ea9d89e623ffae905393dacbd73683a07d5d76) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154697 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-07-23Revert "tdf#152463 Turn on AutoSave and Backup by default"Justin Luth
This reverts 7.6 commit 5cb7fed2a5a02ff1cb4551752a0bd8d3001a1f22. There are a number of reasons to delay this change: -the configuration settings have changed location, so anything done by others for the 7.6 release will be broken in the 24.2 release 6 months later. -lots of fixes for autosave are going into 24.2, but they can't be backported because they include string changes which need to be translated. Since AutoSave is not really production ready, it should not be enabled by default in 7.6. This should be reverted ASAP since people are already building 7.6 marketing. Change-Id: I31c56cf1b5605c9db3e0a431af76cf2dd14572de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154578 Reviewed-by: Justin Luth <jluth@mail.com> Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-07-23tdf#50725: sd: add new configuration option DragThresholdPixelsSarper Akdemir
Adds new expert configuration option DragThresholdPixels for Impress and Draw under Misc/DragThresholdPixels. Also bumps up the previous hardcoded default value from 2 to 6. Assuming this value was set when 640x480 resolution was the most common resolution, currently scaling the hardcoded default by 3 makes sense. (eg. GTK uses 8 pixels as the default) Change-Id: I35c0eed3ce477685c759f517471ce0bdc8315864 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154379 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> (cherry picked from commit c9da87033fe3d681f35973cc7873644817435e95) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154698 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2023-07-21Resolves tdf#112876 - Make use of scroll lock configurableHeiko Tietze
Change-Id: I8e2f238e59601fcc1d92fc0593c3d20e75396cc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154528 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins (cherry picked from commit 4adc868328e958a4a9cead3731bd3468497c97c8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154696 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-06-27Revert variable width NBSP for 7.6Vojtěch Doležal
As discussed some time ago, the implementation is experimental and not ready for 7.6 at the moment. Change-Id: I43d702dca883ec3c92ca5357a4e161dec2b9a55c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153467 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-06-16Related tdf#148263: on Writer, no need to repeat "Delete" for columnsJulien Nabet
To reproduce the regression, just do this: - launch Writer - create a by default 2x2 table - select a cell - right click and take a look at sub-entries of Delete entry Change-Id: I05bf4824e0786f1b4ea73b24389d38858e01818e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153122 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 6b6428228963f7a9edc99173f46fc4221097e0cf) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153132 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch
Change-Id: I879e4d93e1da222d9acabb776552ca1cf819574b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152136 Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de> Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2023-06-05Revert "tdf#155676: Use colon in FontsUseWinMetrics config key"خالد حسني
This reverts commit a38e1537cd06367783a43cc8d3b0e8d674b6e142. Change-Id: Ic72f1acb7e38209e9b87a8fe80a39acb1eeacfe4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152547 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-06-05tdf#155676: Use colon in FontsUseWinMetrics config keyKhaled Hosny
The use of comma breaks editing in Expert Configuration dialog, so users effectively can’t use this. After editing <it>Celticmd,1571,-567,1571,-547,2126,559</it> becomes <it>Celticmd</it><it>1571</it><it>-567</it><it>1571</it><it>-547</it><it>2126</it><it>559</it> Using colon instead of comma seems to fix this. Change-Id: I4bba26fe9d94a33e62a0d34c3324daae0845c30b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152597 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-06-05tdf#155297: Use usWinAscent and usWinDescent for B Nazanin fontKhaled Hosny
Its hhea.ascender and hhea.descender metrics are too small, but it does not have USE_TYPO_METRICS bit set. Since usWinAscent/usWinDescent are equal to sTypoAscender/sTypoDescender, we can use the former. Change-Id: I638fa81483365f8c44278ee13ad57cd8cf8d8769 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152595 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
2023-05-27tdf#148756: Fix document type in option dialogBaole Fang
Change-Id: I16ef2adbb5c77960c18426ef6b2211d230adf410 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151455 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-05-26tdf#154131 Add Detect scientific number optionLaurent Balland
Add a sub case of Detect special numbers for import CSV (SC_IMPORTFILE), paste unformated text (SC_PASTETEXT) and text to columns (SC_TEXTTOCOLUMNS). Following cases are treated: - If "Detect special numbers" is true, then "Detect scientific numbers" must be true and all special formats are treated (date, time, scientific notation) in addition to basic decimal numbers. - If "Detect special numbers" is false and "Detect scientific numbers" is true only scientific notation is treated in addition to basic decimal numbers. - If "Detect special numbers" and "Detect scientific numbers" are both false only basic decimal numbers are recognized as numbers. It is the new case treated by this change The new option bDetectScientificNumber is append to ASCII options Change-Id: I73dff9f75d2c7b07ce155daa29dcc4ca9f288664 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152072 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
2023-05-24tdf#148088: Fix master related UI in DrawBaole Fang
Page/Master Page... -> Page/Change Master Page... (corresponds to Impress) In the above dialog: Available Master Slides -> Available Master Pages Select a Slide Design -> Select a Page Design After clickling load: Load Master Slide -> Load Master Page In Master mode, right click/Rename Master: Rename Master Slide -> Rename Master Page Change-Id: I6a8e987d6f3eaf91289ec061ec87cd76b3f90ca2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151489 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-05-23Revert "Related tdf#114286: put duplicates commands in GenericCommands..."Julien Nabet
This reverts commit 52a695d2ceb4231a9fcc419959e29023ecef037b. Reason: cause of tdf#155442 Accelerator to delete row(s) conflicts with the one for adding row(s) Change-Id: If19d67a080e85d2a2716e4004db3335f0619c73f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152169 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2023-05-22tdf#155065 change label for "Page Number" -> "Page Number Field"Seth Chaiklin
Change-Id: I80b646857311e9fa910f3384e49ea965a1a7fb7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151284 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-05-15[API CHANGE] Drop unused ToolboxStyle config keyGabor Kelemen
Unused since 2020 commit a0eab90bd1f7fc31978da3f7be0ec86781baf8bc Change-Id: Id03396022d7481ce85356207d468f5b1201df44c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151407 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-15[API CHANGE] Drop unused Dictionaries config groupGabor Kelemen
Its use was removed in 2020 by commit acb1c390539730957fb509f18f469fc7f6133082 Change-Id: I48a10ab13de9fcdb1b1c5721a9be648250166f52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151058 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-15[API CHANGE] Drop unused config key EmojiFontGabor Kelemen
Its use was removed in 2022 by commit 5f1eb2a12b6e6ee646b5e9536822531ad0bd3259 Change-Id: Ifc7e3f645422a478571aaa9dcbcd9ebe9a811b23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151061 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-15[API CHANGE] Drop obsolete group PersonasEntry and set PersonasListGabor Kelemen
Its use was removed in 2020 by commit e1e9e2aa16f08a8fd9e38db706d63e8eceeda8d1 Change-Id: I1271c3a1d0dc9c1b294f9d93753196609a85a245 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150988 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-15tdf#148979 Added option to update selected fieldTokieSan
Added Uno command UpdateSelectedField, FN_UPDATE_SEL_FIELD to support updating a single selected field Change-Id: Ia1a2387e137f8a672a24056b13234d4275a77ca4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150450 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-05-11tdf#154933 Rename "Text Body" to "Body Text" in menusMaxim Monastirsky
Change-Id: I012beaa6188ed6c53dd72e100109b496a6636993 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151663 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2023-05-11[API CHANGE] Drop unused config keys VCL/LFonts/ -> SubstFontsPS SubstFontsHTMLGabor Kelemen
Marked as unused since 2018 commit 33e80611c46ffb8b324e1d445287f0957546de97 Change-Id: I76cc62ca4911d1c130092a85f0b89e6078ad5d65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151500 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2023-05-10Revert duplicate shortcut definitionJuergen Funk
This reverts the Accelerators.xcu part of b6af287527d42f8cf4bc43047fe0ed6130420d6b The key combination for Ctrl-F is already defined in the global section, it is not necessary to define it in other modules. Change-Id: I44047f998487b58185ceb19c19f06ee44797c5d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151503 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2023-05-08tdf#142978 Add menu entry for a11y check backSamuel Mehrbrodt
And make it open the sidebar Makes the feature more discoverable and prevents empty menu slots when people customized their menubar. Change-Id: I03440d78d5cf1d31cad7412dc0988d8a837a92e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151537 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-05-06[API CHANGE] Drop unused config group AppWindowGabor Kelemen
It was not used ever since added in 2002 by commit 72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb Change-Id: I3be8a020174677a6e876628307b2deb311874e67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151059 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-06[API CHANGE] Drop unused config keys ButtonLarge, ButtonFlatGabor Kelemen
Do not seem to have been ever used since added in 2002 by commit 72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb Change-Id: I64a437111d3c2d54e205de944421b05552e9600d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151060 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-06[API CHANGE] Drop obsolete TemplateRepositoryURL config keyGabor Kelemen
Its use was removed in 2020 by commit 9eaaf97ab32068a619b5c36772619b7e66268800 Change-Id: I47b86a9b1bf528d611fa3a79054681bd85382bb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150989 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-06[API CHANGE] Drop unused PropertyBrowser->ExperimentalProperties config keyGabor Kelemen
Seems to be unused ever since it was added in 2006 by commit a9d03e7895953a30790c09e0975dbbf116e05111 Change-Id: I26fe886d48d066146b0f925925ae61c45539dfb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151406 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04Revert "tdf#86630 sw page number wizard: add contextLabel"Justin Luth
This reverts 7.6 commit b89f65a5138fe74b7858c2817fae4204b021c1f5 and also take the opportunity to add a tooltip. It was thought that the label would only be noticed in tools - customize. However, I have discovered that it also is shown in the notebookbar. Thus, it may very well be used in other user-visible places. Additionally, Heiko didn't like the term "wizard" since it is a single-step dialog. Change-Id: Ib11b68625eebf190d49ee8ce2b7b63378e248820 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151400 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-05-04tdf#150994 Rename Quotations to Block QuotationRafael Lima
As discussed in the ticket, the paragraph style "Quotations" should be renamed to "Block Quotation" everywhere in the code. Change-Id: Id789f0777e7ef6c96714fbdb81c802185d9b4c86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150973 Tested-by: Jenkins Tested-by: Maxim Monastirsky <momonasmon@gmail.com> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2023-05-04tdf#153587 Display CTRL+F in the keyboard shortcuts listJuergen Funk
* Add the missing entry to Accelerators.xcu * Handle vnd.sun.star.findbar:-command the same as .uno commands Change-Id: I69d441d63a6b0478a07c9ef10665b7d59d3334b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151322 Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Tested-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-05-04[API CHANGE] Drop unused LogicalGraphicSize config groupGabor Kelemen
This was added in 2002 commit d6da51a02d1804b691be5e2ff6d9318a240b6b05 and last touched in 2010 by commit 9508a731824e7f8a692d462da763b2db95463875 but was never used in code Change-Id: Ic18eb94470152bfd6e42b317923627b93256076b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151036 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop unused config key ShowOfficeUpdateDialogGabor Kelemen
Its use was removed in 2011 by commit 83ee1bccf9899bb5c1913389b9a26a73a515ad82 Change-Id: I995b994c47b2ea9b908867698fe72d7c13e37b0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150991 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop unused ProductVersionID groupGabor Kelemen
Its use was removed in 2009 by commit fb623aa0e73ed6fcd19f70fbe5a8d8aabe17aa65 Change-Id: I5c08f8f84e1262b003dc22783c6b2ae47fa18f72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150987 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop deprecated config group GraphicSizeGabor Kelemen
Deprecated in 2002 by commit d6da51a02d1804b691be5e2ff6d9318a240b6b05 Change-Id: I265a1a03fdd9cfde4c1450f6cd0e799577ff0967 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150990 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop empty config group GalleryGabor Kelemen
Its last key was removed in 2013 by commit 8e7a1ad17cdcd677e40865daa9bbdbe69927360d Change-Id: Icd9f175ba0195227454a22f3c76ac4307ae90ec4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150992 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop deprecated config keys...Gabor Kelemen
Misc/Path/Current/Temp and Storage were deprecated by commit 8c895561f63ed7161947a04da8e6a3d3fb195fa7 (2009) commit 3cf21a8bb947ffdffbdcec36880bc16ea39d1335 (2004) Change-Id: Id37650557e5c9ac791dffc9569aa1f23e9bedc89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150996 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop unused Excel_Lotus, W4W, Writer groupsGabor Kelemen
These seem to be unused ever since their 2002 addition in commit 72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb and some description in sw with: commit 7e30aa52adc691c6b468ec4e15089e32a418b919 Change-Id: I8e5c76e8483aa5dbd0934f4eabc16538366b26a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150994 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop deprecated Java config keysGabor Kelemen
Deprecated by commit 095c439703a861a65a17a34b59ce626a7491ac56 (2002) commit d8155fb911c85cfef2ed6f886797d2700f867e14 (2004) Change-Id: Id37fdbee40f6d411dc4416763a1c1e79ee9ac232 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150997 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop empty config group ExternalAppsGabor Kelemen
Its last use was removed in 2004 by commit f5d946a558378b1b156dadae9b8dd588e0e1fbf5 Change-Id: Ieb2ae9c16cf55adb173fa0b5260afc83722db117 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150993 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop unused DialogSize groupGabor Kelemen
Added in commit 72cbd263 and changed in commit f0554890 but not actually used even back then or ever since Change-Id: Ifbe780917b86fdc0cd78d08c92d44b51707c701b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151049 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop unused NameCounter templateGabor Kelemen
Its last use was removed in 2017 by commit 49b237c46efa1ba3513dfbe6c782c713296352d8 Change-Id: I1ed0bdc9c01430ec432015bcbf3ec25f6920c5d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151050 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-04[API CHANGE] Drop deprecated config key CompressModeGabor Kelemen
Deprecated in 2004 by commit 93e3a53e678ebcac85a20105a270b5a191b9279e Change-Id: I90d5447eef50de3a46e7ae7716ae440219812ebb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150995 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-03tdf#153897 "mark" to "entry" for index .unosSeth Chaiklin
Change-Id: I3e9b94e5e6d7073773b3d39276a7f708f34492ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151196 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-05-02[API CHANGE] Drop unused config group AddXMLToStorageGabor Kelemen
Its use was removed in 2009 by commit f87ee64d502aec9365d98d53d5b913f6456eae6b Change-Id: Ie9f65ac548ce9eff53156f61df40dbff839a8d8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150983 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-05-02[API CHANGE] Drop unused keys from the Scripting groupGabor Kelemen
OfficeBasic, its use was removed in 2020 by commit fbc909364c9c3964c1354169527e68446905c39b ExecutePlugins, Warning, Confirmation, their use removed by commit f36433c10a4be39bd5e93621ee46766c587ad57c Change-Id: Ic2bca7b8652f84a1f81141325ae520f138dbeb78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150986 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>