Age | Commit message (Expand) | Author |
2014-02-03 | xub_StrLen and tools/string.hxx final straw | Norbert Thiebaud |
2014-01-30 | fdo#73146 Add Excel 2010 functions | Winfried Donkers |
2014-01-30 | fdo#63154 Removed unused solar.h ref. in basic and formula | Alexandre Vicenzi |
2014-01-27 | fdo#72793 Add Excel 2010 functions | Winfried Donkers |
2014-01-18 | Window::PreNotify should return bool | Stephan Bergmann |
2013-12-20 | Add internal cell function __DEBUG_VAR to sniff arbitrary internal state. | Kohei Yoshida |
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-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 | added isOOXML() | Eike Rathke |
2013-12-01 | Remove useless comments in funcutil. | Tomaž Vajngerl |
2013-11-29 | fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISE | Winfried Donkers |
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-18 | Make FormulaCompiler explicitly non-copyable. | 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-13 | fixed file format mappings always have RESOURCE_BASE separators | Eike Rathke |
2013-11-13 | introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXML | Eike Rathke |
2013-11-11 | Thread-safe way to check for presence of references in formula tokens. | Kohei Yoshida |
2013-11-09 | fdo#65108 inter-module includes <> | Norbert Thiebaud |
2013-11-08 | fdo#70797 add Excel 2010 functions | Winfried Donkers |
2013-11-06 | Correct reference count type. | Kohei Yoshida |
2013-11-06 | Use atomic increment and decrement for thread-safe reference count. | Kohei Yoshida |
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-25 | fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.S | Winfried Donkers |
2013-10-23 | fixincludeguards.sh: include - the rest | Thomas Arnhold |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-21 | remove unnecessary tools/string.hxx includes | Caolán McNamara |
2013-10-18 | New constructor that takes both numeric and string arrays. | Kohei Yoshida |
2013-10-18 | More eye-pleasing way of checking for valid vector array... | Kohei Yoshida |
2013-10-18 | Allow vector array tokens to store both numeric and string values. | Kohei Yoshida |
2013-10-18 | fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functions | Winfried Donkers |
2013-10-11 | Formula tokens, formula cells and formula interpreters to use shared strings. | Kohei Yoshida |
2013-10-01 | convert remains of String to OUString in formula module | Noel Grandin |
2013-09-25 | Related: fdo#38838 remove UniString::EqualsIgnoreCaseAscii | Caolán McNamara |
2013-09-17 | remove OUStringHashCode in favor of OUStringHash | Caolán McNamara |
2013-09-17 | convert the resust of include/formula/FormulaCompiler.hxx to OUString | Noel Grandin |
2013-09-17 | convert formula::OpCodeHashMap from String to OUString | Noel Grandin |
2013-09-17 | convert aCorrectedFormula in formula::FormulaCompiler to OUString | Noel Grandin |
2013-09-17 | convert formula::FormulaCompiler::OpCodeMap from String to OUString | Noel Grandin |
2013-09-17 | convert aCorrectedSymbol in formula::FormulaCompiler from String to OUString | Noel Grandin |