summaryrefslogtreecommitdiff
path: root/sc/qa/unit
AgeCommit message (Expand)Author
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-25Adds a unit test for multiple formula-groups...Dennis Francis
2019-01-24loplugin:constparams in scNoel Grandin
2019-01-17Add tests for FREQUENCY() ReferenceOrForceArray, ForceArrayReturn, tdf#122301Eike Rathke
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2019-01-10tdf#121978 use round again for Calc function SECOND.Winfried Donkers
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07Resetting all fields for all dims corrupts pivot cacheKatarina Behrens
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-24Fix CppunitTest_chart2_xshape failing with Display Scaling on WindowsMike Kaganski
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-17tdf#99438: sc: support for .xltx exportVasily Melenchuk
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák
2018-12-12tdf#69569 implement proposed change to ODF1.2 part 2 §4.11.7.7Winfried Donkers
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski
2018-12-08Adds additional test-case for AVERAGEIFS...Dennis Francis
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-30i#32345 Support a matrix of rank argument for LARGE()/SMALL()Takeshi Abe
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-29make OpenCL bail out if it can't handle multi-column refsLuboš Luňák
2018-11-29tdf#121612: update pivot caches during saving to XLSXVasily Melenchuk
2018-11-23enum ScMatrix::Op is unnecessaryNoel Grandin
2018-11-20tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*Gabor Kelemen
2018-11-15Resolves: i#32345 Make LARGE()/SMALL() return an arrayTakeshi Abe
2018-11-14$SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-11-13tdf#113977 unit test for function REGEXZdeněk Crhonek
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-10Unit test for array of references in ForceArray, tdf#120895, tdf#58874Eike Rathke
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-10-30sc: Fix a wrong reference in a SMALL()'s test caseTakeshi Abe
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-18add test for bug tdf#73081Zdeněk Crhonek
2018-10-18loplugin:staticvar in scNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-16Unit test deleting shared formula group top cell, tdf#119623Eike Rathke
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-10-15sc: Let SKEW/SKEWP raise #!DIV/0 when < 3 numbers are givenTakeshi Abe
2018-10-15sc: Make KURT() return #DIV/0! when <4 arguments are givenTakeshi Abe
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-11tdf#111980 oox optionbutton autoGroup inside GroupBoxJustin Luth
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák
2018-10-08Added date time transformations - follow-upVikas Mahato
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin
2018-10-05sc: Enhance binary search for ScMarkArraySerge Krot