summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)Author
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
2013-10-18New constructor that takes both numeric and string arrays.Kohei Yoshida
2013-10-18More eye-pleasing way of checking for valid vector array...Kohei Yoshida
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-17remove OUStringHashCode in favor of OUStringHashCaolán McNamara
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin
2013-09-17convert formula::OpCodeHashMap from String to OUStringNoel Grandin
2013-09-17convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin
2013-09-17convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin
2013-09-17convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin
2013-09-17convert include/formula/formdata.hxx from String to OUStringNoel Grandin
2013-09-17convert include/formula/formula.hxx from String to OUStringNoel Grandin
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