fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2

2012-12-24 Thread Norbert Thiebaud (via Code Review)
Norbert Thiebaud has abandoned this change. Change subject: fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2 .. Patch Set 1: Abandoned no follow-up from author -- To view, visit https://gerrit.libreoffice.org/1116

Re: Change in core[master]: fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2

2012-12-14 Thread Eike Rathke
Hi Winfried, On Sunday, 2012-12-09 15:07:46 +0100, Winfried Donkers wrote: > >Could it be that you didn't implement the special handling in the > compiler and tokens? ... > > I did an opengrok search for ocIf and changed all files, including sxfunc.src > (to give iferror 3 parameters). > The on

RE: Change in core[master]: fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2

2012-12-09 Thread Winfried Donkers
Hi Eike > > To finally find out what goes wrong, I copied the contents of SCIfJump() > > into > > ScIfError(), made ocIfError do the same as ocIf (except in lotus/excel > > filter > > files) and gave IFERROR() 3 arguments (just as IF()). > > It still doesn't work: IFERROR(X;Y;Z) always returns Y

Re: Change in core[master]: fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2

2012-12-07 Thread Eike Rathke
Hi Winfried, On Thursday, 2012-12-06 13:08:37 +0100, Winfried Donkers wrote: > > -Oorspronkelijk bericht- > > Van: Winfried Donkers > > So I followed your suggestion to work along the lines of ScIfJump/ocIf. > > These last 2 weeks I have not been able to get that working properly. > > To f

RE: Change in core[master]: fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2

2012-12-06 Thread Winfried Donkers
This time to the ML as well... Winfried > -Oorspronkelijk bericht- > Van: Winfried Donkers > Verzonden: donderdag 6 december 2012 12:52 > Aan: 'er...@redhat.com' > Onderwerp: RE: Change in core[master]: fdo#56124 add calc functions > IFERROR and IFN

[PATCH] fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2

2012-11-19 Thread Winfried Donkers (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1116 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/16/1116/1 fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2 Change-Id