summaryrefslogtreecommitdiff
path: root/sw/uiconfig
AgeCommit message (Collapse)Author
2023-06-17tdf#118335 notebookbar: set visible false for PrintPreview in MenuFileJustin Luth
The label for "Print Preview" comes from ContextLabel in these menus - and it displays "Close Preview" even if the print preview is not active. The PrintPreview buttons in the notebookbar ribbon itself work fine. So just hide the menu ones for now. Perhaps that is not good for accessibility, but I would imagine accessibility people would stick with the traditional menu anyway, since the notebookbar is also horrendous in many other ways for accessiblity. The user can turn this back on again if they want. Customize - Notebookbar - File Tab | File | Menu File Change-Id: I807941650295132c9e15f04094cece26246318d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153199 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-06-16sw uiconfig: add README to explain the different menusJustin Luth
Inspired by tdf#126379, where a Master Document does not use the notebookbar UI - even though it is clearly Writer. So now I finally know what sglobal is for. I had been wanting this information for some time now. So I did a bit of experimenting and verified my information. (I'm not compiling with database support, so I couldn't prove those two, but what else could they be?) Change-Id: Ie1e7615a401c0c07168219dab3e9f02f9e33e996 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153188 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-06-10sw content controls: add 'properties' to right-click context menuJustin Luth
Getting to the properties of a content control is buried pretty deep in the menu. Make it quickly available via a right-click, just like what is possible for fields. Change-Id: I6f094590dcfcad81dc623754bf9daf036e41aa3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152837 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-06-08tdf#155505 Improve display of individual entriesSamuel Mehrbrodt
* Remove "Go to" button and link the issue text directly * Improve layout a bit Change-Id: I3b0dbe7fa5ee0f2fcaeddbf12533ba9169171a57 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152621 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-06-08tdf#155505 Group issues by type in a11y sidebar panelSamuel Mehrbrodt
Change-Id: I87349e9d3f5680751a91264e055e4579c97fa93e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152617 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-05-22tdf#154186 change "OK" to "Apply" and rearrange button positionSeth Chaiklin
Some buttons are sorted automatically. As a result, the "close" button appears in the desired position, after the label change. Change-Id: I67ce06825a642fa34086f97a99cde8ac2acb1ff6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151195 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-05-18tdf#86630 sw page number wizard: add to notebookbar insert menus #2Justin Luth
Well, I wasn't very thorough in my previous patch. I guess chalk it up to my first realization that there even was a separate config for this side menu. In any case, all of these all have the nice little menus and all should have the same access to insert page wizard. Change-Id: Id2513b61e34aa5e3ed94f88a6af495ee02439455 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151788 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-05-15tdf#154782 Fix scrolling in a11y sidebarSamuel Mehrbrodt
Doesn't need its own scroll handler anymore, Sidebar has a generic scroll handler. Change-Id: Ic56d1cfd7cde8ed81bf36f3302a128aa03ff6f27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151769 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@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-12LOK: Navi-10 hide not needed controlsAttila Szűcs
Hide controls we dont need in navigator now. Change-Id: Ibf6843be2976bcd4d90e67130dd0cc08d0988c0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151397 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151702 Tested-by: Jenkins
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-05tdf#153653 vertical centering of "Assign" buttonSeth Chaiklin
Change-Id: I55d14e419f008684fdd184ece79c2e50f37f9aa0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147981 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-05-05Reworked bibliography mark link target to have user-selectable typeVojtěch Doležal
Without this change, havign no link is not possible, if the bibliography entry has URL. This commit adds a select box for user to choose between target types (Entry URL, specific Target URL, None, bibliography table row) The main features are that it also makes it more obvious to the user and makes it possible to easily extend target types in the future. As for compatibility, files from before 7b99871635 are fully compatible without any hurdles, as missing property maps to the old behaviour. Bibliography marks saved after 7b99871635 will also revert to the old behaviour, however no actual data (such as target URLs) will be lost. Change-Id: Iad61dd8b4df337fa202f45d117313ee47ec20c05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150708 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-05-04tdf#86630 sw page number wizard: add to notebookbar insert menusJustin Luth
There are two places in the notebookbar where this Insert page number could fit - in insert and in layout. Both of these have "Title Page" in the menu at the right, so this patch adds the page number wizard underneath that. (Title pages should be setup first before page numbers are added.) This is pretty non-controversial I would hope. A follow-up patch will consider placing it on the main ribbon. Change-Id: I195ee5a134a581cb6570485f84e4030b63d7895c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151396 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-05-04Resolves: tdf#155076 set annotation cursor to Text on mouse enterCaolán McNamara
Change-Id: Ib3b1f90dd055ddd3b343f83d3118f090ea449b71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151362 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-05-04tdf#86630 sw page number wizard: fix divergence from HIGJustin Luth
Thanks to Seth for pointing this out in gerrit.libreoffice.org/c/core/+/151152 Possible misses still? -24pt column (start of rightVBox) Also taking the opportunity to fix copy/paste error with the translation context. Change-Id: Ic542875331104c376d53b3fb195f2aa2a3e485df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151242 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-05-02tdf#86630 sw page number wizard: add page totalJustin Luth
1 - 3 is the format of the output. Not totally clear, but it is at least not in English, and I'm fairly certain I've seen this format used numerous times. At least everything is there, and all the user needs to do is modify the - to be whatever they want. I checked to see if by some miracle localedata had a specification for "X of Y" but it doesn't. Change-Id: Iae1e74e612ec449f72086b3f5a5e32713fee4d27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151173 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-04-28Resolves tdf#153499 - Hide newly introduced frame labelHeiko Tietze
Frame content is not shown for existing entries Follow-up to 4ec75d22eb916e3809e9e92f77fd25e33f6b21ee Change-Id: Ic2b40b19424245ede326a5ef5b53f684ca8a3f94 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151166 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-04-28Capitalize "Display tracked changes" string to match othersRizal Muttaqin
Change-Id: I012871296dcf8b3d27003c681b4fa2179bb0f943 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151165 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-04-28tdf#86630 sw page number wizard: mirror right/leftJustin Luth
If the user puts the page numbers on the left or right side of the page, they usually want that mirrored on even and odd pages. This got rather tricky, but in the end I have enough safeguards that it seems to work logically and stablely. So I think it is ready to be submitted. Change-Id: I321e575cd9f6718579ffee99f1258bffe26581f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151152 Reviewed-by: Justin Luth <jluth@mail.com> Tested-by: Jenkins
2023-04-26tdf#151624 Fix Insert Formula tool in the Tabbed UIRafael Lima
As reported in the ticket the Insert Formula tool was misaligned in the Tabbed UI since the removal of the Emoji tool. This patch fixes that by making the tool use all the available vertical space. Change-Id: I26d36ba4fc6f38e80d8ab46bfdf88c08fbf2fd68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150701 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-04-26tdf#155006 don't show "InsertObjectFloatingFrame" by default in menus and ↵Caolán McNamara
toolbars still exists, just isn't presented by default. help describes this as "Inserts a floating frame into the current document. Floating frames are used in HTML documents to display the contents of another file." and "Changes the properties of the selected floating frame. Floating frames work best when they contain an html document, and when they are inserted in another html document." This is basically support for html IFrames and is a fairly obscure thing for an ordinary document. Change-Id: Iec8ff591393e4ee4ed8791094e1f15a225808c8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150707 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Caolán McNamara <caolanm@redhat.com>
2023-04-26tdf#86630 sw page number wizard: set page style numbering typeJustin Luth
Giving the user the opportunity to change the number type is rather important. Well, maybe not too critical since I assume that the default page number style is relatively accurate for each locale, and at least for English we always just use numbers for the page style. However, a wizard is the perfect place to expose such a setting, otherwise it is buried in page style settings - far from where anyone would look when inserting a page number. Change-Id: I9053504fa55d16ebf5424946b480cb044b79988c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151005 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-04-20add truncate-multiline as our usual propertyCaolán McNamara
and remove input-purpose as we don't use that, esp for auto-conversion to gtk4 Change-Id: Icf2f9127b189b9966aac3fcadb09c2a01bd671f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150657 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-04-17tdf#130199 sw Confirm deletion of hidden sectionsBalazs Varga
To enhance the existing discoverability of hidden sections via Navigator by a confirmation box when a hidden section is to be deleted. Also add an option to switch on/off this warning message named "ShowWarningHiddenSection". The default setting is on. Change-Id: I91a1a32524f8d8d8fd0f230c142654df4367e729 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150231 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
2023-04-13Content Control Properties dialog alignmentSzymon Kłos
Make explicit that ok/cancel buttons should be the last row Change-Id: If22da5222fc9dc1c1c5f94fd08c945364284daee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146904 Reviewed-by: Henry Castro <hcastro@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150095 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2023-04-08uno:TextAttributes - add to popupmenu draw.xml for textboxesJustin Luth
Text Attributes includes margins for spacing the borders (lines) away from the text. I personally would like to see the order be Area, then lines, then textAttributes, but I suppose one could look at it as area margins instead of border margins. In any case, margins are a pretty critical piece of either lines or margins, and so should be a menu choice whenever either of these is available. Change-Id: Ifec5bbcd20dba6f42aba586bd0cd791bb9f3acae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150131 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
2023-04-07tdf#153242 change tooltip/extended tip from label to GtkEntry boxSeth Chaiklin
Change-Id: Ic3692a32bb3f26c4184d315eae2eb8b50dc7e09c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150134 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-04-06tdf#153242 update labels for "Numbering separator" and "Separator"Seth Chaiklin
These two changes bring AutoCaption in line with the changes made to the Insert Caption dialog. "Numbering separator" -> "After number" and tooltip added "Separator" -> "After caption" Change-Id: I60bedf0e4139f9492672071cf9703cf94fcde684 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150082 Tested-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-04-06tdf#154184 modify/add tool/extended tip: "Apply to all other occurrences"Seth Chaiklin
It is possible to modify a text selection, but the "Apply to..." option will search only on the original selection, even while adding the modified entry as the index entry. The tooltip is adjusted to reflect that behavior, and an extended tip is added to explain more explicitly. Change-Id: Ic3a9279beb696948a3b30a05a76753905b58641a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149988 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-04-06tdf#154164 Remove "Adobe" referring to PDF documentBogdan B
Change-Id: Ib9676b01c288518f74c01b41300ebc427f5c3109 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150086 Reviewed-by: Vernon, Stuart Foote <vsfoote@libreoffice.org> Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-04-06tdf#153242 "Numbering separator" -> "After number"Seth Chaiklin
The meaning of "Numbering separator" is opaque. The new label indicates where the optional text string will be placed. The added tooltip / extended tip helps to explain. Change-Id: Ia9da9d4d1d6bdf40ab7465cffe8d0d5faf42b27d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149992 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-04-05tdf#146312 - Chapter numbering dialog: adapt extended tooltip for [None]Andreas Heinisch
Change-Id: I71cddd45a336d6e201e23fdf1c93928ec2928a0c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149987 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2023-04-04tdf#129726 make extended tips visible for 1st and 2nd keySeth Chaiklin
ce58da3240e508800bd3e6fd7d56fb5fbde3349d introduced extended tips, but the extended tips for "1st key" and "2nd key" should be the child of the GtkComboBoxText, and not GtkEntry. Change-Id: Iaaa23c76debaa87c37f2fa8308e81c31cfb657cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149888 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-04-04tdf#153242 "Separator" -> "Before caption"Seth Chaiklin
The "separator" option places an option text after the category name and number and before the caption text. This option is relabeled to "Before caption" to make its function more transparent and to reduce ambiguity with "separator" which is also used, with a different meaning, as part of Heading Numbering before Caption Number in the Caption Options. Also, add a tooltip for this option, and update extended tip to explain the option more precisely and fully. Change-Id: I3d1a53936ea68ac79c5f6a5ed41dd291826b0227 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149878 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-04-04tdf#41652: Variable width NBSPVojtěch Doležal
Adds a flag that when enabled (opt-in for both old and new documents) changes behaviour of NBSP to not be strictly fixed width. This commit also implements this behaviour such that NBSP has always the width of a standard space (0x20) on the given line. This change is only noticeable when the paragraph is justified. Lastly a tilde or a degree character is now shown in place of NBSP when nonprintable characters are enabled, since the gray field alone is not visible in many circumstances. Change-Id: Iabb30b5930ced62691cc4304f60c5e6dc886ed61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149576 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-03-24tdf#153499 Add "For Selected Entry" labelSeth Chaiklin
add frame to checkboxes under "For Selected Entry" add grid for navigation buttons add typographical quotes to extended tips add missing colons to three "Phonetic reading" labels Change-Id: Id630febb01165e4a0faf1a228e436457867748da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148695 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-03-23tdf#142978 Remove a11y check dialogSamuel Mehrbrodt
in favor of sidebar deck Change-Id: I2daf34edbe71341ebc44ca9b966c97f8e494d583 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149433 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-03-23tdf#142978 Improve a11y check sidebar panelSamuel Mehrbrodt
* Set minimum size * Wrap long texts Change-Id: I4c23ebd47d26fe628187143eeda43efe467b911a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149429 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-03-21jsdialog: enable column dialog (writer)Pranam Lashkari
Change-Id: I4b91d271d766d8efeaddc3c3775513184036c5f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149167 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com> (cherry picked from commit f50d009885c499e55db35571ace83f2ed7effbfe) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149235 Tested-by: Jenkins Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
2023-03-20tdf#142978 Add a11y check sidebarSamuel Mehrbrodt
Change-Id: I6d9d6dca0118567f68db11b7c0cce60643211ab2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149000 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2023-03-17tdf#154214 redesign of Caption Options dialogSeth Chaiklin
Change-Id: I7cb9c8a01b8ae2482b7dbce976288df1b878b87c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148964 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-03-15Fix typoAndrea Gelmini
Change-Id: I0688bd287f09aa5d963436f8b934897c9368636d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148912 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2023-03-14tdf#153890 "similar texts" -> "other occurrences" + tooltipSeth Chaiklin
Change-Id: I95e7fa7334093e5358d1191e42328367e7e8df74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148861 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-03-14move "align right" checkbox to the leftSeth Chaiklin
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Change-Id: I4a3c42a6ea098f73c8467e003275e759c0f98882 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148756 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-03-12"None" -> "[None]"Seth Chaiklin
to be consistent with other dialogs Change-Id: I736c2017cafbb032e19fff609a1655bd8b415e46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148702 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-03-10tdf#153243 adjust label/tooltip/extended tip for "level" optionSeth Chaiklin
3b995c0a73215b974437f63c1081daebf7ecec48 was created on the assumption that the current implementation was a bug and the UI should reflect the intended behavior. Subsequently, it was decided (e.g., tdf#147004, comment 20) to make UI reflect current behavior. Therefore, this patch changes "Outline level" to "Up to level" and the tooltip and extended tip are modified to reflect actual behavior. Also: simplify section heading because tooltip can indicate that the heading number is prepended. Change-Id: Ic4d308db5ca5abd02e70f8e61456c42e62ddcb0d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148504 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-03-10tdf#153735 update tooltip because outline level "Text Body" -> "None"Seth Chaiklin
Change-Id: I2af0ba85bcd30c89e7948d6057ccbb6a1e64f449 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148503 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2023-03-10Resolves tdf#153735 - No outline level should not be called Text BodyHeiko Tietze
Changed to [None] Change-Id: I841664f432d9235ac5486af7d27ba141ce35cd48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148562 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-03-10tdf#153243 Make "level" label and tooltip correspond to actual behaviorSeth Chaiklin
Decided (e.g., in tdf#147004, comment 20) to make UI reflect current actual behavior. Therefore, this patch changes "Outline level" to "Up to level" and its tooltip and extended tip are modified to reflect actual behavior. Change-Id: I6d7d14d6b6bc8f0000e748ddf15690474374e360 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148511 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>