summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Collapse)AuthorFilesLines
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke1-2/+2
Also renamed MAXJUMPCOUNT to FORMULA_MAXJUMPCOUNT but without changing the value as the runtime array size of ocChose depends on it, should be changed before. Eliminated the duplicated and error causing redefinition of both in sc/inc/compiler.hxx Change-Id: I0e87d1439c9564a4f475fcb2870ab51c3b586942
2013-06-16add initial version of WEBSERVICE functionMarkus Mohrhard2-2/+4
Change-Id: I8a835278c0d1b8f3a463aa5765b145410605aba4
2013-06-16inital work on FILTERXML functionMarkus Mohrhard2-2/+4
Change-Id: Ifb884a52b275df818812f8be6cd7650dcb97849d
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei2-2/+10
Patch by: Zhang Lu Review by: Wang Lei (cherry picked from commit 424079cb8348d77e40f7d3291578bdffbe662f34) Conflicts: formula/inc/formula/compiler.hrc formula/inc/formula/opcode.hxx oox/source/xls/formulabase.cxx sc/inc/helpids.h sc/util/hidother.src sc/util/makefile.mk Change-Id: Ia04aa69aa2764842507b36ba7cc8c99e99a314e9
2013-06-07XubString->OUStringCaolán McNamara1-1/+1
Change-Id: I9404ef0d53a74e09a0db9781d004fcd0c573dd78
2013-04-30A little more description for the new tokens.Kohei Yoshida1-3/+9
Change-Id: I9b158bd4302a84202447a74ac90cf4e9f760c6a5
2013-04-30added GRAM_ENGLISH_XL_OOX, FormulaLanguage::XL_ENGLISH with CONV_XL_OOXEike Rathke1-0/+5
Change-Id: Idabf46bfdfa6092b0ae27fe4116382eaa00d5db9
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida1-6/+11
Change-Id: I1eb1c217db66615028faa85720838579056dc150
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida1-11/+6
Change-Id: Ic011143206c13fcbc1b3403bf5b7df46c6934899
2013-04-30Let's not forget to check this in...Kohei Yoshida1-0/+4
Curse the sc / formula split... Change-Id: Ib8d17ba63d05eb4df7e6918e0034d91dd82869e3
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida1-3/+1
Change-Id: If094dbf139e18ad23c73d6cf5a78ac4844132b14
2013-04-30Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida2-0/+62
Change-Id: I4b28c269759bc01bfc94cfdd6a1c651d03d829c7
2013-04-30Handle invariant group with single references.Kohei Yoshida2-7/+36
Change-Id: Ifbbac2b11b1023a5cf3d21204c12b9740af09aaf
2013-04-23execute move of global headersBjoern Michaelsen17-0/+3135
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a