summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2013-12-31Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida1-1/+3
2013-12-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke1-1/+1
2013-11-29our UI DURATION is ODF and Excel PDURATIONEike Rathke1-1/+1
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers1-0/+28
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers1-0/+35
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-18Fix indentation.Kohei Yoshida1-3/+3
2013-11-14Remove unused member.Kohei Yoshida1-2/+0
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida1-10/+10
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers1-0/+14
2013-11-14OOXML FINV is ODFF LEGACY.FINV, _xlfn.FINV is something differentEike Rathke1-1/+1
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-2/+5
2013-11-14moved erroneous _xlfn. from ODFF to OOXMLEike Rathke1-8/+8
2013-11-14all functions new in Excel since OOXML have _xlfn. prefixEike Rathke1-36/+36
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-6/+6
2013-11-13fixed file format mappings always have RESOURCE_BASE separatorsEike Rathke1-27/+31
2013-11-13c++11 we love youCaolán McNamara1-2/+2
2013-11-13introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke1-10/+27
2013-11-11More Excel functions with _xlfn. prefix.Kohei Yoshida1-9/+14
2013-11-11Add separate list of function names for OOXML import.Kohei Yoshida3-3/+360
2013-11-11Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida1-0/+27
2013-11-11remove unnecessary use of OUString constructorNoel Grandin2-15/+15
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers1-0/+30
2013-11-06Protect those global symbols containers with mutex during initialization.Kohei Yoshida1-25/+41
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-3/+3
2013-11-04fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers1-0/+12
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers1-0/+12
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers1-0/+12
2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza1-8/+3
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