summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers1-0/+12
2013-10-18New constructor that takes both numeric and string arrays.Kohei Yoshida1-0/+2
2013-10-18More eye-pleasing way of checking for valid vector array...Kohei Yoshida1-0/+5
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida1-3/+3
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers1-0/+12
2013-10-14CID#736176 aArgInput is only 4 items, what's with the loop over 5 elementsCaolán McNamara1-4/+4
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2-12/+39
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin2-16/+9
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-2/+1
2013-09-17convert the rest of the formula module from String to OUStringNoel Grandin5-99/+98
2013-09-17convert formula/source/ui/dlg/funcpage.hxx from String to OUStringNoel Grandin2-2/+2
2013-09-17convert formula/source/ui/dlg/parawin.hxx from String to OUStringNoel Grandin3-34/+33
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin1-22/+16
2013-09-17convert formula::OpCodeHashMap from String to OUStringNoel Grandin1-4/+4
2013-09-17convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin1-16/+16
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-18/+23
2013-09-17convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin1-11/+18
2013-09-17convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin3-17/+17
2013-09-17convert include/formula/formdata.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-17convert include/formula/formula.hxx from String to OUStringNoel Grandin1-17/+16
2013-09-17convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin1-33/+34
2013-09-17introduced putCopyOpCode() to handle copyFrom()Eike Rathke1-6/+57
2013-09-17FILTERXML and WEBSERVICE were missingEike Rathke1-3/+7
2013-09-17better SAL_WARN_IF diagnosticsEike Rathke1-8/+6
2013-09-16deuglified for readabilityEike Rathke1-206/+193
2013-09-16Revert "get rid of unnecessary warning"Eike Rathke1-2/+2
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida1-1/+1
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-18/+18
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida1-6/+13
2013-09-03Remove more unused methodsMarcos Paulo de Souza1-5/+0
2013-08-27get rid of unnecessary warningWinfried Donkers1-2/+2
2013-08-16differentiated warning for symbol/AddIn pair insertion, fdo#59727Eike Rathke1-1/+10
2013-08-13XubString->OUStringCaolán McNamara3-3/+3
2013-08-12XubString->OUStringCaolán McNamara2-3/+3
2013-08-08tweak comment translationsMichael Stahl2-6/+6
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-1/+1
2013-07-22fdo#46037: no more comphelper/configurationhelper.hxx in formula moduleJulien Nabet1-1/+0
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2-13/+12
2013-06-16add initial version of WEBSERVICE functionMarkus Mohrhard1-0/+5
2013-06-16inital work on FILTERXML functionMarkus Mohrhard1-0/+6
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei1-0/+24
2013-06-07XubString->OUStringCaolán McNamara2-16/+16
2013-05-15String.AppendAscii DropRicardo Montania1-11/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida1-7/+27
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida1-9/+11
2013-04-30Let's not forget to check this in...Kohei Yoshida1-0/+10
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida1-2/+2
2013-04-30Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida2-0/+38
2013-04-24gbuild: drop empty use_packages callsDavid Tardon3-9/+0