summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-15Fix typoAndrea Gelmini1-1/+1
2018-12-15tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl1-1/+7
2018-12-15tdf#45904 Move XRefreshable Java tests to C++Jens Carl3-0/+148
2018-12-14lok: Insert shape at the positon of the selected cellTamás Zolnai1-5/+15
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák8-0/+90
2018-12-14optimize expensive EndListener() calls (tdf#102364)Luboš Luňák1-0/+9
2018-12-14Use ScFunctionData and thus Welford in ConsolidationEike Rathke3-188/+24
2018-12-14coverity#1441522 FontWorkGalleryDialog mpSdrView member is never nullCaolán McNamara2-2/+2
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke7-77/+89
2018-12-14tdf#119734 add icon AutoFilter to groupedbar in calcandreas kainz1-5/+14
2018-12-13Remove moot commentEike Rathke1-2/+0