summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* coverity#1169835 Improper use of negative valueCaolán McNamara2014-02-091-1/+1
* fdo#73146 Add Excel 2010 functionsWinfried Donkers2014-01-301-0/+56
* coverity#1158192 Improper use of negative valueCaolán McNamara2014-01-291-1/+1
* bool improvementsStephan Bergmann2014-01-282-9/+9
* fdo#72793 Add Excel 2010 functionsWinfried Donkers2014-01-271-5/+47
* Window::PreNotify should return boolStephan Bergmann2014-01-185-9/+9
* Window::Notify should return bool, reduxStephan Bergmann2014-01-171-1/+1
* Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida2013-12-201-1/+3
* typo fixesAndras Timar2013-12-201-1/+1
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* fdo#72158 Add Excel 2010 functionsWinfried Donkers2013-12-161-0/+42
* remove unused code (ancient Calc function ZELLERROR)Winfried Donkers2013-12-131-4/+0
* remove usage of STRING_NOTFOUND in formula.cxxNoel Grandin2013-12-041-80/+80
* remove condition that cannot be hitNoel Grandin2013-12-041-1/+1
* convert formula::FormEditData from xub_StrLen->sal_Int32Noel Grandin2013-12-031-1/+1
* convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32Noel Grandin2013-12-031-39/+39
* convert FormulaHelper from xub_StrLen to sal_Int32Noel Grandin2013-12-031-12/+12
* Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin2013-12-032-16/+16
* convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin2013-12-031-1/+1
* convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin2013-12-031-12/+12
* store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke2013-12-021-1/+1
* Remove useless comments in funcutil.Tomaž Vajngerl2013-12-011-411/+36
* our UI DURATION is ODF and Excel PDURATIONEike Rathke2013-11-291-1/+1
* fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers2013-11-291-0/+21
* Integrate branch of IAccessible2Steve Yin2013-11-264-1/+23
* 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