summaryrefslogtreecommitdiffstats
path: root/include/formula/vectortoken.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:moveparam in formulaNoel Grandin2021-10-111-1/+1
* loplugin:finalclasses filter..frameworkNoel Grandin2019-10-291-2/+2
* tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen2019-05-061-1/+1
* loplugin:unusedfieldsNoel Grandin2017-12-011-4/+2
* tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas2016-06-211-0/+5
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Make these methods non-inline again.Kohei Yoshida2014-10-031-8/+8
* 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