+ Added an image with a legend mapping to the left part of
dimension line properties dialog.
+ Guide overhang and Guide distance texts were swapped. Extended tips
needs to be fixed too, in a proper patch in core/
+ Refactor "To access this command".
Change-Id: I92b66bca8af03f857d65ab6b029a4539f2b5c71f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/191796
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
+ The .uno:ZoomPlus/Minus are global (shared)
+ Added ZoomPlus, ZoomPanning and ZoomMinus help pages
+ Deleted similar files in swriter/02/
+ Wrapped how-t-get icons in sections for import
+ refactor simpress/main0210.xhp
Change-Id: Ie5d58c0d43dd2d899e4849ec11cc72fae82ca515
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172618
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
In AllLangHelp_sdraw.mk
- Add new entries for
- text/sdraw/01/equalize_height.xhp
- text/sdraw/01/equalize_width.xhp
Create new page text/sdraw/01/equalize_height.xhp for Equalize Height menu option
Create new page text/sdraw/01/equalize_width.xhp for Equalize Width menu option
In source/text/sdraw/01/consolidatetext.xhp
- Change H1 from "Text Box Consolidation" to "Consolidate Text" to reflect the current menu option.
In source/text/sdraw/main_shape.xhp
- Added a HID bookmart so that F1 will open the correct help page for the Shape menu
- Added embed links to content describing the options listed in the Shape menu
In text/shared/02/01140000.xhp
- Added section tags for each function described so that content can be easily embedded in other help pages.
In text/shared/02/05090000.xhp
- Added variable tags so the page can easily be linked from other help pages
In text/shared/02/05110000.xhp
- Added variable tags so the page can easily be linked from other help pages
In text/shared/menu/insert_shape.xhp
- Added appliction switch tags to display a different H1 for Draw
- Added application switch tags and additional menu options for Draw
In text/simpress/01/02150000.xhp
- Added section, variable and link tags to allow the page to easily be linked from other pages
In text/simpress/02/10120000.xhp
- Added section, variable and link tags to allow the page to easily be linked from other pages
Change-Id: I35f3cf6b8948527a333979606b871bd45c87761d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168069
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Created new file text/shared/02/eliminate_points.xhp so that more detailed information on "Eliminate Points" mode is on its own page.
- Updated the description of the "Eliminate Points" feature to more accurately describe how the feature works.
In AllLangHelp_shared.mk
- Added new page text/shared/02/eliminate_points.xhp
In source/text/shared/01/05270000.xhp
- Added section and variable tags to allow content to be easily embedded in other pages.
In source/text/shared/main0227.xhp
- Added section and variable tags to allow content to be easily embedded in other pages.
- Moved the link to "Converting 2D Objects to Curves, Polygons, and 3D Objects" to a new Related Topics section
- Replaced "Edit Points" section with an embedded link to the description in text/shared/01/05270000 (Edit Points mode) to avoid repetition
- Replaced "Edit Points" section with an embedded link to the description in text/shared/02/eliminate_points.xhp to avoid repetition.
- Created a Related Topics section
In text/simpress/02/10080000.xhp
- Added variable tags to allow the page to be easily linked from other pages
- Changed the Title and Heading 1 from "Curve" to "Curves and Polygons" to reflect current menu options.
Change-Id: Ib9038f35b97b4177e11171bfdedd10c0a4149dd2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/167939
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
This reverts commit d13c501f790c5130fa5b23da99be6b92770a08d4.
Reason for revert: "Cuboid" is one of the Basic shapes, "3D Objects" still uses "Cube" (and it's right).
My fault here, sorry for this.
Thanks to Stanislav Horacek for having spotted this.
Change-Id: I0ff1ed73cb6e6915034adf7949f8a4799fc0d3b0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/164381
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Correct typo in /text/simpress/02/10080000.xhp so that pressing F1 opens the correct help page for Shapes > Insert > Curves and Polygons > Polygon (45 degree).
Add HID bookmark in /text/shared/02/blockarrows.xhp so that pressing f1 opens the correct help page for Shapes > Insert > Block Arrows > Up and Down Arrow Callout.
Add correct HID bookmark in /text/shared/menu/save_image.xhp so that pressing F1 opens the correct help page for Page > Save Background Image.
Add HID bookmark to /text/simpress/01/13050000.xhp so that pressing F1 opens the correct help page for Shapes > Convert.
Change-Id: I0647ae81941541923cda19e4f49538ff1159c4fe
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162531
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
and also drop the language that was changed to implied previously/defaults to
en-US unless specified.
This change doesn't affect translations, only the content of the
paragraph/headings is extracted.
done with:
perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>.*?)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g'
and manually undoing the one that uses <sup>in body that's not valid
according to the dtd in the h tags.
Change-Id: Ibd4aed3157ed168cd5005161575672a392e59202
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148797
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
i.e. without child elements and also drop the language that was changed
to implied in the dtd previously/defaults to en-US unless specified.
This change doesn't affect translations, only the content of the
paragraph/headings is extracted.
done with:
perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")/;} s#<paragraph(((\s+($base)){3})|(\s+($base|xml-lang="en-US")){4})>(?<body>[^<]+)</paragraph>#<h$+{level} $+{id}>$+{body}</h$+{level}>#g'
(all permutations re order of attributes, and xml-lang="en-US" being
optional / implied)
Change-Id: I365a2bb983a3969af9390753fce7b7f3597c7b8b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148795
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
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>
simpress/main0211.xhp (Outline bar)
- remove "Zoom" and "Slide Show", which are no longer
on the Outline bar
+ add "Demote", "Promote", "Move Down" and "Move Up"
* change order of controls to correspond to Outline bar
* refactor to <h1>,<h2>
simpress/02/11110000.xhp (Black and White)
* refactor image to 1cm, .svg, alt icon label
* refactor to <h1>
- remove colspan="" rowspan=""
simpress/02/11100000.xhp (Show Formatting)
* "Formatting On/Off" --> "Show Formatting"
* refactor image to 1cm, .svg, alt icon label
* refactor to <h1>
- remove colspan="" rowspan=""
simpress/02/11060000.xhp (Show Only First Level)
* "First Level" --> "Show Only First Level"
* "All Levels" --> "Show All Levels"
simpress/02/11070000.xhp (Show All Levels)
* "All Levels" --> "Show All Levels"
* "First Level" --> "Show Only First Level"
Change-Id: Ie4d57852d1e7cf702371071b5aa76a7cb502737e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133729
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>