summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida2013-12-311-1/+3
* store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke2013-12-021-1/+1
* our UI DURATION is ODF and Excel PDURATIONEike Rathke2013-11-291-1/+1
* fdo#71722 add Excel 2010 functionsWinfried Donkers2013-11-221-0/+28
* fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers2013-11-201-0/+35
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* Fix indentation.Kohei Yoshida2013-11-181-3/+3
* Remove unused member.Kohei Yoshida2013-11-141-2/+0
* Identify methods that don't modify internal state and mark them const.Kohei Yoshida2013-11-141-10/+10
* fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers2013-11-141-0/+14
* OOXML FINV is ODFF LEGACY.FINV, _xlfn.FINV is something differentEike Rathke2013-11-141-1/+1
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-2/+5
* moved erroneous _xlfn. from ODFF to OOXMLEike Rathke2013-11-141-8/+8
* all functions new in Excel since OOXML have _xlfn. prefixEike Rathke2013-11-141-36/+36
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-6/+6
* fixed file format mappings always have RESOURCE_BASE separatorsEike Rathke2013-11-131-27/+31
* c++11 we love youCaolán McNamara2013-11-131-2/+2
* introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke2013-11-131-10/+27
* More Excel functions with _xlfn. prefix.Kohei Yoshida2013-11-111-9/+14
* Add separate list of function names for OOXML import.Kohei Yoshida2013-11-113-3/+360
* Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida2013-11-111-0/+27
* remove unnecessary use of OUString constructorNoel Grandin2013-11-112-15/+15
* fdo#70797 add Excel 2010 functionsWinfried Donkers2013-11-081-0/+30
* Protect those global symbols containers with mutex during initialization.Kohei Yoshida2013-11-061-25/+41
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-051-3/+3
* fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers2013-11-041-0/+12
* fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers2013-10-311-0/+12
* fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers2013-10-301-0/+12
* fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza2013-10-301-8/+3
* fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers2013-10-251-0/+12
* New constructor that takes both numeric and string arrays.Kohei Yoshida2013-10-181-0/+2
* More eye-pleasing way of checking for valid vector array...Kohei Yoshida2013-10-181-0/+5
* Allow vector array tokens to store both numeric and string values.Kohei Yoshida2013-10-181-3/+3
* fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers2013-10-181-0/+12
* CID#736176 aArgInput is only 4 items, what's with the loop over 5 elementsCaolán McNamara2013-10-141-4/+4
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-112-12/+39
* convert remains of String to OUString in formula moduleNoel Grandin2013-10-012-16/+9
* gbuild: add gb_Library_use_restargetMichael Stahl2013-09-221-2/+1
* convert the rest of the formula module from String to OUStringNoel Grandin2013-09-175-99/+98
* convert formula/source/ui/dlg/funcpage.hxx from String to OUStringNoel Grandin2013-09-172-2/+2
* convert formula/source/ui/dlg/parawin.hxx from String to OUStringNoel Grandin2013-09-173-34/+33
* convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin2013-09-171-22/+16
* convert formula::OpCodeHashMap from String to OUStringNoel Grandin2013-09-171-4/+4
* convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin2013-09-171-16/+16
* convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin2013-09-171-18/+23
* convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin2013-09-171-11/+18
* convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin2013-09-173-17/+17
* convert include/formula/formdata.hxx from String to OUStringNoel Grandin2013-09-171-1/+1
* convert include/formula/formula.hxx from String to OUStringNoel Grandin2013-09-171-17/+16
* convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin2013-09-171-33/+34