Age | Commit message (Collapse) | Author |
|
+ refactor and fix for several outdated pieces.
Change-Id: Ibc38e67fe988020974315e0508d623f0ba78ab20
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154870
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ refactoring
+ Writer Format menu (part 5)
Change-Id: I9c5f9c62e90f3e72dd36028956151e23388d7ac8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/154820
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>
|
|
Remove font dialog screenshot.
* The screenshot command "make screenshot" does not produce
a valid and usefull screenshot of the Font dialog.
* Manual addition of any localized screenshot is not practical at the
current state of the screeshooting development (~40 languages)
* For the moment, removal of the bad screenshot is advised until the
screenshooting get fixed or improved for this kind of dialog.
Change-Id: Idcb0ffb7cc6f222a84bf09f3ef91ca379c05adc2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141809
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5bc4d6c1133a6af3d7ffa97acdc2da5ae5fb66ab
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/139255
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I84632d58ddbaa850545cc869e1cf73b5d5070e0a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115554
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
also changed heading "Numbering" -> "Apply List Style"
in swriter/01/05030800.xhp (Outline & List tab) because
this heading was changed with tdf#139667
Change-Id: I78e2704d4e1bea677b8bf6f8456cd11af0e4b27a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113122
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: I87a2b141a93278539d0d8fff51769716d6bbecc4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112438
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I46c4c61f93fb639abcd7d851ab502a239acad38f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112061
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ add embed for "Standard" button, along with switch to exclude
showing this control for Chart
+ add switch for the "Apply" embed, which is only found in Writer
Change-Id: I5cd6743d517867f822bb744ed8ee3ea49da0abe5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111697
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: I0a8a5ad8a97d9ba15608d66877fa35f2054561a6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110872
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I50abb30e9ce171c54767f78535dda3a577414522
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109432
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I0bc5e98c02ae99051a00a1372931e99c7d3423f1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106410
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I96b2b894da950043655303446de9225764f0e836
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106404
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8f0750d908edeb34f7d2b96ee251d73ce7cee042
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103898
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I6c8203f5a3ace90e58453792b5356d51dc12e59e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100630
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I80cb649d0f6a5953b9e61e43cd41b410d7455504
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100242
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I57f32bdfc4435cbe21b7cca1cb5170892e69447d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97622
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Id4d156bcb943d456626479c64d5fe1421c700ec2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95184
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
1098fba99acb8c8cc7e87c55ece12ef175593147 left Help in a broken
state.
Change-Id: Ie8d8f6506a6634fefce875590fe54fa2e477c82a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90060
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
tabs
-finishes adding help about "reset" to all tabs in Paragraph Style
-added some help about "apply" to some tabs (conditionally)
Change-Id: Ic2e5eccb331763d9f89b3e73ca7fd0b4e88e764b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87115
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I72f23c891dda9dda8f7d42b72aa370285abd7a41
Reviewed-on: https://gerrit.libreoffice.org/63205
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Module cui
Change-Id: I3f9dc6e469b04f0e86c426c907a8213fe351b8c4
Reviewed-on: https://gerrit.libreoffice.org/60636
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
in /shared/01/0502*.xhp files
Change-Id: I2219cf60b095eda0c76819287a5c60645527b6db
Reviewed-on: https://gerrit.libreoffice.org/55168
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
also remove obsolete l10n attribute (doesn't affect translations/pot)
Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
|
|
Change-Id: I5cfe4c7bb48c588aaecb1e9299e8e2b59c680fda
Reviewed-on: https://gerrit.libreoffice.org/28613
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
fixed with following sed expression:
's#<emph>\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</emph>\)#\1<emph>\2</emph>\3<emph>\4</emph>\5<emph>\6#g'
Change-Id: I03d36f4c52e78ca48fc2f94b275ffad7329071e3
|
|
|
|
Change-Id: I77097ca9e91233222108043cbe1ca9c12a326d74
|
|
Change-Id: I0671f827c1e8fe8f6b7a17b466457a615361b4ac
|
|
Change-Id: Iafbe1af1ced97e73f2b7171656f8ab3627440a66
|
|
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.
|
|
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
|