summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)Author
2014-02-18Drop unnecessary #includeTakeshi Abe
2014-02-14sal_Bool->boolNoel Grandin
2014-02-10Typo: adress -> addressJulien Nabet
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers
2014-01-30fdo#63154 Removed unused solar.h ref. in basic and formulaAlexandre Vicenzi
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers
2014-01-18Window::PreNotify should return boolStephan Bergmann
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers
2013-12-13remove unused code (ancient Calc function ZELLERROR)Winfried Donkers
2013-12-03convert formula::FormEditData from xub_StrLen->sal_Int32Noel Grandin
2013-12-03convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32Noel Grandin
2013-12-03convert FormulaHelper from xub_StrLen to sal_Int32Noel Grandin
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin
2013-12-02added isOOXML()Eike Rathke
2013-12-01Remove useless comments in funcutil.Tomaž Vajngerl
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers
2013-11-18Make FormulaCompiler explicitly non-copyable.Kohei Yoshida
2013-11-14Remove unused member.Kohei Yoshida
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers
2013-11-13fixed file format mappings always have RESOURCE_BASE separatorsEike Rathke
2013-11-13introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke
2013-11-11Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers
2013-11-06Correct reference count type.Kohei Yoshida
2013-11-06Use atomic increment and decrement for thread-safe reference count.Kohei Yoshida
2013-11-04fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
2013-10-18New constructor that takes both numeric and string arrays.Kohei Yoshida
2013-10-18More eye-pleasing way of checking for valid vector array...Kohei Yoshida
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-17remove OUStringHashCode in favor of OUStringHashCaolán McNamara
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin
2013-09-17convert formula::OpCodeHashMap from String to OUStringNoel Grandin