summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-3/+6
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-3/+4
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-4/+4
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist2-7/+9
2017-06-07tdf#108098 Correct detection of MIXED state.Gulsah Kose2-10/+14
2017-06-07tdf#86119 Generalize number format control.Gulsah Kose1-20/+8
2017-06-07Reformat an overly long lineEike Rathke1-2/+4
2017-06-07EditEngine: Added ODF_TEXT_FLAT copy for scVarun Dhall2-7/+25
2017-06-07fix some .src offsetsCaolán McNamara1-2/+2
2017-06-07Perf-sc: tdf#100709 Use a "one and a half" alloc strategy for ScMarkArrayEike Rathke1-1/+10
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara7-27/+27
2017-06-06nullptr never passed to ApplyFrameAreaTabCaolán McNamara3-11/+11
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara6-15/+15
2017-06-06coverity#1412032 ApplyPatternLines always passed non-null 2nd argCaolán McNamara3-11/+9
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara19-22/+22
2017-06-06pOldOuter etc couldn't be nullCaolán McNamara1-28/+22
2017-06-06tdf#108259 Fix nested checkbox handling in autofilter popupJean-Sebastien Bevilacqua2-8/+30
2017-06-06tdf#108287 perf regression changing background colorJochen Nitschke1-2/+2
2017-06-06expand out FltError and eERR constantsNoel Grandin24-160/+153
2017-06-06replace SCERR_NONE with ERRORCODE_NONENoel Grandin2-4/+2
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin3-10/+10
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida5-85/+317
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann13-16/+16
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