Age | Commit message (Collapse) | Author |
|
Partially reverts commit 93ebf037016819613322ef1c39951a3de893ec14.
Change-Id: I21224f97e9c47d5dfeb8e000102237a5664d3d41
|
|
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>
|
|
Change-Id: I36e11dde9ca5398f9f9bb5c6600cb300380ac114
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142626
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: If5e5476465baa225a54448a6bccfebef30fd3f05
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142624
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ refactor page/slide format Help pages for slides and drawings
+ drop 2 now useless pages
Change-Id: If98458246f106da509d72a4087f365dbefd08607
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142493
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8d6d6df9807b69a1e27c77e4e420b4c5245d433c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142117
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Remove modify_layer.xhp and merge with insert_layer.xhp
Change-Id: I6500aae19a7f4745ee94f7dffc664df724b568db
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142084
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8ac8024ff5f2dad893248fe75566ab152e72a762
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142048
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
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>
|
|
Change-Id: Ifad2102915236ffe2098b1aae15d3e5c39bb2921
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128079
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib6614f8ea98fcb5e8590197495f7237c9e04e5ee
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125161
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I7e5e46d2dd06bfea39605fae84c8f735bdfd9a41
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125158
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I46dc72453686d590c4ad58dd2c7de84659815c54
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124797
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5e1d2ef92b75b3c4547fbb04ba40fd8c2f43c81a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124795
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I2faf5b4da2dddf5736686cf6c7f03cdd3cc67ea2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124519
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I28cd7d852ed5260811f6388904c5b658be89b5d0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124522
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8a6f2d4b515337a8526ca5d09ab81b576edbd89f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124521
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I7b2c360e9ebc3e6a1a4863366c76164018d72c2d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124490
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Icbd1b5cbbd7aca5601464fe26964e9215b5686e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124464
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I86542dc4a1e981a151a66eb63114e14e03ab9003
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124487
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I794daaf1c9394a01ff2be5fdce4e10f87c0e64fa
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124488
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I0e721bef0778f93e0277e26d13b969909c694ea0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124489
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I96c6d66f3d030e2881ddff0f0f35833f65b85cc4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124111
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I51c35619cc80d3c7e0dce3ea805e5afc486c8daf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124110
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib099bf8474d272cbf10fad79c80b5164b5d11717
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124109
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I59cec2f60abf1251edfc865932ace953008c57d4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124107
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I9b32ddd9a754764d3798fadeb9c323dd1694aace
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124103
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I49852f6b601817fa179306896a1d0b263a8ec4bc
|
|
Actually there are multiple Help pages for the same dialog.
The Load Style (writer), Change Master Slide (Impress) and Master Page
(Draw) all use the same dialog sfx/ui/loadtemplatedialog
Switches were added to select the contents for the right application.
Still, slides and pages terms are mixed in the UI.
Change-Id: I2d48dd8a72fe7b43e92b57299eed1577e355c060
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123529
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5bd077fbe3f5494c6b1e89081a292613b2bbcf1d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122994
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ifb8cf2f10281efde2c511e9418d8bd5c7d0691de
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122993
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I2f0b5f4eddc78120fbc755a8871ec71e6043ed8c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122990
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ief999a09cfa9b862f24f708d2e41eff398af7372
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122231
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I15e4411f218b7866ae4e22db4c17e117170e387b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121950
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ie8aac3915175120b92e27485969ac668b7f18d91
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121685
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I1da52c93b90d802b2b5f2ed1c955e24cfaf77230
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121681
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5daba02bbe957bb9f594e9ff9a8a12d5fdb8ecb2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121274
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ia6a561687ebb55b01b3207b1b3091056046b0af9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121200
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: If97b222eee329168eff20fc571b729de41685ff0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118791
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ia9fd713b2239b42bae5b2248726e4ef985988309
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118740
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I62a2f589f2db16547911451ac28e23d27d1c9d76
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118739
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: If12cb62f686383c3e3e93c931a5a7e8556f885b4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118738
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I08e4c29872fa1239109bbacc345addb32f5b07dc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118737
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib7a5dd6a5c948abec74dd49f6358b6558561c38d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118726
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8fc7b9fa152d732486ac59c3d9544ac12a39e5e7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117082
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I87a9d0e09239fc3e6c696f348457c59aff681886
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115651
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ some L10n fix too
Change-Id: Ib380ec77e7c5779b5008f155272f9f26a9cccac5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114119
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I78372df94a5ebfc3b3b38700fb9778648040d169
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113503
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I28f43fb8971763bcb3ea288218acc49103d9f240
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112733
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib4807f699bd43a14b20fd7e2e9c2b81f925f11aa
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112495
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|