summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-11xmlreader: include <> for external includesNorbert Thiebaud3-26/+26
2013-11-11xmlscript: include <> for external includesNorbert Thiebaud7-17/+17
2013-11-11sfx2: include <> for external includesNorbert Thiebaud147-473/+473
2013-11-11canvas: include <> for external includesNorbert Thiebaud2-4/+4
2013-11-11basegfx: include <> for external includesNorbert Thiebaud9-25/+25
2013-11-11basebmp: include <> for external includesNorbert Thiebaud12-50/+50
2013-11-11basctl: include <> for external includesNorbert Thiebaud12-29/+29
2013-11-11basic: include <> for external includesNorbert Thiebaud24-75/+75
2013-11-11GPU Calc: unit test cases for MEDIANhongyu zhong3-0/+26
2013-11-11GPU Calc: implemented MEDIANhongyu zhong3-0/+87
2013-11-11GPU Calc: unit test cases for WEIBULLshiming zhang3-0/+28
2013-11-11GPU Calc: implemented WEIBULLshiming zhang3-0/+152
2013-11-12disable OpenCL testMarkus Mohrhard1-1/+3
2013-11-12postprocess: remove dependency on AllPackagesMichael Stahl1-1/+0
2013-11-12langtag: language-subtag-registry.xml is a generated fileMichael Stahl1-1/+3
2013-11-12gbuild: ExtensionPackage: fix incremental builds wrt. Package here tooMichael Stahl1-1/+2
2013-11-12gbuild: HelpTarget: more incremental rebuild fixingMichael Stahl1-0/+2
2013-11-12sysui: fix incremental builds in CustomTarget_shareMichael Stahl1-11/+21
2013-11-12gbuild: UIConfig: fix incremental buildsMichael Stahl1-1/+1
2013-11-11Simplification and better output of statistics dialogs.Tomaž Vajngerl14-62/+127
2013-11-11ui permissionsTomaž Vajngerl6-0/+0
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl19-10/+626
2013-11-11Iterators for data ranges and data cells.Tomaž Vajngerl5-39/+230
2013-11-11Add tools to simplyfy adding formulas and cell navigationTomaž Vajngerl14-428/+848
2013-11-11tabs to spacesTomaž Vajngerl1-564/+564
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl13-0/+270
2013-11-11Groupedby for ANOVA and "Descriptive Statistics"Tomaž Vajngerl15-117/+265
2013-11-11Add GroupedBy: Columns/Rows to Correlation and Covariance.Tomaž Vajngerl8-267/+867
2013-11-11More Excel functions with _xlfn. prefix.Kohei Yoshida1-9/+14
2013-11-11CHISQ.DIST now supported in the core.Kohei Yoshida1-1/+2
2013-11-12Add some more commentsTor Lillqvist3-1/+19
2013-11-11Add EBOOK_LIBSTor Lillqvist1-0/+1
2013-11-11Add test for importing some of those functions new in Excel 2010.Kohei Yoshida4-0/+38
2013-11-11Accelerate checking for VBA macros that are not there.Michael Meeks2-13/+11
2013-11-11Add separate list of function names for OOXML import.Kohei Yoshida3-3/+360
2013-11-11Group formula cells if we can, to avoid cloning of token array instances.Kohei Yoshida1-1/+18
2013-11-11This is clearly a mistake.Kohei Yoshida1-1/+1
2013-11-11Store the formula cell instance in cache rather than the token array.Kohei Yoshida1-9/+15
2013-11-11Create formula cells there...Kohei Yoshida1-12/+16
2013-11-11Cache previous formula tokens to avoid formula re-compilations.Kohei Yoshida1-2/+83
2013-11-11Remove mutexes from external ref manager.Kohei Yoshida2-32/+0
2013-11-11Revert "Guard access to external ref manager instance."Kohei Yoshida3-26/+12
2013-11-11We don't need to put this in a separate thread.Kohei Yoshida2-39/+11
2013-11-11Revert "Guard CharacterClassificationImpl with mutex."Kohei Yoshida2-19/+5
2013-11-11Mutex access to the global theIndexTable.Kohei Yoshida1-20/+44
2013-11-11Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida4-3/+34
2013-11-11Guard CharacterClassificationImpl with mutex.Kohei Yoshida2-5/+19
2013-11-11Make this thread safe too.Kohei Yoshida2-0/+4
2013-11-11Guard access to external ref manager instance.Kohei Yoshida3-12/+26
2013-11-11Move the API guard out of the worker threads onto the manager thread.Kohei Yoshida1-1/+7