Age | Commit message (Expand) | Author |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-27 | fdo#72793 Add Excel 2010 functions | Winfried Donkers |
2014-01-18 | Window::PreNotify should return bool | Stephan Bergmann |
2014-01-17 | Window::Notify should return bool, redux | Stephan Bergmann |
2013-12-20 | Add internal cell function __DEBUG_VAR to sniff arbitrary internal state. | Kohei Yoshida |
2013-12-20 | typo fixes | Andras Timar |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-16 | fdo#72158 Add Excel 2010 functions | Winfried Donkers |
2013-12-13 | remove unused code (ancient Calc function ZELLERROR) | Winfried Donkers |
2013-12-04 | remove usage of STRING_NOTFOUND in formula.cxx | Noel Grandin |
2013-12-04 | remove condition that cannot be hit | Noel Grandin |
2013-12-03 | convert formula::FormEditData from xub_StrLen->sal_Int32 | Noel Grandin |
2013-12-03 | convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32 | Noel Grandin |
2013-12-03 | convert FormulaHelper from xub_StrLen to sal_Int32 | Noel Grandin |
2013-12-03 | Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32 | Noel Grandin |
2013-12-03 | convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32 | Noel Grandin |
2013-12-03 | convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32 | Noel Grandin |
2013-12-02 | store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADD | Eike Rathke |
2013-12-01 | Remove useless comments in funcutil. | Tomaž Vajngerl |
2013-11-29 | our UI DURATION is ODF and Excel PDURATION | Eike Rathke |
2013-11-29 | fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISE | Winfried Donkers |
2013-11-26 | Integrate branch of IAccessible2 | Steve Yin |
2013-11-22 | fdo#71722 add Excel 2010 functions | Winfried Donkers |
2013-11-20 | fdo#71436 add Excel 2010 functions for F-distribution | Winfried Donkers |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-18 | Fix indentation. | Kohei Yoshida |
2013-11-14 | Remove unused member. | Kohei Yoshida |
2013-11-14 | Identify methods that don't modify internal state and mark them const. | Kohei Yoshida |
2013-11-14 | fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.T | Winfried Donkers |
2013-11-14 | OOXML FINV is ODFF LEGACY.FINV, _xlfn.FINV is something different | Eike Rathke |
2013-11-14 | make l10n buildable separately | Bjoern Michaelsen |
2013-11-14 | moved erroneous _xlfn. from ODFF to OOXML | Eike Rathke |
2013-11-14 | all functions new in Excel since OOXML have _xlfn. prefix | Eike Rathke |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-11-13 | fixed file format mappings always have RESOURCE_BASE separators | Eike Rathke |
2013-11-13 | c++11 we love you | Caolán McNamara |
2013-11-13 | introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXML | Eike Rathke |
2013-11-11 | More Excel functions with _xlfn. prefix. | Kohei Yoshida |
2013-11-11 | Add separate list of function names for OOXML import. | Kohei Yoshida |
2013-11-11 | Thread-safe way to check for presence of references in formula tokens. | Kohei Yoshida |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-11-08 | fdo#70797 add Excel 2010 functions | Winfried Donkers |
2013-11-06 | Protect those global symbols containers with mutex during initialization. | Kohei Yoshida |
2013-11-05 | convert xub_StrLen to sal_Int32 | Noel Grandin |
2013-11-04 | fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INV | Winfried Donkers |
2013-10-31 | fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INV | Winfried Donkers |
2013-10-30 | fdo#61002 add Excel 2010 functions VAR.P and VAR.S | Winfried Donkers |
2013-10-30 | fdo#54938: Convert svx to use cppu::supportsService | Marcos Paulo de Souza |
2013-10-25 | fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.S | Winfried Donkers |
2013-10-18 | New constructor that takes both numeric and string arrays. | Kohei Yoshida |