Age | Commit message (Collapse) | Author |
|
+ refactoring
+ Writer Format menu (part 10)
Change-Id: I0adcec8732aa9c22b4c9e7c2140531a4a3a3a5bc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155852
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>
|
|
+ usual refactoring and icon size adjustments
Change-Id: I614438a36fa1ca34ddfaac81aadb0f54bd51940e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132736
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
( swriter/guide/using_numbered_lists.xhp )
* update command names
* in paragraphs where changes were needed, also updated
to <menuitem>
* move icon out of sentence
+ embed icon table
+ add <keycode>
+ add unordered list to items about formatting bullets
* update to <h1>,<h2>,<note>
( shared/02/06120000.xhp )
* "Bullets On/Off" -> "Toggle Unordered List"
- remove "colspan= rowspan="
( swriter/guide/using_numbered_lists2.xhp )
* replace icon table with embed to another table
with updated command name
+ add tip about using paragraph style for numbering
* change <note> to paragraph with heading about removing
numbering
* elaborate section about formatting lists, and move some
paragraphs about this topic out of the "Adding Numbering"
section.
+ add to <note> about formatting being reset with toggling a list.
Change-Id: I1e0d7d46dfce2f69f7a0954cf5d3094d413dd95d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112424
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
https://gerrit.libreoffice.org/c/core/+/108841 changed
the "Numbering Off" command to "No List"
The present patch make relevant adjustments in help pages.
( swriter/02/06040000.xhp ) "No List" command
* "Numbering Off" -> "No List"
+ clarify that list indenting is also lost
+ add <tip> about how to preserve indenting, but remove number
+ add <relatedtopics> section and embed a related topic
* rename two German IDs
( shared/02/06120000.xhp ) "Toggle Unordered List"
* "Bullets On/Off" -> "Toggle Unordered List"
* rename two German IDs
- remove colspan="" rowspan=""
* update icons size to 1cm
* update to <h1>
( swriter/main0206.xhp ) "Bullets and Numbering" toolbar
- remove embeds to "No List" and its icon table
( shared/guide/numbering_stop.xhp )
* "Numbering Off" -> "No List"
* "Bullets On/Off" -> "Toggle Unordered List"
* correction about location of "No List" icon
* clarify that indenting is also lost
* make descriptions be relevant for both bullets and numbers
* clarify when indenting is lost or not
+ move icons to separate icon tables
+ add labels to icons
* update icons size to 1cm
+ add <note> about how to put number or bullet back
+ add <keycode>
+ add appl-switch to Related topics
* update to <h1>,<note>
Change-Id: I8880f0aa46b2e036926497bf185092c2c5ae6d52
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111575
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
|
|
in summary,
on Writer, Text frame -> Frame
On other modules
Text Frame -> text box
Change-Id: I3b218fafb03cd5ab79c8c0b902ec417bf5445ff8
Reviewed-on: https://gerrit.libreoffice.org/82976
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/shared -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done
Change-Id: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27
Reviewed-on: https://gerrit.libreoffice.org/74655
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
in /shared/02/04* - 06*.xhp files
Change-Id: I7e8f22713e82e1035ab225a227548e9d4c29bcd1
Reviewed-on: https://gerrit.libreoffice.org/55510
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
|