summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl
2013-11-11Groupedby for ANOVA and "Descriptive Statistics"Tomaž Vajngerl
2013-11-11Add GroupedBy: Columns/Rows to Correlation and Covariance.Tomaž Vajngerl
2013-11-11CHISQ.DIST now supported in the core.Kohei Yoshida
2013-11-11Add test for importing some of those functions new in Excel 2010.Kohei Yoshida
2013-11-11Group formula cells if we can, to avoid cloning of token array instances.Kohei Yoshida
2013-11-11This is clearly a mistake.Kohei Yoshida
2013-11-11Store the formula cell instance in cache rather than the token array.Kohei Yoshida
2013-11-11Create formula cells there...Kohei Yoshida
2013-11-11Cache previous formula tokens to avoid formula re-compilations.Kohei Yoshida
2013-11-11Remove mutexes from external ref manager.Kohei Yoshida
2013-11-11Revert "Guard access to external ref manager instance."Kohei Yoshida
2013-11-11We don't need to put this in a separate thread.Kohei Yoshida
2013-11-11Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida
2013-11-11Make this thread safe too.Kohei Yoshida
2013-11-11Guard access to external ref manager instance.Kohei Yoshida
2013-11-11Move the API guard out of the worker threads onto the manager thread.Kohei Yoshida
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin
2013-11-10clean up #ifdef ICC codeMichael Stahl
2013-11-09More sc CppunitTest fixesStephan Bergmann
2013-11-09More sc CppunitTest fixesStephan Bergmann
2013-11-09The ScOutlineObj test still requires the fugdgeStephan Bergmann
2013-11-09fixup sc chart regression testLionel Elie Mamane
2013-11-09UnoApiTest don't require CalcLionel Elie Mamane
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers
2013-11-08improve calc function CRITBINOMWinfried Donkers
2013-11-08warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke
2013-11-07Bin an unused functionTor Lillqvist
2013-11-07Umgekehrte Polnische Notation is German for Reverse Polish NotationTor Lillqvist
2013-11-07Cosmetics: Use more consistent style in the generated OpenCL codeTor Lillqvist
2013-11-07Blind MSVC fixStephan Bergmann
2013-11-07we need to use ScDocumentImport for all callsMarkus Mohrhard
2013-11-06Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida
2013-11-06Allow instantiation of more than one SvNumberFormatter from the document.Kohei Yoshida
2013-11-06Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida
2013-11-06Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida
2013-11-06Add mutex for external source document meta-data container.Kohei Yoshida
2013-11-06Make this method private as it is used only internally.Kohei Yoshida
2013-11-06Set mutex for external ref cache content.Kohei Yoshida
2013-11-06Keep the integer type in sync and remove unused data members.Kohei Yoshida
2013-11-06Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida
2013-11-06Add new test for parsing OOo A1 style single references.Kohei Yoshida
2013-11-06Using OUStringBuffer is faster than chained += operator.Kohei Yoshida
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida