Age | Commit message (Collapse) | Author |
|
+ refactoring
+ Manage Styles menu (part 27)
Change-Id: Ic3d001bdcf707354b53f92fe4774065f6b81ccf1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156419
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* Include align and number format menu entries
* collected default number formats in one help file
Change-Id: I01db0099ec0b4c421a717656ff3957f190501f53
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/146094
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>
|
|
Change-Id: Ib70a66cfe1b8152fdd8d9f17a425b97e4f050278
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127032
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ie4775e2745c5e84c1b8316b5ef93336554236d63
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126351
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I0c961f94e82041f8bb5030f15141f08bd8e7bb3e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125966
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ie5b4776a3a964d266d9e011bd10a17603880ab0c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125965
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
This reverts commit 7a45cfda035abefcda03767a4c81f93c69d593b1.
Reason for revert: Change to core have been reverted due to their regressive nature as reported. This revert is for sync. There is a new patchset coming to resolve the issue.
Change-Id: I30e224b7fc79a9620058e26ee5055f9ff5ce8819
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122647
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Replaced the entire "Format > Merge Cells" submenu with the single
"Format > Merge and Center Cells" button with all the same behaviour
it has on the Formatting Bar.
Replaced the "Split Cells" button from the context menu of a selected
merged cell with the "Merge and Center Cells" button showing the
current merge status, as it does elsewhere.
Also, add the "Merge and Center Cells" link to the Formatting Bar
Description Help page. It was missing.
Change-Id: I8f200faa7a218adae533752def032f4b7f28eed6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122313
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I78b6e56e1bb70b10bed03201704d1246cf00c0a3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118743
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib93523c39a74ff88a6154f3111113260e59cbb55
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118742
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I69b146fa405b531e8df8b1b5b443414c13f60bcb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118741
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I04f58a66d8e2e1e47fa4b5298857aa5188ca3a03
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118348
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I99ea90321fae6b1b800fe0f5ee29e46bce01242c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112610
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
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>
|
|
Change-Id: I73f081ee1584583a46f5ac2eb02be7e64e779e12
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109857
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: I3e35ce317a4705a4174c65c863b6bbcf569f335f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106351
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
( swriter/guide/indenting.xhp )
+ add explanation about Hanging indent .uno
* correction to menu sequence for editing Paragraph Style
+ add subheadings for "Positioning" and "Hanging indent"
+ add icon table for Hanging Indent
+ Mention .uno possibilities for adding buttons, menu items
and shortcut keys, with links to relevant pages.
* update to <h1>,<tip>,<note>,<relatedtopics>
( shared/02/02130000.xhp )
* rename "einzvermindern" to "indentdecrease"
* rename "syeinzvermindern" to "indentdecreaseicon"
+ add variable "decreaseindent_h1" to <h1> header for embedding
+ add related topics section with links to increase and guide
* change icon width/height to 1cm
* update to <h1>
( shared/02/02140000.xhp )
* rename "einzerhoehen" to "indentincrease"
* rename "syeinzerhoehen" to "indentincreaseicon"
+ add variable "increaseindent_h1" to <h1> header for embedding
+ add related topics section with links to decrease and guide
* change icon width/height to 1cm
* update to <h1>
( swriter/main0202.xhp )
* update to renamed select IDs from
shared/02/02130000.xhp and shared/02/02140000.xhp
* change icon width/height to 1cm
* update to <h1>,<h2>
( scalc/main0202.xhp )
* update to renamed select IDs from
shared/02/02130000.xhp and shared/02/02140000.xhp
Change-Id: Ib6dc0ba01a459ae3b47d45178f7c7ba5895a3792
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105543
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
Change-Id: Id742ad4c9850a88d6d8d1925e2d0088f76ec8717
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105108
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I453659d2f1edbb4bf7cac1f316a88a6942ffdc5e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105003
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: Iaec59772e78095a10c4c28e246e77c0469723cbc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103480
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
with svg icons, image must set width and height.
Change-Id: Idce5d74e4f07277d7bff532d941bc5d62648b095
Reviewed-on: https://gerrit.libreoffice.org/84557
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
also remove obsolete l10n attribute (doesn't affect translations/pot)
Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
|
|
|
|
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
|