summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist2-13/+8
2014-01-07Add some more loggingTor Lillqvist1-8/+11
2014-01-07Avoid assertion failure if group has been disabledTor Lillqvist1-1/+3
2014-01-07Background OpenCL compilation re-factoringTor Lillqvist7-39/+112
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida4-13/+47
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida6-9/+174
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida7-133/+218
2014-01-06Add unit test for getting data entries. This used to crash at MAXROW.Kohei Yoshida2-0/+47
2014-01-06avoid out of bounds string accessCaolán McNamara1-4/+4
2014-01-06fdo#73117 fix switched true/false explanation for HYPGEOM.DISTWinfried Donkers1-2/+2
2014-01-05Don't crash when entering a value into cell at MAXROW position.Kohei Yoshida1-1/+8
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke2-8/+16
2014-01-03-Werror=unused-variableMatúš Kukan2-3/+2
2014-01-02added Latvian "LVL" to EUROCONVERT(), fdo#73239Eike Rathke1-1/+2
2014-01-02added Estonian "EEK" to EUROCONVERT(), fdo#73239Eike Rathke1-2/+7
2014-01-02resolved fdo#73113 not string cell does not mean no string at cellEike Rathke1-3/+21
2014-01-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks3-42/+55
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks3-1/+17
2013-12-31GPU Calc: Remove unnecessary 'std::cerr'haochen2-4/+8
2013-12-31GPU Calc: Fix accuracy not reach 11 in MDURATIONxinjiang2-23/+82
2013-12-31GPU Calc: unit test cases for accuracy not reach 11 in MDURATIONxinjiang2-0/+24
2013-12-31GPU Calc: Optimize Vlookuphaochen1-19/+34
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVPAshiming zhang1-0/+23
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVPAshiming zhang2-0/+27
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVAshiming zhang1-0/+23
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVAshiming zhang2-0/+27
2013-12-31GPU Calc: Fix bug of support optional parameter for VARPAshiming zhang1-0/+22
2013-12-31GPU Calc: unit test cases for support optional parameter for VARPAshiming zhang2-0/+26
2013-12-31GPU Calc: Fix bug of support optional parameter for VARAshiming zhang1-0/+23
2013-12-31GPU Calc: unit test cases for support optional parameter for VARAshiming zhang2-0/+28
2013-12-31GPU Calc: Fix Not support multiple data types of HARMEANmingli1-7/+10
2013-12-31GPU Calc: unit test cases for Not support multiple data types of HARMEANmingli2-0/+25
2013-12-31GPU Calc: Fix Not support multiple data types of KURTmingli1-92/+168
2013-12-31GPU Calc: unit test cases for Not support multiple data types of KURTmingli2-0/+25
2013-12-31GPU Calc: Optimized TBILLPRICEyiming ju2-70/+15
2013-12-31GPU Calc: Fix bug of Averageif not support double vectoryiming ju1-32/+131
2013-12-31GPU Calc: unit test cases for Averageif not support double vectoryiming ju2-1/+24
2013-12-31GPU Calc: fix compiler warningI-Jui (Ray) Sung1-1/+0
2013-12-31GPU Calc: Optimized COUPPCDminwang2-89/+77
2013-12-31GPU Calc: Optimized COUPNCDminwang2-92/+79
2013-12-31GPU Calc: Optimized AMORLINCminwang1-61/+54
2013-12-31GPU Calc: Optimized AMORDEGRCminwang1-59/+52
2013-12-31GPU Calc: Optimized COUPNUMminwang1-59/+60
2013-12-31GPU Calc: Optimized COUPDAYSNCminwang2-70/+77
2013-12-31GPU Calc: Optimized PRICEmulei2-91/+209
2013-12-31GPU Calc: Fix the precision of the Financial formula DISCxinjiang1-5/+3
2013-12-31GPU Calc: unit test cases for AVEDEVmingli3-1/+29
2013-12-31GPU Calc: implemented AVEDEVmingli3-1/+134
2013-12-31GPU Calc: Optimized RANDOMyangzhang1-5/+22
2013-12-31GPU Calc: unit test cases for NEGSUBhaochen3-0/+29