summaryrefslogtreecommitdiffstats
path: root/include/formula/vectortoken.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-1/+1
* Bail out of group calculation in case the array fetching fails.Kohei Yoshida2014-05-141-0/+5
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* remove unused code in formula/vectortokenNoel Grandin2014-03-051-10/+7
* Store the length of originally requested array size prior to trimming.Kohei Yoshida2014-02-271-4/+9
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-091-1/+1
* fixincludeguards.sh: include - the restThomas Arnhold2013-10-231-2/+2
* New constructor that takes both numeric and string arrays.Kohei Yoshida2013-10-181-0/+1
* More eye-pleasing way of checking for valid vector array...Kohei Yoshida2013-10-181-0/+2
* Allow vector array tokens to store both numeric and string values.Kohei Yoshida2013-10-181-6/+20
* Correctly handle empty cells for string arrays too.Kohei Yoshida2013-09-101-2/+2
* Allow storage of string arrays in vector ref tokens.Kohei Yoshida2013-09-061-5/+20
* A little more description for the new tokens.Kohei Yoshida2013-04-301-3/+9
* Handle range references for group calculation. This is still untested.Kohei Yoshida2013-04-301-6/+11
* Let's not use VectorArray struct. There is no use for it.Kohei Yoshida2013-04-301-11/+6
* Let's not forget to check this in...Kohei Yoshida2013-04-301-0/+4
* Add method to allow fetching of double array, and store it in token.Kohei Yoshida2013-04-301-3/+1
* Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida2013-04-301-0/+60