Age | Commit message (Collapse) | Author |
|
... leftover from commit 4dcfe928580c1492bb265eb6070f66459a4c03db
Error 515 is also published.
Change-Id: I0aacf748df88ab329a6d4d8ea4d84f890fb1745d
Reviewed-on: https://gerrit.libreoffice.org/76509
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
...But the function need a date in A3 instead of a number.
So in my opinion the string should be:
<input>=SWITCH(MONTH(A3),1,"January",2,"February",3,"March","No match")</input> returns "January" when A3 contains a date in January, "February" when A3 contains a date in February , etc...
Change-Id: I2702d569f1c43080cd4c137a4d100111edc55863
Reviewed-on: https://gerrit.libreoffice.org/75499
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
See include/formula/errorcodes.hxx; added those that return true from
isPublishedFormulaError.
Change-Id: I64595a9dd2c7770ba48f4e4a514f07179a8125fe
Reviewed-on: https://gerrit.libreoffice.org/73744
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
MAC often forgotten in menu path descriptions.
Change-Id: Ib6e9062b06389063d6f8293a95cd3e07e1919161
Reviewed-on: https://gerrit.libreoffice.org/75040
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ia277377ea5329d26717c80a0aeb8c393ba87cff3
Reviewed-on: https://gerrit.libreoffice.org/74998
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Refactor sample tables,
Mute l10n for numbers
FOURIER function
Fourier analysis
Sample file
Change-Id: If5361fe009ec380e9cdd6f3e24184471c1451421
Reviewed-on: https://gerrit.libreoffice.org/74914
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I7b099f3b94f901af1885b942ce71c5815c1a4918
Reviewed-on: https://gerrit.libreoffice.org/74711
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/scalc -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: I5a6a817065257ebffe7d0ed88f37c67ede86fb41
Reviewed-on: https://gerrit.libreoffice.org/74656
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8093a173547850ff0a145a2985a25f46e3ae0297
Reviewed-on: https://gerrit.libreoffice.org/73746
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I34cd365829187ea29fd45c43aa08d0b6a3cfdd4d
Reviewed-on: https://gerrit.libreoffice.org/73352
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I79db4363c15786f3829faf24621f073cf481191a
Reviewed-on: https://gerrit.libreoffice.org/72257
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Make it more clear there has to be at least 1 named range in
Excel of Calc documents
Change-Id: I782c4d2c10ee52320bfdf147652883f5e7b4751a
Reviewed-on: https://gerrit.libreoffice.org/72076
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
CONCAT, TEXTJOIN, IFS, SWITCH
Change-Id: Ic1d74ac8b810bd0c0d4b4f570baab1d1e270f912
Reviewed-on: https://gerrit.libreoffice.org/71339
Tested-by: Jenkins
Reviewed-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>
|
|
Also renamed the file describing Edit Menu to edit_menu.xhp.
Most of the files are touched to update the links due to rename.
There is no context menu entry for ImageMap, so removed mention
of it.
Note that in Writer and Calc, ImageMap remains under Edit, because
it is only enabled when an image is selected.
Change-Id: Ic57ee11dd2ab9c637f00e5328f1575c323fb8c43
Reviewed-on: https://gerrit.libreoffice.org/71397
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Id2bd603a0330f1d85e665c0524635e0369061a18
Reviewed-on: https://gerrit.libreoffice.org/71079
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Add last column in table (F-critical)
Change-Id: I988127a6adfc0890770c4eb3922ba2c162113310
Reviewed-on: https://gerrit.libreoffice.org/70580
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
It only depends on Index value; so for Index=1, 1-column array input is OK.
Change-Id: I80d5655ffcb9374fcdce570f56606d5ff594002c
Reviewed-on: https://gerrit.libreoffice.org/67716
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Patch is for REGEX function available since release 6.2
To add release information to other functions look
at the diff in func_regex.xhp and adjust the release. It
should be straightforward:
<embed href="text/scalc/00/avail_release.xhp#M.N"/>
where M is version and N is release.
Patch tweaked to minimize translation effort (only one string)
Change-Id: I4f5f826c936e65c1050a4d3b71379b53d50e0984
Reviewed-on: https://gerrit.libreoffice.org/68688
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
updated text in ATAN2 section of 04060106.xhp
added coordinates-to-polar-01.svg
changed example and image
removed 'Important!', added 'radians'
changed 'LibreOffice' to '%PRODUCTNAME'
created new folder 'scalc' under 'media/helpimg/'
moved coordinates-to-polar-01.svg to new folder
and added the path/image name to Package_html_media.mk
droped xml-lang="en-US" tag, removed 'Note',
removed '<pre>' tag, did not add <embed> as
Jenkins rejects it.
Change-Id: I5cff6289e8ab25f511e7d31ba2d4ad733dea184a
Reviewed-on: https://gerrit.libreoffice.org/67619
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
See ScCellShell::Execute implementation [1] which passes STD_EXTRA_WIDTH
(defined as 113 twips = 2 mm) to the dialog as the default value.
The text here (that was 0.1 in) is translated to other languages (incl.
those using metric units) verbatim (e.g. Russian translation); or if a
translation team would want to convert to metric, there is no indication
that the 0.1 in is just an approximation of an exact metric value.
[1] sc/source/ui/view/cellsh3.cxx:693
Change-Id: I1710588ee40840d85eeb89aaeee135a8aa0a942f
Reviewed-on: https://gerrit.libreoffice.org/67936
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Source - /core/include/formula/errorcodes.hxx
Change-Id: I64fcef138cf9ec89d4501ea71aa4bab54d9d04fd
Reviewed-on: https://gerrit.libreoffice.org/67620
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Shift+Space, Ctrl+Space and Ctrl+Shift+Space were undocumented.
Change-Id: I133bd7e92f43d53f0d6ab22bdf249ff5528dc777
Reviewed-on: https://gerrit.libreoffice.org/67899
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
...after 00c5a418955574905aed5137c43ce2219b50e6f9 "Minor color and padding
tweaks; some styling for TOC"
Change-Id: I4340e2e52a5cbd7627364157aeb9eec17bc96cb4
|
|
changed test in 06080000.xhp
Change-Id: I4cc8a0a04517306e5196aa79c607e624b488a56f
Reviewed-on: https://gerrit.libreoffice.org/67518
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
add 'recalculate' bookmark_value to 06080000.xhp and 06070000.xhp,
created 'exnbr' section in 00000406.xhp for 'Tools -> Options ->
LibreOffice Calc -> Formula' and added 'embed' tag to 01060900.xhp
changed 00000406.xhp LibreOffice text to %PRODUCTNAME
Change-Id: Id3c6dffd31b1b72a854a5bd11902d2c22109900a
Reviewed-on: https://gerrit.libreoffice.org/67237
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5e3d9c7f9ce78807d1acfa190a740f41ddd8a378
|
|
Change-Id: I7603a2f8eb144bf243cbf5b5d4812e7aa3a1649a
Reviewed-on: https://gerrit.libreoffice.org/66907
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I4cdde42510bdf0cf50a91caf208133666a412b27
Reviewed-on: https://gerrit.libreoffice.org/64893
Tested-by: Jenkins
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Notify user that TZ are not considered in date & time functions
and in date & time formatted cells.
Change-Id: I684039ebcc095fe4eefc2bf573df18679dd7f9f3
Reviewed-on: https://gerrit.libreoffice.org/66468
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I9b0558bb805512c98223eaf2305d37861e10c82c
Reviewed-on: https://gerrit.libreoffice.org/65458
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Turns out the https://www.oasis-open.org/standards#opendocumentv1.2
page has linked them badly with http ...
Change-Id: I64d26f79f4503a6b795c4990cf92327d20fbb08a
Reviewed-on: https://gerrit.libreoffice.org/65459
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
|
|
The previously pointed to office-formula page is the collection of
working drafts.
Change-Id: Id8bc75e2192ce8da26ca1af1d8779560ace14b6b
Reviewed-on: https://gerrit.libreoffice.org/65454
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
|
|
+ some more conservative changes
Change-Id: I328505b05838c3f3ce40759096ca77d30c874c57
Reviewed-on: https://gerrit.libreoffice.org/63196
Tested-by: Jenkins
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Some Format - Row/Column/Cell paths are corrected
as Format - Rows/Columns/Cells
Change-Id: If9795322ca50f3f5646b9195de69eb1e348662cf
Reviewed-on: https://gerrit.libreoffice.org/64985
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I674796639284397c019240c4cd2ee79adb5b6ec0
Reviewed-on: https://gerrit.libreoffice.org/64960
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8ad08be0881d10bbe3ca8eac4647118cf5d4fa18
Reviewed-on: https://gerrit.libreoffice.org/64806
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Iaeed0d81dc88418c2bffab730fd682ca8cb3b101
Reviewed-on: https://gerrit.libreoffice.org/64313
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I42be8bbc4e7c11e09cb66bf12f164c4fc565b54b
Reviewed-on: https://gerrit.libreoffice.org/64276
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
|
|
Change-Id: I8d96025238fc2005dab37c1050a0c7915210d73a
Reviewed-on: https://gerrit.libreoffice.org/64055
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I14e424aea344ffeab47bc68d99b98dd56492dcbc
Reviewed-on: https://gerrit.libreoffice.org/63521
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ie633d63e70103f2eda88a677e72c7e91482e5ac0
Reviewed-on: https://gerrit.libreoffice.org/63523
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-Id: Ia1038fbfc054efa457fae5d28d1a2e737dba1d45
Reviewed-on: https://gerrit.libreoffice.org/63308
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I142b6ec74d06d1153675c50079ebda6273e44414
Reviewed-on: https://gerrit.libreoffice.org/63305
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
..and some more improvements (hopefully)
Change-Id: I17e6656ff0f0274c342b62e72405d396437c8964
Reviewed-on: https://gerrit.libreoffice.org/62923
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
|
|
Change-Id: I3d3bc317afd35bce5c941144417b7222e9063ae8
|
|
Change-Id: I591c7ef34a84059060a7eeeff15ad2f7b6cc58ae
Reviewed-on: https://gerrit.libreoffice.org/62365
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Id200bd4886ccc6e5f932d2872d5969f0196b7332
|
|
fix DTD issue
Change-Id: I178683b7352e2eff3de111bbb726d2ab60a31063
Reviewed-on: https://gerrit.libreoffice.org/61429
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|