summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2018-12-05tdf#45904 Move XIndexAccess Java tests to C++Jens Carl
2018-12-05tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl
2018-12-05tdf#45904 Move XElementAccess Java tests to C++Jens Carl
2018-12-05tdf#45904 Move XControlAccess Java test to C++Jens Carl
2018-12-05Resolves: tdf#121887 RowModel::mnRow is 1-based, alwaysEike Rathke
2018-12-05tdf#51671, implement feature to disable legend entry for seriesMarkus Mohrhard
2018-12-05loplugin:singlevalfields in scNoel Grandin
2018-12-05OpenCL FVSCHEDULE() error checkingLuboš Luňák
2018-12-05OpenCL SQRT() error checkingLuboš Luňák
2018-12-05OpenCL NORMDIST() error checkingLuboš Luňák
2018-12-05fix OpenCL ROUND() when the second parameter is negativeLuboš Luňák
2018-12-05better/sane error checking in OpenCL BESSELJ()Luboš Luňák
2018-12-05remove unused SfxCallMode enum valueNoel Grandin
2018-12-05remove unused svx::ShapeProperty enum valueNoel Grandin
2018-12-05remove unused SdrSwapGraphicsMode enumNoel Grandin
2018-12-05remove unused GraphicManagerDrawFlags enumNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-05tdf#117332: select replaced text to properly replace it next timeMike Kaganski
2018-12-05tdf#45904 Move XRefreshable Java tests to C++Jens Carl
2018-12-04fixes for OpenCL COVAR()Luboš Luňák
2018-12-04make OpenCL SLOPE() handle problems more gracefullyLuboš Luňák
2018-12-04check that OpenCL NORMDIST() takes a proper number of argumentsLuboš Luňák
2018-12-04opencl SERIESSUM does not handle plain double argumentsLuboš Luňák
2018-12-04fix opencl YIELDDISCLuboš Luňák
2018-12-04tdf#117425 - Increase the length of the Name Box drop down menuheiko tietze
2018-12-04tdf#45904 Move XNamed Java tests to C++Jens Carl
2018-12-04NB: update calc groupedbar_fullandreas kainz
2018-12-04remove unused enum SfxObjectShellFlagsNoel Grandin
2018-12-04NB: update calc groupedbar_compactandreas kainz
2018-12-03check in opencl for MROUND to take exactly 2 argumentsLuboš Luňák
2018-12-03add a macro for detecting incorrect number of parameters in openclLuboš Luňák
2018-12-03restore incorrectly removed codeLuboš Luňák
2018-12-03add ^ (=power) and - (=unary minus) to OpenCLSubsetOpCodesLuboš Luňák
2018-12-03fix OpenCL PEARSON()Luboš Luňák
2018-12-03make OpenCL SUM() treat empty cells properlyLuboš Luňák
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák
2018-12-03restore functionality of OpenCL ParallelReductionVectorRef classLuboš Luňák
2018-12-03simply abort if SC_FORCE_CALCULATION has unknown valueLuboš Luňák
2018-12-03remove unused functionLuboš Luňák
2018-12-03fix OpenCL PRODUCT when there are actually no valuesLuboš Luňák
2018-12-03make sure opencl is not used from withing ocTableOpLuboš Luňák
2018-12-03fix opencl INTRATELuboš Luňák
2018-12-03sync PI value used in opencl SQRTPI to the one used in scaddinsLuboš Luňák
2018-12-03treat second argument of opencl's dollarde/dollarfr as integerLuboš Luňák
2018-12-03disable opencl implementation of AMORDEGRCLuboš Luňák
2018-12-03avoid crash in opencl AMORDEGRC and AMORLINT argument handlingLuboš Luňák
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen
2018-12-03tdf#45904 Move XElementAccess Java tests to C++Jens Carl
2018-12-03tdf#45904 Move XIndexAccess Java tests to C++Jens Carl
2018-12-03ofz#11679 avoid config using pathCaolán McNamara