summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-12-03check in opencl for MROUND to take exactly 2 argumentsLuboš Luňák1-0/+1
2018-12-03add a macro for detecting incorrect number of parameters in openclLuboš Luňák3-0/+29
2018-12-03restore incorrectly removed codeLuboš Luňák1-0/+17
2018-12-03add ^ (=power) and - (=unary minus) to OpenCLSubsetOpCodesLuboš Luňák1-0/+5
2018-12-03fix OpenCL PEARSON()Luboš Luňák1-8/+11
2018-12-03make OpenCL SUM() treat empty cells properlyLuboš Luňák1-0/+6
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák9-9/+107
2018-12-03restore functionality of OpenCL ParallelReductionVectorRef classLuboš Luňák1-0/+372
2018-12-03simply abort if SC_FORCE_CALCULATION has unknown valueLuboš Luňák1-1/+2
2018-12-03remove unused functionLuboš Luňák1-4/+0
2018-12-03fix OpenCL PRODUCT when there are actually no valuesLuboš Luňák1-8/+19
2018-12-03make sure opencl is not used from withing ocTableOpLuboš Luňák1-0/+4
2018-12-03fix opencl INTRATELuboš Luňák1-3/+2
2018-12-03sync PI value used in opencl SQRTPI to the one used in scaddinsLuboš Luňák1-1/+1
2018-12-03treat second argument of opencl's dollarde/dollarfr as integerLuboš Luňák1-4/+4
2018-12-03disable opencl implementation of AMORDEGRCLuboš Luňák1-2/+2
2018-12-03avoid crash in opencl AMORDEGRC and AMORLINT argument handlingLuboš Luňák1-20/+34
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen1-0/+1
2018-12-03tdf#45904 Move XElementAccess Java tests to C++Jens Carl2-1/+10
2018-12-03tdf#45904 Move XIndexAccess Java tests to C++Jens Carl1-2/+9
2018-12-03ofz#11679 avoid config using pathCaolán McNamara1-0/+4
2018-12-02no need for approxFloorhimajin1000001-1/+1
2018-12-02loplugin:intvsfloat get this working reliablyNoel Grandin1-1/+1
2018-12-02weld ScShareDocumentDlgCaolán McNamara8-187/+121
2018-12-02tdf#45904 Move XElementAccess Java tests to C++Jens Carl2-4/+14
2018-12-02tdf#45904 Move XIndexAccess Java tests to C++Jens Carl1-0/+10
2018-12-01Rename testGetByIndex to testIndexJens Carl1-3/+4
2018-12-01tdf#39468 Translate German commentsJens Carl1-1/+1
2018-12-01tdf#45904 Move XIndexAccess Java tests to C++Jens Carl2-2/+8
2018-12-01tdf#120703 PVS: the condition needs &&, not ||Mike Kaganski1-1/+1
2018-12-01weld OfaAutocorrExceptPageCaolán McNamara1-6/+6
2018-12-01tdf#45904 Move XElementAccess Java tests to C++Jens Carl1-16/+32
2018-12-01tdf#45904 Move XElementAccess Java tests to C++Jens Carl2-2/+11
2018-12-01Correct class nameJens Carl1-8/+8
2018-11-30i#32345 Support a matrix of rank argument for LARGE()/SMALL()Takeshi Abe5-23/+141
2018-11-30tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl3-0/+145
2018-11-30add uitest fr bug tdf#121263Zdeněk Crhonek1-0/+51
2018-11-30Specify label mnemonic widgetsMike Kaganski1-0/+2
2018-11-30tdf#114113: handle quoted sheet namesMike Kaganski1-2/+18
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen94-195/+351
2018-11-30remove unused HeaderBarItemBits enum valuesNoel Grandin3-3/+3
2018-11-30tdf#93005, tdf#100611, remove the incomplete ODC export featureMarkus Mohrhard9-136/+3
2018-11-30weld OfaAutocorrReplacePageCaolán McNamara2-5/+7
2018-11-29Adds print even pages/print odd pages options in print dialogDaniel Silva3-14/+89
2018-11-29Configures page range in print dialogDaniel2-26/+15
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen24-0/+25
2018-11-29make OpenCL bail out if it can't handle multi-column refsLuboš Luňák8-1687/+1406
2018-11-29calc threads cycle detection should not break computing a valueLuboš Luňák1-1/+3
2018-11-29Support occurrence number as REGEX() 4th argument, tdf#113977 follow-upEike Rathke2-70/+140