summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2013-11-13GPU Calc: implemented for ARCCOSyangzhang
2013-11-13GPU Calc: unit test cases for NORMDISThongyu zhong
2013-11-13GPU Calc: implemented NORMDISThongyu zhong
2013-11-13GPU Calc: unit test cases for NPERmulei
2013-11-13GPU Calc: implemented for NPERmulei
2013-11-13GPU Calc: unit test cases for KURTmingli ju
2013-11-13GPU Calc: implemented for KURTmingli
2013-11-13GPU Calc: unit test cases for VDByiming ju
2013-11-13GPU Calc: implemented for VDByiming ju
2013-11-13GPU Calc: implemented for SUMIFSyiming ju
2013-11-12GPU Calc: fix compilation error in calling GetNullDate()I-Jui (Ray) Sung
2013-11-12GPU Calc: implemented for MDURATIONxinjiang
2013-11-12GPU Calc: unit test cases for FVxinjiang
2013-11-12GPU Calc: implemented for FVxinjiang
2013-11-12GPU Calc: unit test cases for DDBminwang
2013-11-12GPU Calc: implement fix for DDBminwang
2013-11-12GPU Calc: implement fix for AMORLINC in GPU calcminwang
2013-11-12GPU Calc: implement fix for AMORDEGRC in GPU calcminwang
2013-11-12GPU Calc: implement fix for DURATION_ADDxinjiang
2013-11-12Avoid using UNO API formula tokens.Kohei Yoshida
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida
2013-11-12Translate German commentsPhilipp Weissenbacher
2013-11-12WaE: unused variable 'aReferenceString' [loplugin]Tor Lillqvist
2013-11-12WaE: unused variable 'aFormulaString' [loplugin]Tor Lillqvist
2013-11-11GPU Calc: unit test cases for MEDIANhongyu zhong
2013-11-11GPU Calc: implemented MEDIANhongyu zhong
2013-11-11GPU Calc: unit test cases for WEIBULLshiming zhang
2013-11-11GPU Calc: implemented WEIBULLshiming zhang
2013-11-11Simplification and better output of statistics dialogs.Tomaž Vajngerl
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl
2013-11-11Iterators for data ranges and data cells.Tomaž Vajngerl
2013-11-11Add tools to simplyfy adding formulas and cell navigationTomaž Vajngerl
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-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