summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-01-13tdf#45904 Move XIndexAccess Java tests to C++Jens Carl1-2/+9
2019-01-13Add XServiceInfo tests to ScFunctionListObj.Jens Carl1-1/+9
2019-01-13tdf#45904 Move XElementAccess Java tests to C++Jens Carl2-1/+11
2019-01-13tdf#45904 Move XIndexAccess Java test to C++Jens Carl1-0/+7
2019-01-12tdf#45904 Move XNameAccess Java tests to C++Jens Carl1-3/+12
2019-01-12make Format->Conditional Formatting->Manage dialog asyncNoel Grandin2-33/+36
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann3-4/+14
2019-01-11make insert->header/footer dialogs asyncNoel Grandin2-15/+21
2019-01-11Fix typoAndrea Gelmini1-1/+1
2019-01-11Related: tdf#44076 use sc::power() in ScMatrix::PowOp()Eike Rathke1-2/+2
2019-01-10make format->page dialog asyncNoel Grandin1-31/+35
2019-01-10tdf#121978 use round again for Calc function SECOND.Winfried Donkers2-8/+88
2019-01-10Related: tdf#44076 do not leave cast to int to undefined behaviourEike Rathke4-12/+74
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin37-113/+101
2019-01-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen48-180/+20
2019-01-10use unique_ptr in ScRangeUtil::IsAbsTabAreaNoel Grandin3-22/+14
2019-01-10sc: Drop empty reordermap.cxxTakeshi Abe2-13/+0
2019-01-09use unique_ptr in ScViewOptions::CreateGridItemNoel Grandin3-5/+5
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov21-190/+150
2019-01-08use unique_ptr in ScXMLImportWrapperNoel Grandin4-11/+14
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin21-110/+110
2019-01-07Resolves: tdf#122301 ReferenceOrForceArray for FREQUENCY() parametersEike Rathke1-1/+1
2019-01-07Resetting all fields for all dims corrupts pivot cacheKatarina Behrens7-3/+50
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen41-0/+44
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov17-240/+180
2019-01-03uitest for bug tdf#99069Zdeněk Crhonek4-0/+99
2019-01-03Get rid of ScStringUtil::GetQuotedTokenCount()Matteo Casalin4-61/+5
2019-01-02uitest for bug tdf#45020Zdeněk Crhonek1-0/+38
2019-01-01uitest for bug tdf#44861Zdeněk Crhonek2-0/+59
2019-01-01uitest for bug tdf#35020Zdeněk Crhonek3-0/+61
2018-12-31uitest for bug tdf#39959Zdeněk Crhonek2-0/+61
2018-12-31uitest for bug tdf#49531 tdf#49520Zdeněk Crhonek4-0/+88
2018-12-30tdf#112484: repeat-item-labels is invalid in odf1.2 strictJulien Nabet1-0/+1
2018-12-30tdf#114919: fix ods export in ODF 1.2 strictJulien Nabet1-1/+1
2018-12-27Use appropriate STL function for searching in sorted listArkadiy Illarionov1-3/+12
2018-12-26tdf#122331 Autofilter disappeared after export to XLSXNoel Grandin1-1/+1
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov25-344/+223
2018-12-24Fix CppunitTest_chart2_xshape failing with Display Scaling on WindowsMike Kaganski1-0/+12
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-12-22Rework Data -> Statistics dialog, add WithReplacement and KeepOrderEike Rathke3-29/+159
2018-12-22Fix typo in codeAndrea Gelmini1-6/+6
2018-12-21Data -> Statistics: sample random values in random orderEike Rathke2-1/+82
2018-12-21uitest for bug tdf#106667Zdeněk Crhonek1-0/+37
2018-12-21uitest for bug tdf#117276Zdeněk Crhonek2-0/+115
2018-12-21pass ScAddress around using boost::optionalNoel Grandin1-18/+14
2018-12-21loplugin:unusedfieldsNoel Grandin2-6/+2
2018-12-21loplugin:unusedmethodsNoel Grandin1-1/+0
2018-12-21Rename PerformRandomSampling() to PerformRandomSamplingKeepOrder()Eike Rathke2-3/+3
2018-12-20Resolves: tdf#114695 limit width of this comboCaolán McNamara1-0/+4
2018-12-20sc: Simplify RemoveSubTotalsHandler using std::setTakeshi Abe1-17/+6