summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* fdo#72793 Add Excel 2010 functionsWinfried Donkers2014-01-272-1/+13
* Window::PreNotify should return boolStephan Bergmann2014-01-181-2/+2
* Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida2013-12-202-2/+4
* fdo#72158 Add Excel 2010 functionsWinfried Donkers2013-12-162-1/+13
* remove unused code (ancient Calc function ZELLERROR)Winfried Donkers2013-12-132-2/+0
* convert formula::FormEditData from xub_StrLen->sal_Int32Noel Grandin2013-12-031-3/+3
* convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32Noel Grandin2013-12-031-1/+1
* convert FormulaHelper from xub_StrLen to sal_Int32Noel Grandin2013-12-031-6/+6
* Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin2013-12-031-6/+6
* 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-2/+2
* added isOOXML()Eike Rathke2013-12-022-0/+10
* Remove useless comments in funcutil.Tomaž Vajngerl2013-12-011-42/+50
* fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers2013-11-292-2/+8
* fdo#71722 add Excel 2010 functionsWinfried Donkers2013-11-222-1/+9
* fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers2013-11-202-1/+11
* Make FormulaCompiler explicitly non-copyable.Kohei Yoshida2013-11-181-1/+2
* Remove unused member.Kohei Yoshida2013-11-141-1/+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-142-1/+5
* fixed file format mappings always have RESOURCE_BASE separatorsEike Rathke2013-11-131-1/+15
* introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke2013-11-132-5/+13
* Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida2013-11-112-1/+6
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-0914-28/+28
* fdo#70797 add Excel 2010 functionsWinfried Donkers2013-11-082-1/+11
* Correct reference count type.Kohei Yoshida2013-11-061-6/+6
* Use atomic increment and decrement for thread-safe reference count.Kohei Yoshida2013-11-061-6/+13
* fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers2013-11-042-1/+5
* fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers2013-10-312-1/+5
* fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers2013-10-302-1/+5
* fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers2013-10-252-1/+5
* fixincludeguards.sh: include - the restThomas Arnhold2013-10-2317-46/+46
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* remove unnecessary tools/string.hxx includesCaolán McNamara2013-10-211-1/+0
* New constructor that takes both numeric and string arrays.Kohei Yoshida2013-10-181-0/+1
* More eye-pleasing way of checking for valid vector array...Kohei Yoshida2013-10-181-0/+2
* Allow vector array tokens to store both numeric and string values.Kohei Yoshida2013-10-181-6/+20
* fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers2013-10-182-1/+5
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-111-20/+15
* convert remains of String to OUString in formula moduleNoel Grandin2013-10-011-3/+1
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-254-10/+10
* remove OUStringHashCode in favor of OUStringHashCaolán McNamara2013-09-171-10/+2
* convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin2013-09-171-8/+8
* convert formula::OpCodeHashMap from String to OUStringNoel Grandin2013-09-171-11/+11
* convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin2013-09-171-1/+1
* convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin2013-09-171-6/+10
* convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin2013-09-171-1/+3
* convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin2013-09-171-5/+5
* convert include/formula/formdata.hxx from String to OUStringNoel Grandin2013-09-171-16/+16
* convert include/formula/formula.hxx from String to OUStringNoel Grandin2013-09-171-11/+11