summaryrefslogtreecommitdiff
path: root/source/text/shared/02/04210000.xhp
AgeCommit message (Collapse)Author
2023-09-06tdf#155875 UI cmds Writer/Table in Help(31)Olivier Hallot
+ refactoring + Table - Size menu (part 31) + Merges optimal row/height into shared file + delete obsolete help pages + delete pages with no HID (obsolete) + Some pages will be revisited Change-Id: I06593f96f3953f0de43a290a956acab94af09b34 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156584 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-05-31tdf#121367; tdf#153876 followup to workaround <switch> behaviorSeth Chaiklin
For some reason, possibly related to tdf#144859, WRITER is not included in <default>, even though it should. Patch repeats the <embeds> found in <default> for Writer, so that they will also appear with WRITER in help. Change-Id: I05300853717dcc555645cbf98f8089f70ce3e779 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136712 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-12-07tdf#152323 drop name attribute from <link> elementsIlmari Lauhakangas
Replacement done with find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \ 's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g' (note some inconsistencies with space between name and = and also having empty value, and some more complicated expression to also clear up double space before/after the attribute) translation files will be prepped with: find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \ $'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/' (note that not all languages use the " as quote character for the attributes, but that also single quotes appera in the po file. Hence the use of the shell $'string' syntax to be able to quote ' as \' It also requires to quote the backslash, so that it needs to be escaped once for the shell, then another time for perl. Also don't work on obsolete strings (those are prefixed with #~ in the po files) Also note that <link..></link> gets turned into <link ../> during translation extraction (along with removal of the space between the attribute name and the value), so the pattern needs to be slightly different here) Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-07-01tdf#120550,tdf#121367 followup to add or correct linksSeth Chaiklin
Change-Id: Iee88c2927b5750d57dec1cfffee4d27bf860b834 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136645 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-29tdf#120550,tdf#121367 update row and column resizing in tablesSeth Chaiklin
This patch is a general review and update of commands to optimize the size of tables in Writer, Draw, and Impress. Thanks to Justin Luth for essential help in making accurate descriptions of these commands. It also started to improve the maintenance by moving the access commands and icon tables from diverse places to a shared/00 folder, introducing variables and sections that would allow reusing relevant sequences. shared/02/04210000.xhp (Optimize Size menu) * add two missing controls as embeds from swriter/main0110.xhp * add icon tables for the two controls * correction to control name * modify switch to include Draw and Impress * put controls in same order as dropdown menu + add variable to h1, so page can be embedded in related topics * update to renamed ids * change image size to 1cm * refactor to <h1>,<h2> shared/00/00040500.xhp + add <section> to "Open Optimize Size..." (i.e., for opening dropdown menu in Table bar), so it can be embedded into each page for the individual controls. * use access controls from swriter/00/00000405.xhp, plus add appl-switch * update access for Table menu swriter/00/00000405.xhp (Access commands for Size) * move all relevant access commands to shared/00/00040500.xhp swriter/01/05110000.xhp (Row) * correction to two command names * update to renamed id * refactor to <h1>,<h2> swriter/01/05120200.xhp (Optimal Column Width) * update command name + add <relatedtopics> with two links * rename German id * refactor to <h1> swriter/01/05110200.xhp (Optimal Row Height) * update command name * rename German id + add <relatedtopics> with two links * refactor to <h1>,<note> shared/01/05120600.xhp (Distribute Columns Equally) * corrections to description of the command operation + additional information about how to select + add "right-click" instructions to "howtoget" + add link to "Optimize Size" menu and "Table" bar + add <relatedtopics> with two links * rename German id * refactor to <h1>, changed paragraphs to <menuitem> * image size to 1cm shared/01/05110600m.xhp (Distribute Rows Equally) + add link to "Optimize Size" menu + add <relatedtopics> with two links * rename German id * refactor to <h1>, changed paragraphs to <menuitem> * image size to 1cm swriter/main0110.xhp (Table menu page) * update renamed ids + add sections to text in Minimal Row Height and Minimal Column Width, so that they can be embedded into "Optimize Size" menu page. swriter/guide/table_sizing.xhp + add links to "Optimize Size" and "Table" bar in text. + add "Optimize Size" to Related Topics * refactor to <note>,<tip>,<relatedtopics> Change-Id: I9b84ccb2cd4d9b4e221f82ee4654e95553f3d188 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135002 Tested-by: Jenkins Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2022-06-20tdf#149318 (part) refactor row/cell table optimizationOlivier Hallot
Change-Id: I8f88def2a5f1b14abf271d6bb950062214d6b193 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136090 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: Iafd82777eddf78a2d581f40dc7d94fed79929326 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131432 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-15tdf#132643 Translate German section IDsJohnny_M
Change-Id: I489e4ff06ac89dc6668e101a0d15e22385ef2fd6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112451 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-10-29tdf#132643 Translate German section IDsJohnny_M
Change-Id: I09a0c15fe72219df1e61e241b06af0486b39163c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105004 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-06-25Remove duplicated HID bookmarks in sharedGabor Kelemen
Also remove a few obsolete bookmarks and fix ahelps Duplicates found with: for i in $(find source/text/shared -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done Change-Id: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27 Reviewed-on: https://gerrit.libreoffice.org/74655 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-07-04Cleanups and improvementsSophia Schröder
in /shared/02/04* - 06*.xhp files Change-Id: I7e8f22713e82e1035ab225a227548e9d4c29bcd1 Reviewed-on: https://gerrit.libreoffice.org/55510 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-05-09remove obsolete oldref attribute (removes one context line in pot)Christian Lohmaier
also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
2016-03-22tdf#98789 rename "Optimize" toolbar to "Optimize Size"Stanislav Horacek
Change-Id: Iac2b656a9143ac490484620e7453c4a1ef07331d Reviewed-on: https://gerrit.libreoffice.org/23412 Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-03-21Table toolbar: rename "Optimize" icon to "Optimize Size"Stanislav Horacek
Change-Id: I441fdbb2f921fc7c3985ace1bf8bb365eec48847 Reviewed-on: https://gerrit.libreoffice.org/23379 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Oliver Rainer-Wittmann i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Herbert Duerr updated help text for regexp word boundaries http://svn.apache.org/viewvc?view=revision&revision=1228026 improved help text for word boundary regexp expression \b http://svn.apache.org/viewvc?view=revision&revision=1234738 Patches contributed by Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 Patch contributed by Regina Henschel Extended tips for corner and cap style http://svn.apache.org/viewvc?view=revision&revision=1242287 * re-enable on-line update help, remove obsolete on-line purchasing.
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc