summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)Author
2013-09-17convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin
2013-09-17introduced putCopyOpCode() to handle copyFrom()Eike Rathke
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida
2013-09-03Remove more unused methodsMarcos Paulo de Souza
2013-08-29Add GRAM_ENGLISH_XL_OOX as supportedJulien Nabet
2013-08-14make this less error proneEike Rathke
2013-08-14corrected SC_OPCODE_STOP_2_PAR and SC_OPCODE_LAST_OPCODE_IDEike Rathke
2013-08-13XubString->OUStringCaolán McNamara
2013-08-12XubString->OUStringCaolán McNamara
2013-08-02remove last uses of XubString in scCaolán McNamara
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke
2013-06-16add initial version of WEBSERVICE functionMarkus Mohrhard
2013-06-16inital work on FILTERXML functionMarkus Mohrhard
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei
2013-06-07XubString->OUStringCaolán McNamara
2013-04-30A little more description for the new tokens.Kohei Yoshida
2013-04-30added GRAM_ENGLISH_XL_OOX, FormulaLanguage::XL_ENGLISH with CONV_XL_OOXEike Rathke
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida
2013-04-30Let's not forget to check this in...Kohei Yoshida
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida
2013-04-30Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida
2013-04-30Handle invariant group with single references.Kohei Yoshida
2013-04-23execute move of global headersBjoern Michaelsen