summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-11-24ofz#4406: don't increment ScCompressedArray::Iterator past endCaolán McNamara1-7/+12
2017-11-24drop unused ATTR itemsNoel Grandin6-188/+33
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin56-144/+141
2017-11-23Document, and simplify the two uses of ScMutationGuard.Michael Meeks4-47/+66
2017-11-23related tdf#108757 small enhancements for speed upSerge Krot3-11/+13
2017-11-23Add debug output operator<< for ScRangeListTor Lillqvist1-0/+17
2017-11-23crashtesting: crash loading fdo41403-1.xlsmCaolán McNamara1-1/+1
2017-11-23Resolves: tdf#113962 save detected filter outside file dialogCaolán McNamara1-1/+1
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist4-7/+7
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin36-306/+263
2017-11-23tdf#50746 add paste unformatted to menu and context menuYousuf Philips2-3/+6
2017-11-23Disabled slot with Put leaks entry (tabvwsha/sc)Julien Nabet1-9/+9
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-23tdf#45904 Move _XScenarioEnhanced Java test to C++Jens Carl1-1/+39
2017-11-23tdf#45904 Move _XSheetAuditing Java tests to C++Jens Carl1-3/+17
2017-11-23TypedWhichId for sc constantsNoel Grandin51-472/+418
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin9-18/+18
2017-11-22Avoid using the hideous std::stack -> deque inside ::InterpretMichael Meeks1-4/+4
2017-11-22Don't re-create the interpreter context for each row.Michael Meeks1-1/+3
2017-11-22Follow our naming conventions, tdf#39593 follow-upEike Rathke2-12/+12
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann6-8/+8
2017-11-22clang-format on non-blacklisted file interpretercontext.hxxDennis Francis1-11/+8
2017-11-22turn some eof checks to eof or errorCaolán McNamara2-3/+3
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-6/+2
2017-11-22drop duplicate methodCaolán McNamara6-14/+14
2017-11-22good() includes !IsEof() alreadyCaolán McNamara1-1/+1
2017-11-22tdf#39593 deduplicate code in ScOutputDatatagezi2-139/+41
2017-11-22ofz#4361 Integer-overflowCaolán McNamara1-4/+15
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann1-1/+1
2017-11-22Fix typoAndrea Gelmini1-1/+1
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin2-3/+3
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-21ofz#4305 do not read past end of fileEike Rathke2-2/+11
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-21tdf#113970 : blacklist vlookup/hlookup for threading...Dennis Francis1-1/+3
2017-11-21coverity warningsCaolán McNamara1-1/+2
2017-11-21Introduce and use ScCellShell::HasClipboardFormat(), tdf#50746 follow-upEike Rathke3-15/+11
2017-11-21tdf#113571, tdf#32213, tdf#50746: Make "paste unformatted text"Serge Krot1-2/+27
2017-11-21Adapt documentation to realityEike Rathke1-1/+5
2017-11-21Keep number format on string cell content Undo, tdf#103234 follow-upEike Rathke2-0/+8
2017-11-21Invert logic of ScSetStringParam::* enum value checks, tdf#103234 follow-upEike Rathke1-2/+10
2017-11-21WaE: C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist1-2/+2
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis13-35/+47
2017-11-21Type check the tokens before reuseDennis Francis1-2/+23
2017-11-21cache FormulaToken for doublesDennis Francis2-6/+43
2017-11-21halve thread count if HT active for group interpreter tooDennis Francis1-0/+6
2017-11-21halve the number of threads if HT is activeDennis Francis1-0/+5
2017-11-21Avoid ScTokenArray thrashDennis Francis1-9/+34
2017-11-21Thread the software interpreterDennis Francis5-102/+221
2017-11-21Add OFFSET to blacklist for threaded calculationTor Lillqvist1-0/+1