summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2013-11-11Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers
2013-11-06Protect those global symbols containers with mutex during initialization.Kohei Yoshida
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers
2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers
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-14CID#736176 aArgInput is only 4 items, what's with the loop over 5 elementsCaolán McNamara
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-22gbuild: add gb_Library_use_restargetMichael Stahl
2013-09-17convert the rest of the formula module from String to OUStringNoel Grandin
2013-09-17convert formula/source/ui/dlg/funcpage.hxx from String to OUStringNoel Grandin
2013-09-17convert formula/source/ui/dlg/parawin.hxx from String to OUStringNoel Grandin
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-17FILTERXML and WEBSERVICE were missingEike Rathke
2013-09-17better SAL_WARN_IF diagnosticsEike Rathke
2013-09-16deuglified for readabilityEike Rathke
2013-09-16Revert "get rid of unnecessary warning"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-27get rid of unnecessary warningWinfried Donkers
2013-08-16differentiated warning for symbol/AddIn pair insertion, fdo#59727Eike Rathke
2013-08-13XubString->OUStringCaolán McNamara
2013-08-12XubString->OUStringCaolán McNamara
2013-08-08tweak comment translationsMichael Stahl
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
2013-07-22fdo#46037: no more comphelper/configurationhelper.hxx in formula moduleJulien Nabet
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