summaryrefslogtreecommitdiff
path: root/source/text/swriter
AgeCommit message (Collapse)Author
2022-06-30some improvements to Writer Table toolbar and Table FormatSeth Chaiklin
swriter/main0204.xhp (Table toolbar) * put commands (already found in help page) in same order as toolbar (several commands still missing) - remove "Insert Table", because not found in toolbar * use new embed for "Table Properties" * rename German id * refactor to <h1>,<h2> swriter/01/05090000.xhp (Table Properties) * "Format" -> "Properties" * remove one German id and rename another * update howto embed to include icon * correction "Area" -> "Background" and add appropriate description swriter/00/00000405.xhp (Format menu) + add icon for "Table Properties", with relevant section labels Change-Id: I28e2cb15109317e355187c04b34719d01d2d9a68 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136648 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> (cherry picked from commit d9f85a42d3317c77a0d6396d353c18fd60102b60) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136651
2022-06-28tdf#149761 new hyphenation options "no CAPS", "zone" etc.László Németh
Document new hyphenation options of LO 6.4 (no CAPS) and 7.4 (hyphenation zone etc.). Follow-up to core commit 72bd0df107ee47c4d54fa88b4960d32ea03e9f69 "tdf#121658 Add option to not hyphenate words in CAPS", core 8c018910ae4d8701b1ce2a95727b9baed4016da3 "tdf#149248 sw offapi xmloff: add option to not hyphenate last word", core commit 29359fc15c435cec17987fd6221ab6833d38746e "tdf#149324 sw offapi xmloff: add option to not hyphenate short words" and core commit 7a1d4b7d1db93ca1f541856a8d00d621d50e7bd6 "tdf#149420 sw offapi xmloff: add hyphenation zone". Change-Id: I234a269d07fbd02efca03b89e7cd750d326d4af2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136572 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 8c40861d5aaa2430d1953258256c7be27a421b54) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136543
2022-06-28Clarify AutoCorrect rules for separator linesIlmari Lauhakangas
Change-Id: Ia3b4e2acce14b919e5fdebaf58c6040f901169ff Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136565 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 06913270253a3a6740fde42752dfec0389d2a1f2) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136540
2022-06-28Document all cases of AutoCorrect for separator linesIlmari Lauhakangas
Looking at sw/source/core/edit/autofmt.cxx we can discover all the six cases in SwAutoFormat::DoUnderline() I don't understand what the "gap 0.75 mm" means, so I removed them. Change-Id: Ia3e07d7c5e9bfd9581da37f99ce54374e1eb04ba Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136564 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> (cherry picked from commit 9c4821a20ffdaa879d326ad0537cc72d4f10f886) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136539 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-26String updates…Adolfo Jayme Barrientos
... to remove some hardcoded product names and to bring the help in line with recent UI changes Kudos to Celia and Olivier Change-Id: If83039fce0612e04d59c5a5bebba6993c1e5a044 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136445 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit d5ef41a2b82144ac39ce0169013cbc803b456a6f) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136431
2022-06-25refactor to avoid problem for some translatorsSeth Chaiklin
Change-Id: I60eedf1a4ac8f77bcc3747ea9454de30ad183ae5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136421 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins (cherry picked from commit b317aec8b4ae005929e2f226553344d83bf79589) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136422
2022-06-19tdf#149301 Update Navigator terminologyOlivier Hallot
+ Refactor, simplification of <switch> + Removed duplicated hid bookmark for Contents + Update icons and <alt> text + added some of the comments of tdf#178755 Change-Id: Ifaba80d212828e47d99275a9b0a1681eb3bc3430 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136105 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 41e784bd1c10bec247cb35db1cb86ec657cdff77) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136123
2022-06-19tdf#146762 update Tab key variations in lists and chapter headingsSeth Chaiklin
tdf#146762 changed the behavior of Tab, Shift+Tab, Ctrl+Tab, and Ctrl+Shift+Tab when the cursor is in a list paragraph or chapter heading paragraph. This patch makes appropriate updating in the help for shortcut keys. Change-Id: I85aefa325363601a6d76e4b3acc57b11a09180d5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135981 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> (cherry picked from commit dc1fab4011de88f60e5b8e6a3269971046e25c11) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136118
2022-06-19tdf#146762, tdf#141128 correction for new tab insert behaviorSeth Chaiklin
tdf#146762 eliminated the possibility to insert a tab at the beginning of a list paragraph. This patch updates the help instructions about how to insert a tab at the beginning of a list paragraph. Change-Id: I5d8475cc01a29dd0e73900d587900a7daac9e776 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135988 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> (cherry picked from commit ccf86626a70ee1c7c3b0f3b94a4406328b8116fe) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136117
2022-06-17(related)tdf#138844, (related)tdf#149018 "Type" -> "Position and Size"Seth Chaiklin
tdf#138844 changed the "Type" tab in the Properties dialog for Image and Frame to be labeled "Position and Size" and tdf#149018 did the same change for OLE Object. This patch updates relevant help pages to reflect the change in the tab name. Change-Id: Ieb8f1f6947b59638a713e583d2bb9a174b8815a2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136026 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 9827b5c7c1e4da68b704e59382a6b46d0c252136) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136027
2022-06-16tdf#149572 update "Left Paragraph Border" and "Right Paragraph BorderSeth Chaiklin
tdf#149242 changed the Horizontal positioning labels in the "to" control from: "Left paragraph border" -> "Left of paragraph text area" and "Right paragraph border" -> "Right of paragraph text area" This patch updates the option names and makes corrections to in the description of the referent of these options. Change-Id: I604cb4354f239d476375791fa57865d10b1d0d24 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135881 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit c7fba791de12f34179bb355fedbc111f4112bde8) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136016 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-16tdf#149353 positioning objects in multipage and multicolumn paragraphsSeth Chaiklin
Presented as <note> in "to paragraph" (shared/01/05260200.xhp), while only the text is embedded as a paragraph in "to character" (shared/01/05260300.xhp) because there is already a <tip> on that page, without much other text. <note> added to swriter/guide/anchor_object.xhp that positioning is only on the page where the anchor is located. Change-Id: I8173050620fbeb8fc78d747ad05d8ab1f74f1346 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135169 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> (cherry picked from commit 47bbc1f86ff89ea5b7f6908fc7b1a1b63cb48ca1) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135980
2022-06-15tdf#148901 update Left Page Border and Right Page BorderSeth Chaiklin
tdf#148593 changed the option labels: "Left page border" -> "Left of page text area" and "Right page border" -> "Right of page text area". This patch updates the option names and makes corrections in the description of the referent of these options. Change-Id: Icf1bf4d493bd0c1b23b46f99e487defcd57b1587 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135875 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 8c1f8b9235eccee7650a0bc836c5543fc503be9e) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135884 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-06-11Object anchor is only one.Olivier Hallot
Change-Id: I7f7c0c6a50e86dc069421648a54d4a9d811588e3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135635 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 8f4baba42e6068c031f51f9683cca53562fbe79e) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135641 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-07Revisit Insert Image help pageOlivier Hallot
Updates on menus and instructions Change-Id: I45bbc4709baf550d0caad5700754e7f168c64ba3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135423 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-06-06tdf#149437 Help: Update “Equally” to “Evenly”Adolfo Jayme Barrientos
See core commit 73dde4733fdf66408d9ed6b048dfab4f77f088d8 Change-Id: I4fab0377f68fc48dcc5958fd3369637353f8bc97
2022-06-04Fix typo in AutoCorrect help pageRafael Lima
Currently the help page uses "Clear" for a checkbox option. However, "Uncheck" is more suitable here. Change-Id: If4a54e61ba96e5d9b4d76d175b165cb9a0cdbcbf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135374 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-01refactor some embedvars that give a translation problem for someSeth Chaiklin
Change-Id: Ibb67c7dd61fe55892232bebc2280fb3faed0db37 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135168 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2022-05-30tdf#91344 help for Writer "View" menu is not updatedOlivier Hallot
Writer View menu Help page was already updated modulo one minor correction in an embedded file. Change-Id: I7eac912669a30b9d675a51b966dcf6497269f502 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135092 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-05-30tdf#149253 improve help about anchoringSeth Chaiklin
shared/01/05260000.xhp (Anchor) * corrected entries for "to page" and "to character" - removed double presentation of "Anchor" icon + add <relatedtopics> for Writer, with link to guide page on positioning objects - moved "note" on "Frame", which has been present since initial checkin in 2004, to after the option "To Frame" There is nothing special or unusual about anchoring to frame that needs attention. Maybe this note should be deleted, but have left it for now. + added variable to <h1> so heading and link can be embedded * refactor to <h1>,<note> shared/01/05260100.xhp (To Page) * elaborate explanation of this option + add related topics section and links * refactor to <h1> * update renamed German id shared/01/05260200.xhp (To Paragraph) + add information about what positioning regions can be used. + add related topics section and links * refactor to <h1> * update renamed German id shared/01/05260300.xhp (To Character) - remove incorrect limitation * generalize the tip from ”image” to include frame and OLE object + add related topics section and links * refactor to <h1> * update renamed German id shared/01/05260400.xhp (To Cell) + add related topics section and links * refactor to <h1> * update renamed German id shared/01/05260500.xhp (To Frame) + add related topics section and links * refactor to <h1> * update renamed German id shared/01/05260600.xhp (As Character) * correction to what changes the height of the current line + add related topics section and links * refactor to <h1> * update renamed German id shared/02/03200000.xhp (Change Anchor) * Update command name * refactor to <h1>,<menuitem> swriter/guide/anchor_object.xhp * make explanation more general than image + adding headings for ”Moving an Anchor” and ”Changing an Anchor” + added section ids so these can be embedded elsewhere. * refactor to <h1> shared/00/00040501.xhp + add additional toolbars that have Anchor icon, and make an switchinline because Calc and Writer are different + add context menu access + indicated need to select an object before using command * rename German ids Change-Id: I43881be154163f71ca188a5446385e2dc5805f1e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134786 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-05-29tdf#149010,tdf#148941,tdf#149012,tdf#149130 update to reflect changesSeth Chaiklin
New labels were given to some controls on the Options tab for Image, Frame, and OLE Object in tdf#149010 and tdf#148941. This patch updates the relevant help page (the Options tab) in the Properties dialog to reflect those changes. Because some of the controls in the Options tab also appear in the Descriptions dialog, and UI changes were made in that dialog (tdf#148941), then the help page for that dialog is updated as part of this patch. Have also updated some access commands to OLE Object, which were changed in tdf#149018 swriter/01/05060900.xhp (Options tab) * "Names"-> "Accessibility" (tdf#149010) and corrections to description + added an <embed> from the Description dialog page to provide the new control label "Alternate (Text Only)" -> "Text Alternative" (tdf#148941) and the "Description" control, as well as the corrections to the control descriptions. + add "Sequences" section heading, in anticipation of tdf#149010 (comment 7) * corrections made to descriptions of "Previous Link" and "Next Link" shared/01/05190100.xhp (Description dialog) * Corrections made to Description dialog page, and control descriptions embedded in the Options tab page. These corrections were promised in 61b4b76000bd5adca504df0966ecef3410765ab3. * "Title" -> "Text Alternative" (tdf#148941) and corrections to description + added separate <section>s for "Text Alternative" and "Description" so that they can be embedded in Options tab. By keeping them separate, it is possible to move their position in the embedded file or use separately, if necessary. + add <relatedtopics> and link to Options tab, so show an alternative way to access the Text Alternative and Description fields. simpress/guide/table_insert.xhp * move two bookmarks out of <ol>, because it disturbed formatting. * "Insert - Object" -> "Insert - OLE Object" * refactor changed items to <menuitem> * refactor to <h1>,<h2>,<note> shared/01/04150000.xhp (OLE Object menu) * "Object" -> "OLE Object" * corrections to menu contents * rename German id swriter/00/00000405.xhp (access for Options) + added "right-click" instructions to howtoget shared/00/00040502.xhp (access for Description) + added menu instructions for howtoget * make corrections in what objects can be accessed by context menu shared/00/00000404.xhp * "Object" -> "OLE Object" for menu access * "Formula" -> "Formula Object" for menu access * "Insert - Object - Chart" -> "Insert - Chart" for menu access * refactor changed items to <menuitem> * rename German id Change-Id: I1ddeb8d532b81f22eba2b1e480759775ff96969f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134191 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-05-27tdf#148486 clarify "Vertical" and "by" controls in Position and SizeSeth Chaiklin
also, adjustment to "Character" in "to", to indicate when it is available and to correct the description of its referent. Change-Id: Ic8ff382342503091dc9334aa72d05ea322d3e420 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134361 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com> Reviewed-by: Ming Hua <plateauwolf@qq.com> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-05-27tdf#89131 add explanation about adding Heading rows to Insert - TableSeth Chaiklin
Change-Id: Ic3f9f82fad1693b60e31c331e2805a7748ce9cfe Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135004 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-05-20Drop apparently German-inspired use of hyphensAdolfo Jayme Barrientos
See core commit 4602a27bc9d6304f1ac7c56fde31c138fe7ad626 Change-Id: I2dcf4722d25f2441e15781ae22cd23e5ad761fe9
2022-05-13Fix bookmark semicolonOlivier Hallot
Change-Id: Ie36fce4ad7aed7908cd66449044ccc3acf812576 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134285 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-05-11tdf#149012 updating of Options tab for Frame, Object, ImageSeth Chaiklin
text/swriter/01/05060900.xhp * corrections to control names + added embed to "Description" which was missing, but an adjustment will be needed in a subsequent patch because the embedded file header describes the command "Description" and not the field in the Options dialog box. But the description is close enough to be useful for now, and another patch will be needed here because of changes to the dialog as a result of tdf#148941, so necessary adjustments can be made as part of that followup patch. * identify "frame only" controls * change position of "Content Alignment" to match dialog * refactor to <h1>,<h2>,<h3>,<tip> text/swriter/00/00000405.xhp * clarify that frame styles should be used in sidebar * refactor to <menuitem> for clarified paragraph Change-Id: I82e62a2d2fd49c44b779ac79e102a5b8623196ba Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134065 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-05-05Fix typoAndrea Gelmini
Change-Id: Ibd2cf7b5e4ac76b5320799d597a600fe733c7843 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133883 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2022-05-04tdf#148444 corrections to Print Preview Bar and related pagesSeth Chaiklin
text/swriter/main0210.xhp (Print Preview Bar) *change order of commands to match toolbar +add <embed> to (new) Single Page Preview +add "Jump to Specific Page" command (no icon exists) +add Print command and icon +add Close Preview command and icon +add <embeds> to "zoom in" and "zoom out" icons *refactor to <h1> text/swriter/02/10040000.xhp + add this file for Single Page Preview, with icon table text/swriter/02/10070000.xhp (Multiple Pages Preview) +commit beginning with 0f337351 in 2013 accidentally removed the <h1> line, now added back. *changed description to match current behavior of command +added More Options header *refactor to <h3> -remove colspan= rowspan= *change image to .svg *change image size to 1cm text/swriter/02/10080000.xhp (Book preview) *refactor to <h3> *change image to .svg *change image size to 1cm text/swriter/02/10020000.xhp (Zoom out) +add section to icon table *refactor to <h1> -remove colspan= rowspan= *change image size to 1cm *change image to .svg text/swriter/02/10010000.xhp (Zoom in) +add section to icon table *change image to .svg text/swriter/01/01120000.xhp (Print Preview) +add link to Print Preview Bar page in description -drop Related topics and link with incorrect label *refactor to <h1> Change-Id: I902fe42d7f0405e2cfe3600199f5ab3fcb7e459c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132610 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-05-04clarify use of Alt+Enter for sections and tablesSeth Chaiklin
Change-Id: I5436fe3b75ba73bf866ce34268ab3b33dcdf1778 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133600 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins
2022-05-03tdf#148485 add missing options for Vertical positioningSeth Chaiklin
This patch started with the simple intent to add some missing options to the "To" control in the Position section of the the Position and Size dialog. However, problems were discovered with the names of some of the options to be added, as well as some of the existing options. This lead to tdf#148591 and tdf#148519, which changed the labels for the missing options mentioned in the OP for tdf#148485. Thanks to Regina Henschel for essential help in understanding the regions to which the labels are supposed to refer. Using the new option labels, this patch adds "Above page text area", "Below page text area" as "to" options in the Vertical position section of the Position and Size dialog, and "Frame text area" and "Entire frame" in both the Position and Size dialog for Shape and the Type dialog for Image. Because Above/Below text page area is not found in the Image dialog for Writer, needed to add an additional section to swriter/01/05060100.xhp (Image/Frame - Type tab), so that it is possible to add the missing options (Above page text area, Below page text area) to Position and Size help for Writer (shared/01/05230100.xhp), but not have them be part of a section that will be embedded in swriter/01/05060100.xhp (for Image/Frame - Type tab). swriter/01/05060100.xhp * Corrected description of "to" control + Added "Available only..." for "Line of text" * refactored to <note> o All embedded to shared/01/05230100.xhp for Writer (Image - Type). Change-Id: I9fffec30dd994d15aa9a7c9ef70dec01d63ed98f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132709 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-04-28tdf#148797 improve explanation of multiple selection in add to listSeth Chaiklin
Some of the options for using the Add to List command are not available when the Ctrl key is pressed. The existing description of how to use the Ctrl key may have contributed to confusion about how to use the command. This patch aims to improve the description of the workflow with multiple selection. Also the order of the two procedures were switched, on the assumption that the most typical use was to add some consecutive items to a list, so now that explanation comes first. Change-Id: I4e7c57dba4b6060fcd87eb1046b9e0788dd50b1c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133483 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-04-27(related tdf#140818) update to "no character style" in helpSeth Chaiklin
Change-Id: I7e5e09118ec985286cb6a9b8c15dedd17734bd6e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133474 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2022-04-19Related:tdf#147107;tdf#144493 update B&N bar command names and explanationsSeth Chaiklin
tdf#144493 (008cfd5980f31c9e01b5cdbede33631d66f2fb56) changed command names that are found in the Bullets and Numbering toolbar (and menus in Writer, Draw, Impress). tdf#147107 (3b222bcd75d57db404cd2ed5dc97a5c492c28060) made adjustments to some of the command names changed for tdf#144493. This patch addresses the consequences of these name changes for the Bullet and Numbering toolbar in Writer, where the changed commands also appear in the Format menu UI. Meanwhile, some of the help pages for the changed commands are shared with Draw and Impress, so any help file that needed to be changed for Writer was also updated for Draw and Impress. In addition to updating the changes in the command names, the descriptions of the commands were evaluated and corrected when necessary. text/swriter/main0206.xhp (B&N Bar) *reorder controls on help page to correspond to order on toolbar text/shared/02/06100000.xhp (Move Item Up) + appl-inline switch for <h1> and icon name to distinguish Writer from the other modules * adjustments and corrections in descriptions + add appl-switch for mentioning toolbar and shortcut keys + add link to relevant toolbar * correction in command sequence for shortcut keys for Writer and Impress. * refactor to <keycode>,<menuitem> text/shared/02/06110000.xhp (Move Item Down) + appl-inline switch for <h1> and icon name to distinguish Writer from the other modules * adjustments and corrections in descriptions + add appl-switch for mentioning toolbar and shortcut keys + add link to relevant toolbar * correction in command sequence for shortcut keys for Writer and Impress. * refactor to <keycode>,<menuitem> text/shared/02/06120000.xhp (Move Item Up with Subpoints) * correct the description, with separate explanations for list paragraphs and chapter headings, and mention of multiple selection. * update command name * change .png to .svg text/shared/02/06130000.xhp (Move Item Down with Subpoints) * correct the description, with separate explanations for list paragraphs and chapter headings, and mention of multiple selection. * update command name * change .png to .svg text/shared/02/06050000.xhp (Demote Outline Level) * simplify the appl-inline switch for <h1> * correct the description + add separate explanations for chapter headings and list paragraphs for Writer + add link to B&N toolbar + add shortcut key info for Impress * refactor to <menuitem> text/shared/02/06060000.xhp (Promote Outline Level) * simplify the appl-inline switch for <h1> * correct the description + add separate explanations for chapter headings and list paragraphs for Writer + add link to B&N toolbar + add shortcut key info for Impress * refactor to <menuitem> text/swriter/02/06070000.xhp (Demote Outline Level with Subpoints) * correct the description * update command and icon name * refactor to <h1> * change .png to .svg * change icon size to 1cm - remove <colspan="" rowspan=""> text/swriter/02/06080000.xhp (Promote Outline Level with Subpoints) * correct the description * update command and icon name * refactor to <h1> * change .png to .svg * change icon size to 1cm - remove <colspan="" rowspan=""> Change-Id: Iaedfebe4f260658bb1f5821ef279846eba22415a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132870 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2022-04-11tdf#102265 Add Format - List submenu for ImpressOlivier Hallot
+ usual refactoring and icon size adjustments Change-Id: I614438a36fa1ca34ddfaac81aadb0f54bd51940e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132736 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-04-11Fix alternate text in images for Manual Break pageOlivier Hallot
Add index for proper search Change-Id: I22591b61d6a42f0ac6cfae06e4d77a29050bcf55 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132821 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-04-05Minor string fixesAdolfo Jayme Barrientos
Change-Id: If1f76eacb11216a0b647948e956c7c99711f4c35
2022-04-02Add information on Writer manual row breakOlivier Hallot
Change-Id: Idf7f468173e3b26c6738d3750bb27496bae47b77 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132441 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-04-01tdf#148302: Outline folding no more experimentalJulien Nabet
Following tdf#148240 Change-Id: I724ab325f628c21a713d61795a942c7791424c66 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132375 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-25sw clearing breaks: add help for thisMiklos Vajna
Explain what the 3 non-default options do. Change-Id: Ic94d09dd05dd6319f26120784e7bc6d1025f850c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132118 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: I7da83d7d8933af55a1f5a7118c1cb3f4f1946fbd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131417 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: I5d94abb478ab3c11840804365b1299ad123b1172 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131426 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: I09c358047d4dd01f21745268c4618b47faaee4a2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131440 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: Ib22f113740fd2b705df3b4338453d325739c20f5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131439 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: I9586b4e55c96ed7587246a923524d34ffa26be16 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131438 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: I0a6ae497bf145ad4d6c6d30a83d2153a8350ea4a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131436 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: I14163e5b63027d4c6f4178e9db55369e383425a8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131437 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: I2301032cce30fa40dbaea24f8e90c068586e49e7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131435 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: I527837a7ac78b411ed61f34e9d4c76b786c0b237 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131434 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: If85502fdc918d3b2814231faeb69211ad2d7bc82 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131433 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-03-18tdf#132643 Translate German section IDsJohnny_M
Change-Id: Iafd82777eddf78a2d581f40dc7d94fed79929326 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131432 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>