summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2013-12-31Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida2-2/+4
2013-12-02added isOOXML()Eike Rathke2-0/+10
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers2-1/+9
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers2-1/+11
2013-11-18Make FormulaCompiler explicitly non-copyable.Kohei Yoshida1-1/+2
2013-11-14Remove unused member.Kohei Yoshida1-1/+0
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida1-10/+10
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers2-1/+5
2013-11-13fixed file format mappings always have RESOURCE_BASE separatorsEike Rathke1-1/+15
2013-11-13introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke2-5/+13
2013-11-11Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida2-1/+6
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud14-28/+28
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers2-1/+11
2013-11-06Correct reference count type.Kohei Yoshida1-6/+6
2013-11-06Use atomic increment and decrement for thread-safe reference count.Kohei Yoshida1-6/+13
2013-11-04fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers2-1/+5
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers2-1/+5
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers2-1/+5
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers2-1/+5
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold17-46/+46
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara1-1/+0
2013-10-18New constructor that takes both numeric and string arrays.Kohei Yoshida1-0/+1
2013-10-18More eye-pleasing way of checking for valid vector array...Kohei Yoshida1-0/+2
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida1-6/+20
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers2-1/+5
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-20/+15
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin1-3/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara4-10/+10
2013-09-17remove OUStringHashCode in favor of OUStringHashCaolán McNamara1-10/+2
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin1-8/+8
2013-09-17convert formula::OpCodeHashMap from String to OUStringNoel Grandin1-11/+11
2013-09-17convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin1-1/+1
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-6/+10
2013-09-17convert aCorrectedSymbol in formula::FormulaCompiler from String to OUStringNoel Grandin1-1/+3
2013-09-17convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin1-5/+5
2013-09-17convert include/formula/formdata.hxx from String to OUStringNoel Grandin1-16/+16
2013-09-17convert include/formula/formula.hxx from String to OUStringNoel Grandin1-11/+11
2013-09-17convert include/formula/formulahelper.hxx from String to OUStringNoel Grandin1-7/+7
2013-09-17introduced putCopyOpCode() to handle copyFrom()Eike Rathke1-1/+16
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida1-2/+2
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard2-19/+19
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida1-5/+20
2013-09-03Remove more unused methodsMarcos Paulo de Souza1-1/+0
2013-08-29Add GRAM_ENGLISH_XL_OOX as supportedJulien Nabet1-0/+1
2013-08-14make this less error proneEike Rathke1-2/+2
2013-08-14corrected SC_OPCODE_STOP_2_PAR and SC_OPCODE_LAST_OPCODE_IDEike Rathke1-9/+9
2013-08-13XubString->OUStringCaolán McNamara1-1/+1
2013-08-12XubString->OUStringCaolán McNamara1-1/+1
2013-08-02remove last uses of XubString in scCaolán McNamara1-1/+1