Age | Commit message (Collapse) | Author |
|
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>
|
|
done with
perl -CSD -pi -e 'BEGIN {$base = qr/role="heading"|level="(?<level>\d+)"|(?<id>id="[^"]+")|localize="false"/;} s#<paragraph(((\s+($base)){4})|(\s+($base|xml-lang="en-US")){5})>(?<body>[^<]+)</paragraph>#<h$+{level} $+{id} localize="false">$+{body}</h$+{level}>#g'
Change-Id: I5d2b1b6326801adb8d000b3353d314d2fc9f322d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148796
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I899df40cbad5ac86d9a25c448cf9e7d6032c4401
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148987
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
One content change: A correction to the description of the
"Heading" type. Other changes are neutral in relation to translation.
* The options in the "Format" section are part of that section, so
they should be one level down (h2->h3) in the hierarchy.
- remove <xml-lang>
Change-Id: I1ee11c3e8c726c2a3ae2985456be40abc75813b8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148962
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: I085e66ca6b46955110a4eaab7118c4a376f16b40
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148871
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
|
|
plus remove <xml-lang>
Change-Id: Id2a01e490cbae4c7a378d0d7834a0c7edbac97d3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148868
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: I1ecfc8a5bf6b64060a92be1a48cd0cf877671236
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148866
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
As discussed in the original commit [1] the wording about the TRUNC function was incorrect. This patch fixes the sentence.
[1] 6b1075e1e032be5bb6cba1dbdcc11de2a1824add
Change-Id: Iec86eb4c881dbfbbb3e2020a7aedd6ff59bf0e61
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148767
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I91f3dce118e4a66d697f844f7f78897748c17a95
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148880
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ice9252d0aba19719737d47090f426ee52a0eabc7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148882
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
|
|
Change-Id: Id30b59e13feac935fb5307f67bd5a5423b1e9fb0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148881
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
|
|
Skipped items: Mid, MIRR, NPV, Shell:
- MID statement is bugged, TDF#154166 refers, no need to change it yet.
MID function operates fine
- MIRR and NPV do not support named arguments in VBA despite MS documentation.
No need to update those pages
- Shell keyword arguments are correct
Change-Id: I09dcc280edeec158eafaf87286966c36447ff71b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148316
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
|
|
need to indicate that the option selects the header.
correction to left/right arrow icons for tdf#153748
Problem arose because commit
59b602dcdb445116dde3e50dce45974eec0e043b removed the
relevant information from links.txt
refactor <relatedtopics>, remove <xml-lang>
Change-Id: I0462c55ff54777b4b4b3af9a0c6de53634aabc2d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148762
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
+ indicate that category is also mentioned before "caption"
+ indicate that "category" position depends on Caption Option
* clarification about paragraph style applied to the caption
Change-Id: I85dcccf3dd454ec33480f71cf2a5bd6f9be425b7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148766
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: I1943382ae49c3085e8619c1b2d99c7be3c76e35f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148786
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ibcfc4cc2c2690bb98c60c5b63c4383cc2d636469
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148737
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Following decision in tdf#147004, comment 20, the actual rule
used by "Up to level" is included in the documentation. Also
needed to modify description, because level is not only
referring to heading numbers.
* Simplify "Format" description for type "Heading".
Change-Id: I95a53b58b048a68df11706b5d5641746b5929e26
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148760
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
The main change, for all three files, is to update
"Numbering by Chapter" section.
"Numbering by Chapter" -> "Heading Number Before Caption Number",
(or "With Heading Number" for Variable dialog), and correction
to explanation.
"Outline level" -> "Up to level" and correction to explanation
correction to "Separator"
shared/optionen/01041100.xhp (AutoCaption)
+ added "Numbering Separator" and explanation
* corrections to explanations for
"Add captions automatically...", "Caption", "Separator", and
"Character Style"
remove some <xml-lang>
swriter/01/04060100.xhp (Caption Options)
* corrections to introductory description
"Character Style", "Caption order"
remove some <xml-lang>
swriter/01/04090005.xhp (Variable)
refactor <h2>,<tip>, remove some <xml-lang>
Change-Id: Ifd70c13a7f21b8eb23ecf61dd264cc8b314c3d81
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147595
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
"Format" appears both as a section title and a label with a buddy
control for the "Heading Info" element. This distinction does not
appear in the different "entries" help pages. This patch untangles
the different embeddings that are used, so that the help pages
for Entries for each index type will correspond to the dialog for
that type. This patch only changes the entries page for
"Table of Contents" and "Alphabetical Index", where some new sections
are created. The sections in these two pages are embedded in the
Entries pages for the other index types. These other pages will be
updated after the sections in this patch are available for embedding.
Change-Id: I5ed12506666af2ac04009e833b8bef37fff9485e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148754
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Related to https://gerrit.libreoffice.org/c/help/+/127817
Change-Id: I8a3dd1bcd0481acfdf8e0faa794f8e0214f49b89
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148735
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
updates to change "Chapter Info" to "Heading Info"
and changes to the dialog for Chapter Info.
New labels names included, and explanations revised.
some refactoring to <h3>, remove <xml-lang>
Change-Id: Ief4ebabe83b469576dfcb81f1b639f8219a46a71
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148505
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
add variable to <h1> for Index (user-defined) and then
embed as related topic to Index (table of contents).
Also add variable to <h1> for Index (table of contents),
along with a (table of contents) identifier.
Change-Id: Ide3fe657093c00d0470dee0f55b67d80a25c9ed9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148696
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
* New help page by Angelle Leger
* Refactoring by ohallot.
Change-Id: I8c0d47414ec257b21d0f0369912147038d440d47
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148530
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I9e37dc4033133a29862837c46ba1dc7890db559d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148614
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Possibly this is the final patch needed to change
"Tools - Chapter Numbering" to "Tools - Heading Numbering".
Also, "chapter" is changed to "heading" where appropriate.
Where appropriate or necessary, corrections or command
updates were made.
Change-Id: I00a72a3c09909f2cf0a0ebe1320f5744c4ae4b68
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148506
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: I1d8b36b06741a303b6e4a67e863b531a9b7dc55d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148512
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: Iaead2cc332a8889f8c174f1ccf84e9cdfbfc154c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148507
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
also corrections to "Numbering" and "Entry text" descriptions
refactor <h2>,<h3> and remove <xml-lang>
Change-Id: I19fe8d8ecf74f3526a4d10b18a76ad1da47ad5c3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147370
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: I478df514a784bac03c4acdca935df184accd6b6b
|
|
correction to description about what appears in Type box when new
user-defined index is created, and adding link to relevant help page.
refactor <h1>,<h2>,<h3>,<relatedtopics>
Change-Id: I35ccb871f6da435fac2cdf95f0a47e77baf75476
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148413
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: I368077b40ed9924ed715a43072d064385b7ae5c5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148408
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
refactor to <h1>,<h2>
Change-Id: I89df34df481a5438bcc90e12534790f2ef78f3ab
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148329
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Remaining pages up to included Join function
Change-Id: Id6aad2fbdf3ace72fdaa33136fc71a6107abeadd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147986
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* simplifications and corrections in the existing descriptions
* add icon table for Assign icon
* refactor <h1>,<h2>,<h3>
* rename German ID
Change-Id: Iabedafe2b73e9540dda22464b504e953efee4388
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147115
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: I90becc99c5a5f6563faaa198c538105554e67c12
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147652
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I0988c4cde3642c56b1ad56ef917886ed33547ef4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147650
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Iba48d2a069ee7a3d491316f5f3fe1d12797c46e3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147649
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* New help page by Juan C. Sanz
* Connection Help pages refactoring by ohallot.
Change-Id: I344644473985df809d2bc31be42b8a21467771f9
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148203
Tested-by: Jenkins
|
|
Change-Id: I22aa8c3f50b4ea35c6f48d8e1baed1df73c46d69
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148212
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
swriter/guide/indices_enter.xhp
swriter/guide/indices_userdef.xhp
- refactor <h1>,<h2>,<relatedtopics>
- remove irrelevant paragraph
Change-Id: I2f6961ee8afebc681e4722dc4755c4bf76cdd6d1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148220
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: If022346a4c705cedaf2d50c9efb9e46f5b3ea620
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148219
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: I967a2c309ca956e8e75e1a9510574310f4e2a35b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147907
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: I77413b0a66d7851d7c79e5f83ed72dd5f42f1c00
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147975
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I645d4c5195e28ef54535bd70bb65277397fb5b77
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147963
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
also, refactor to <h1>,<h2>,<tip>
Change-Id: I6698ebc60ff40046267db7ffcbaa6ad8cb77e713
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147911
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I15d47f59bb75d6c4f31450d227b78d88a8b9b384
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147956
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
"outlines" -> "bookmarks", and add "document structure" to the
general description for this dialog. Add a sentence to mention
that hyperlinks are automatically exported.
Change-Id: I423571a332ecb34e7243c6ba47eb92d3ae1e3ba0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147906
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: Ic81cda7b6d639e8cd06989f94d7378281a99a13e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147905
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: I2eb66e5ced49809b86a3cdb48103381646b965a2
|