Age | Commit message (Collapse) | Author |
|
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: I7f6b830a87bbdf2380c32d515554cb9836b50848
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137211
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I9c411fe39e81d734d68c9e98253b3d125978f3bc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136239
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
Phrases like this look like an explanation form a clueless person.
The help should rely on basics (like differentiating text from names),
and not suggest to "place the number in quotation marks" when the
argument is documented to be a text. If needed, the word "text" may
link to a glossary article with syntax explanation.
Change-Id: I32e7a3c68659f74db6bc30c5a3fa9acdd158acb4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136238
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
Change-Id: I5f8a2e5d93ca0d723a6adfc31aa6cd3fcc7568c5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136085
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I85bd929ab1febed3f1567a911ee188e134afe847
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135876
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
+ Covered all COM.MICROSOFT namespace of wiki page in the bug report.
+ refactor of other info such as release number availability.
+ Muted l10N in a table and drop duplication.
Change-Id: Id77f9657f164193d5e672e9edf82a2170b5f4040
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127817
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I9b5ae9b14ea98fe9edbf84a433ad4b7ed3bfcf39
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125720
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I4be244dba35f137c1b7d356aab658c5e08604e51
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/123523
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
The help page for the VALUE function is created as a separate help page func_value.xhp.
This patch also refactors related help pages NUMBERVALUE, DATEVALUE and TIMEVALUE. Their main header was <h2> instead of <h1>.
Change-Id: Ic67893f0c35a58a19f13af1d34d68956e901a4a6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/120361
Tested-by: Jenkins
Reviewed-by: Steve Fanning <stevemfanning@yahoo.co.uk>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5958f787798d309a7896ac47e1caa5eeeefbef96
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118926
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
This patch improves the help page by adding some of the new contents available in the Wiki:
https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE
Change-Id: Icf21b924973d7e12a67e11c3c213765a3a06c0fc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118494
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I4dbb2eb2cfbb140a129c02290642a777c8f9f327
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118496
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
(a) Added equals sign before examples given for MIDB function, for consistency with other help topics.
(b) Added statement of default value for Number argument of RIGHT and RIGHTB functions.
Change-Id: I6de1b35ce1e78e4403f957bb32878f40598a7269
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118252
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8784fd6f43f5568db739e50a421bfff8184fd5d3
|
|
Change-Id: I5d8cdf1898f9b5823acc1e3381bbe3abb06551e3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118052
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
(TDF#113976)
Change-Id: I14c4afc919343dda2e1f30c49c69f434cf1104f1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117717
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib0b47a24b5a00817c362a00c2d012e2f016c48a9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117494
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Iab2333cbd98bd4bb13ba35a07d4dbcd66fc840a6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116166
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Iae7a1f0b8b84be33f5f54a9a7116c0c48670f917
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115833
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Iab660ef9810902be11dd51c830e1a6f537352427
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115649
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I45a820aa6967756e9554aeec7c2c7ee7437a11df
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115211
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8237b0d52b8b0f29fc35196d34648ed7b51669d1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114113
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Id1326425a51e9c687c322e61a17d47ab9072eb4d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113364
Tested-by: Jenkins
Reviewed-by: Steve Fanning <stevemfanning@yahoo.co.uk>
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
|
|
to include square brackets indicating optional parameters.
Also updated example for PROPER() function to reflect more appropriate sample string!
Change-Id: I42f485f3e312c2d870059b60b3dcdc7d8921a0d8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95195
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Fix for STDEV, STDEV.P, STDEV.S, STDEVA, STDEVP, STDEVPA,
VAR, VAR.P, VAR.S, VARA, VARP, VARPA,
AND, OR, XOR, SUMPRODUCT, CONCATENATE
Change-Id: I869f6d7fc687e645b9ee8c0ca36ff690c4108db3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91103
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Icf5c8a6ff2fe5f9238afdb9c35e22eb91937f778
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91106
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
- Also re-label sections to a better mnemonic id's
Change-Id: I7b54216891116e9e9bb515d20218955b3d92fff9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90848
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
- update argument limit from 30 to 256
- create embeddedable text reusable for many functions
listed in tdf#131360 and tdf#131261 when arguments
are strings, integes, numbers, logicals, complex and references
- with reduced translation job
- fixes CONCAT, TEXTJOIN and CONCATENATE with String arguments.
Change-Id: I8a32914c5ef31d796a21cf2ee705b92de7b58f90
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90613
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ie8a7c5762f41484d36837008226cc446584e3110
Reviewed-on: https://gerrit.libreoffice.org/82481
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ refactoring headings
Patch set 2
- reposition comment on regex vs. numberex
- included in ref for regex, aka "regulaer" and available
for all functions with search criteria
- Rephrased regexnumex.
Patch set 3
-Fix to comply w/ DTD
Change-Id: I3f5a488bb05b5ea61709e574ca5d859634158bc4
Reviewed-on: https://gerrit.libreoffice.org/82094
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I0476c79fe5407c3e7252ef16da4110a026b29fa8
Note: some Calc functions still lack help pages.
Reviewed-on: https://gerrit.libreoffice.org/71331
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8d96025238fc2005dab37c1050a0c7915210d73a
Reviewed-on: https://gerrit.libreoffice.org/64055
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
* honor DTD
* follow erAck advise
Change-Id: Ib911888fbc5aae9c4a749c9343218081df9f6783
Reviewed-on: https://gerrit.libreoffice.org/63430
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Change 'Syntax' and 'Examples' heading into an embedded string
translated only once.
Change-Id: Iac2eef8fedbaa4461aa2f941af7f065a3b16fb2d
Reviewed-on: https://gerrit.libreoffice.org/61143
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
... as per OASIS ODF OpenFormula specification:
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1018874_715980110
Change-Id: I16b81de40dcc4b103e44cc1e3784eea830bf8ffa
Reviewed-on: https://gerrit.libreoffice.org/60891
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I29271e2f555cbc231b616e75b43b37775143feae
Reviewed-on: https://gerrit.libreoffice.org/59984
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
* mainly http://wiki.documentfoundation.org
* http://en.wikipedia.org
* http://api.libreoffice.org
Change-Id: I3587d8d5e6a6de4a7c7013920b9e135e4adc977c
Reviewed-on: https://gerrit.libreoffice.org/52354
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
After translator suggestion (mbalabanov)
Change-Id: I7d39b3ec1826c199e56cf31352782ab9295b31e8
Reviewed-on: https://gerrit.libreoffice.org/43762
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5423b72f9f612749ca4dc92c4740915c4c6d0597
Reviewed-on: https://gerrit.libreoffice.org/37299
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
|
|
Change-Id: I80f7bdf22dc302b8bb8cab1cd278b06989a14f6b
Reviewed-on: https://gerrit.libreoffice.org/37181
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Following pages are affected by this update:
1. "Functions by Category"
(https://help.libreoffice.org/Calc/Functions_by_Category):
- Added a variable to its heading, so that it can be referenced from
other places
- Removed self-referece in its "Related Topics" (it was turned into
the above heading reference instead, thereby also correcting the
remote HTTP page reference to local help file referece).
Note: Pages already using the reference will auto-ajust (e.g.
"Related Topics" of
https://help.libreoffice.org/Calc/Statistical_Functions_Part_One)
- Corrected "Operators" reference location by moving it into
"Related Topics"
2. "Statistics Functions"
(https://help.libreoffice.org/Calc/Statistics_Functions):
- Added a variable to its heading, so that it can be referenced from
other places (point 6 below)
- Cleaned up references by adding a "Related Topics" section
- Using links to heading variables in "Related Topics", for improved
heading string consistency
3. "Text Functions" (https://help.libreoffice.org/Calc/Text_Functions):
- Added a variable to its heading, so that it can be referenced from
other places (point 5 below)
4. "Add-in Functions" (https://help.libreoffice.org/Calc/Add-in_Functions):
- Added a variable to its heading, so that it can be referenced from
other places (points 5 and 6 below)
5. "Add-in Functions, List of Analysis Functions Part One":
- Added a variable to its heading, so that it can be referenced from
other places (point 6 below)
- Moved "Related Topics" chapter to the bottom of the page
- Using links to heading variables in "Related Topics", for improved
heading string consistency
6. "Add-in Functions, List of Analysis Functions Part Two":
- Added a variable to its heading, so that it can be referenced from
other places (points 2 and 5 above)
- Moved "Related Topics" chapter to the bottom of the page
- Using links to heading variables in "Related Topics", for improved
heading string consistency
The updated pages were tested as described in
https://wiki.documentfoundation.org/HelpContent#Without_the_LibreOffice_Core_Repo
on 32-bit Debian Linux with:
Version: 5.3.0.0.alpha0+
Build ID: d15082cac2306fb9562ff126eb5827b7b9eee1e1
CPU Threads: 2; OS Version: Linux 4.6; UI Render: default;
TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:master, Time: 2016-09-19_05:41:30
Locale: en-US (en_US.UTF-8); Calc: group
Change-Id: Icbb3725fd16d3ff76e5e4244c2284349332cffb7
Reviewed-on: https://gerrit.libreoffice.org/29306
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
|
|
by Jesper Hertel (jesper.hertel@gmail.com)
see http://listarchives.libreoffice.org/global/l10n/msg08594.html
Change-Id: I2c281aab12ba9c10184658eff9837d39e397af09
Reviewed-on: https://gerrit.libreoffice.org/14092
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
write help pages for LEFTB, LENB, MIDB and RIGHTB spreadsheet functions working on DBCS
Change-Id: I31e42712f8e8ccbc8ad5ef4f933fcb7974489aa5
Reviewed-on: https://gerrit.libreoffice.org/9970
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Id1bb170188f62d8f7d335d0797f2ffe027d16efe
Reviewed-on: https://gerrit.libreoffice.org/6976
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
in old example function has no effect
Change-Id: If0c0778d61569b37c091e6d1a3b96eea75b37285
Reviewed-on: https://gerrit.libreoffice.org/5928
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
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
|