summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen14-0/+14
2018-12-19Add XServiceInfo tests to ScTableRowsObjJens Carl1-0/+8
2018-12-19Fix typo in QA pathAndrea Gelmini1-1/+1
2018-12-19tdf#45904 Move XTableRows Java tests to C++Jens Carl2-2/+22
2018-12-19tdf#120859 bad column span in .ui leads to overlapping checkbuttonsCaolán McNamara1-3/+3
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen47-123/+30
2018-12-19tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl1-0/+5
2018-12-19tdf#45904 Move XElementAccess Java tests to C++Jens Carl1-1/+12
2018-12-19Turn OSL_ENSURE(IsCalculated()) into assert()Eike Rathke1-8/+8
2018-12-19tdf#45904 Move XIndexAccess Java tests to C++Jens Carl3-0/+134
2018-12-18Add XServiceInfo tests to ScScenariosObjJens Carl1-1/+9
2018-12-18tdf#45904 Move XNameAccess Java tests to C++Jens Carl2-1/+8
2018-12-18tdf#45904 Move XElementAccess Java tests to C++Jens Carl1-0/+9
2018-12-18tdf#45904 Move XIndexAccess Java tests to C++Jens Carl1-1/+8
2018-12-18tdf#120513 Change error message for Excel files about recalculateRoman Kuznetsov1-1/+1
2018-12-18no need to allocate sc::op::Op on the heap hereNoel Grandin5-21/+21
2018-12-18tdf#121592 add context-Form toolbar to NBandreas kainz2-426/+2136
2018-12-17tdf#99438: sc: support for .xltx exportVasily Melenchuk6-9/+53
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen49-338/+81
2018-12-17tdf#121581 update Tools tabb in NBandreas kainz1-35/+19
2018-12-17tdf#122154 add DataSort action to data groupandreas kainz1-14/+69
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann1-1/+1
2018-12-16uitest for bug tdf#119954Zdeněk Crhonek2-0/+84