Age | Commit message (Collapse) | Author |
|
+ Sheet menu for Calc: fill cells
+ refactoring
Change-Id: If6aa8c42896f67b58e41b6454785a78dfaa344d1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160658
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ Sheet menu for Calc: clear cells, references, fill
+ refactoring
Change-Id: I0c0c10af4a9983e893907aa5c0a491b5814dae22
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160657
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ Sheet menu for Calc, delete row/column/breaks
+ refactoring
Change-Id: I0905cfc84ccb9c2e914b4fdd65d4897e6f6f62f6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160527
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ refactoring of Insert Headers and Footers
Change-Id: I6eaab609ecae9fbd34bb3e0670dd8c9540904b23
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158774
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ refactoring
+ Edit - cell edit mode
Change-Id: I43bcbd6f0467f0e923450a3b74b197b7166db15c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158095
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ refactoring
+ Edit - Select menu and commands
Change-Id: I2c1e7c37cf40184391f04c29b0b6f49f43bef0e5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158087
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ refactoring
Change-Id: I404321de45f8d4c4621a64d2f30a48421f65f86e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152249
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>
|
|
Change-Id: I955142119478b05d4449801eebdbef5a444650fb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127038
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ia42c907850f116a93e5323c4d4681826817fb6a5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127036
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I252148ae140ffef29563e7383b5b71e4badb2038
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127037
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Add new options available since LO 5.4
Change-Id: I1b283d5f4b6d43ed4167cbbbee969406935913bd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114668
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
|
|
Help files in scalc/00/
Change-Id: I55ffb4961fb5614f75fbc3e71dd50b461dff17de
Reviewed-on: https://gerrit.libreoffice.org/54603
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
- Fix page title and command location with plurals in menu command name
- Extend description with information about pasted content location
as requested in the bug report
- Highlight the information that this works only with two or more
selected sheets
- Fix text pointing to the page Paste Special
- Remove redundant bookmark
Change-Id: Iaf700d1ed096ffff6a829e7bb32abd29a75365b7
Reviewed-on: https://gerrit.libreoffice.org/44088
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Change-Id: I9a771b814452353da48dcbb19f39e4ff1d9770b4
Reviewed-on: https://gerrit.libreoffice.org/27994
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I3e4ee6fa36f87c163db7b5966ec975065f9b7921
Reviewed-on: https://gerrit.libreoffice.org/18574
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
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
|