summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* remove unnecessary tools/string.hxx includesCaolán McNamara2013-10-211-1/+0
* 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
* fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers2013-10-182-1/+5
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-111-20/+15
* convert remains of String to OUString in formula moduleNoel Grandin2013-10-011-3/+1
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-254-10/+10
* remove OUStringHashCode in favor of OUStringHashCaolán McNamara2013-09-171-10/+2
* convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin2013-09-171-8/+8
* convert formula::OpCodeHashMap from String to OUStringNoel Grandin2013-09-171-11/+11
* convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin2013-09-171-1/+1
* convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin2013-09-171-6/+10
* convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin2013-09-171-1/+3
* convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin2013-09-171-5/+5
* convert include/formula/formdata.hxx from String to OUStringNoel Grandin2013-09-171-16/+16
* convert include/formula/formula.hxx from String to OUStringNoel Grandin2013-09-171-11/+11
* convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin2013-09-171-7/+7
* introduced putCopyOpCode() to handle copyFrom()Eike Rathke2013-09-171-1/+16
* Correctly handle empty cells for string arrays too.Kohei Yoshida2013-09-101-2/+2
* iString to OUString in some calc core codeMarkus Mohrhard2013-09-072-19/+19
* Allow storage of string arrays in vector ref tokens.Kohei Yoshida2013-09-061-5/+20
* Remove more unused methodsMarcos Paulo de Souza2013-09-031-1/+0
* Add GRAM_ENGLISH_XL_OOX as supportedJulien Nabet2013-08-291-0/+1
* make this less error proneEike Rathke2013-08-141-2/+2
* corrected SC_OPCODE_STOP_2_PAR and SC_OPCODE_LAST_OPCODE_IDEike Rathke2013-08-141-9/+9
* XubString->OUStringCaolán McNamara2013-08-131-1/+1
* XubString->OUStringCaolán McNamara2013-08-121-1/+1
* remove last uses of XubString in scCaolán McNamara2013-08-021-1/+1
* resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2013-07-021-2/+2
* add initial version of WEBSERVICE functionMarkus Mohrhard2013-06-162-2/+4
* inital work on FILTERXML functionMarkus Mohrhard2013-06-162-2/+4
* Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei2013-06-112-2/+10
* XubString->OUStringCaolán McNamara2013-06-071-1/+1
* A little more description for the new tokens.Kohei Yoshida2013-04-301-3/+9
* added GRAM_ENGLISH_XL_OOX, FormulaLanguage::XL_ENGLISH with CONV_XL_OOXEike Rathke2013-04-301-0/+5
* 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-302-0/+62
* Handle invariant group with single references.Kohei Yoshida2013-04-302-7/+36
* execute move of global headersBjoern Michaelsen2013-04-2317-0/+3135