summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Fix typosAndrea Gelmini1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin28-44/+46
2017-06-04Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter where possibleEike Rathke6-40/+165
2017-06-03sc::ColRowSpan::mnEnd is inclusiveEike Rathke1-2/+2
2017-06-02Add documentation about documentation generation..Eike Rathke1-0/+12
2017-06-02Output return type and use Bounds for OpCodes without returnEike Rathke1-31/+56
2017-06-02Add parentheses only for functions and operatorsEike Rathke1-2/+11
2017-06-02Add all OpCodes without parameters to classificationEike Rathke1-4/+33
2017-06-02Streaming sal_uInt8 with value 0 into SAL_WARN truncates output, cast to intEike Rathke1-2/+2
2017-06-02Remove pointless SAL_INFOEike Rathke1-1/+0
2017-06-02Fix build with DEBUG_SC_PARCLASSDOCEike Rathke2-2/+5
2017-06-02bPartialMatch can't be true hereEike Rathke1-1/+1
2017-06-02Fix some horrible source code formattingEike Rathke1-2/+2
2017-06-02avoid config for fuzzingCaolán McNamara1-0/+5
2017-06-02Improved loplugin:redundantcast const_cast handling: scStephan Bergmann4-6/+6
2017-06-02tdf#91820 Move cells styles to their own main menu entryYousuf Philips1-26/+26
2017-06-02rework ScQProReader to take SvStream instead of SfxMediumCaolán McNamara7-16/+19
2017-06-02Improved loplugin:redundantcast static_cast handling: scStephan Bergmann5-22/+22
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin3-7/+7
2017-06-01Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke1-1/+1
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke2-5/+15
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke1-11/+23
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida5-23/+30
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann2-2/+2
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara13-20/+12
2017-05-31tdf#108259 Enable autofilter with many different valuesJean-Sebastien Bevilacqua2-4/+24
2017-05-31tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2-5/+13
2017-05-31clang-tidy readability-redundant-string-cstrNoel Grandin4-9/+9
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin5-9/+1
2017-05-31tdf#107797 select all entries in the dropdownSzymon Kłos3-3/+21
2017-05-30remove duplicate 'using namespace'Jochen Nitschke3-6/+0
2017-05-30tdf#86119 Fix toggle behaviour of SID_NUMBER_STANDARD.Gulsah Kose3-2/+12
2017-05-30teach redundantcast plugin about functional castsNoel Grandin17-35/+32
2017-05-29tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py)Kappanneo4-37/+98
2017-05-28remove unnecessary use of OString::getStrNoel Grandin4-29/+10
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke1-1/+0
2017-05-28tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering modeTamás Zolnai1-1/+4
2017-05-27tdf#85594 Add reset default formatting to standard toolbarYousuf Philips3-2/+4
2017-05-26coverity#1409897 Dereference before null checkCaolán McNamara1-1/+1
2017-05-26coverity#1409898 Dereference before null checkCaolán McNamara1-2/+2
2017-05-26coverity#1409901 Unused valueCaolán McNamara1-3/+1
2017-05-26tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth1-1/+2
2017-05-26xlsx export: limit dataValidation list to 255 chars, not 254Justin Luth3-2/+2
2017-05-25tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth3-0/+34
2017-05-25tdf#108017 xlsb import: protection settings were reversedJustin Luth3-26/+41
2017-05-24Clean up a commentTor Lillqvist1-1/+1
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida16-26/+324
2017-05-23Extend the loop over svRefList to cover also the query evaluationEike Rathke1-70/+70
2017-05-23svRefList always needs to be in a loop to be eventually popped from stackEike Rathke1-163/+167
2017-05-23sc: work around MSVC 2017 ICE in AccessibleDocument.cxxMichael Stahl1-9/+11