summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-06-15do not allow threading in SwInterpreter for threading-disabled tokensLuboš Luňák1-1/+1
2018-06-15clean up calc'c choosing between threading and OpenCLLuboš Luňák3-38/+45
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov3-16/+13
2018-06-15move SetNumberFormat() calls out of calc threadsLuboš Luňák5-8/+51
2018-06-15tdf#77517 make Calc function ROW accept external references.Winfried Donkers1-9/+30
2018-06-15print also formula opcode value in debug outputLuboš Luňák1-7/+14
2018-06-15fix build error in debug codeLuboš Luňák1-1/+1
2018-06-15sc: These booleans are constantTakeshi Abe3-3/+3
2018-06-14loplugin:unusedfieldsNoel Grandin2-3/+0
2018-06-14uitest Calc/statistics/ regressionZdeněk Crhonek1-0/+289
2018-06-14tdf#45904 Move _XFormulaQuery Java tests to C++Jens Carl5-3/+72
2018-06-14Remove now unused ScCellIterator::hasEmptyData()Eike Rathke2-12/+0
2018-06-14Resolves: tdf#118161 use ScCellIterator::isEmpty() for COUNTA()Eike Rathke1-1/+1
2018-06-14tdf#100894 freeze when editing calc file with bazillions of cond formattingNoel Grandin3-10/+10
2018-06-13tdf#45904 Move remaining _XCellRangeReferrer Java tests to C++Jens Carl4-20/+65
2018-06-13uitest Calc-statistics- Moving averageZdeněk Crhonek1-0/+176
2018-06-13loplugin:useuniqueptr in ScDPResultDataNoel Grandin2-15/+14
2018-06-13loplugin:useuniqueptr in ColumnSpanSetNoel Grandin2-29/+18
2018-06-13calc: unit tests for data validationMarco Cecchetti4-0/+43
2018-06-13loplugin:useuniqueptr in ScSortInfoArrayNoel Grandin1-18/+11
2018-06-13Fix typosAndrea Gelmini2-2/+2
2018-06-13Remove some obsolete dependencies from CppunitTest_sc_ddelinkobjJens Carl1-29/+0
2018-06-13uitest Calc-statistics- Exponential SmoothingZdeněk Crhonek1-0/+184
2018-06-12do not even consider ScTokenArray for OpenCL if it's disabledLuboš Luňák1-10/+15
2018-06-12tdf#45904 Move _XCellRangeData Java test to C++Jens Carl2-0/+24
2018-06-12chmod -xTor Lillqvist1-0/+0
2018-06-12don't use opencl with deleted cellsLuboš Luňák1-0/+4
2018-06-12tdf#117276 filter reset: check complete data range selectedSerge Krot1-1/+13
2018-06-12fix leak in SfxApplication::OpenDocExec_ImplNoel Grandin2-2/+2
2018-06-12pass ScInterpreterContext to GetFormula()Luboš Luňák1-1/+1
2018-06-12loplugin:constantparamNoel Grandin3-10/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin14-137/+68
2018-06-11tdf#114487 sc htmlimp: non-global sheet range namesJustin Luth2-3/+3
2018-06-11tdf#113991 xls/xlsx export: no relative sheet in named rangesJustin Luth3-5/+80
2018-06-11tdf#42949 Fix IWYU warnings in sc/inc/s*Gabor Kelemen19-25/+50
2018-06-11uitest Calc-Statistics- Descriptive statisticsZdeněk Crhonek1-0/+157
2018-06-11uitest - Calc-statistics- ANOVAZdeněk Crhonek1-0/+141
2018-06-11uitest Calc-Statistics-Correlation and CovarianceZdeněk Crhonek2-0/+390
2018-06-11coverity#735800 Dereference after null checkCaolán McNamara1-1/+1
2018-06-11sc: Make ZTEST() raise #DIV/0! when the sample stddev is 0Takeshi Abe1-0/+5
2018-06-11tdf#114710 : Fixes crash when pasting as GDI metafileDennis Francis3-8/+14
2018-06-11sc: ScHeaderFieldData always stores a datetimeTakeshi Abe6-23/+13
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-2/+2
2018-06-10uitest for bug tdf#83901Zdeněk Crhonek1-1/+77
2018-06-10uitest for bug tdf#117522Zdeněk Crhonek1-0/+113
2018-06-09adding some fuzz to row height tolerance testsThorsten Behrens1-2/+2
2018-06-09Fix typosAndrea Gelmini1-1/+1
2018-06-09uitest Calc - statistics - samplingZdeněk Crhonek3-0/+131
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin26-98/+0
2018-06-09delete space in string in Calc-Statistics-Descriptive StatisticsZdeněk Crhonek1-1/+1