summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-23tdf#50746 add paste unformatted to menu and context menuYousuf Philips
2017-11-23Disabled slot with Put leaks entry (tabvwsha/sc)Julien Nabet
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23tdf#45904 Move _XScenarioEnhanced Java test to C++Jens Carl
2017-11-23tdf#45904 Move _XSheetAuditing Java tests to C++Jens Carl
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Avoid using the hideous std::stack -> deque inside ::InterpretMichael Meeks
2017-11-22Don't re-create the interpreter context for each row.Michael Meeks
2017-11-22Follow our naming conventions, tdf#39593 follow-upEike Rathke
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-22clang-format on non-blacklisted file interpretercontext.hxxDennis Francis
2017-11-22turn some eof checks to eof or errorCaolán McNamara
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-11-22good() includes !IsEof() alreadyCaolán McNamara
2017-11-22tdf#39593 deduplicate code in ScOutputDatatagezi
2017-11-22ofz#4361 Integer-overflowCaolán McNamara
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann
2017-11-22Fix typoAndrea Gelmini
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin
2017-11-21ofz#4305 do not read past end of fileEike Rathke
2017-11-21Fix typosAndrea Gelmini
2017-11-21tdf#113970 : blacklist vlookup/hlookup for threading...Dennis Francis
2017-11-21coverity warningsCaolán McNamara
2017-11-21Introduce and use ScCellShell::HasClipboardFormat(), tdf#50746 follow-upEike Rathke
2017-11-21tdf#113571, tdf#32213, tdf#50746: Make "paste unformatted text"Serge Krot
2017-11-21Adapt documentation to realityEike Rathke
2017-11-21Keep number format on string cell content Undo, tdf#103234 follow-upEike Rathke
2017-11-21Invert logic of ScSetStringParam::* enum value checks, tdf#103234 follow-upEike Rathke
2017-11-21WaE: C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis
2017-11-21Type check the tokens before reuseDennis Francis
2017-11-21cache FormulaToken for doublesDennis Francis
2017-11-21halve thread count if HT active for group interpreter tooDennis Francis
2017-11-21halve the number of threads if HT is activeDennis Francis
2017-11-21Avoid ScTokenArray thrashDennis Francis
2017-11-21Thread the software interpreterDennis Francis
2017-11-21Add OFFSET to blacklist for threaded calculationTor Lillqvist
2017-11-21Add INDIRECT to blacklist for threaded calculationTor Lillqvist
2017-11-21Check whether ScTokenArray::CheckToken() has disabled threading of the groupTor Lillqvist
2017-11-21Avoid unused private field warning in the NDEBUG caseTor Lillqvist
2017-11-21Move ScDocument::GetNonThreadedContext() inlineTor Lillqvist
2017-11-21Make threaded calculation the default (when OpenCL is not used)Tor Lillqvist
2017-11-21Need more ScInterpreterContextsTor Lillqvist
2017-11-21-Werror,-Wunused-parameterTor Lillqvist
2017-11-21-Werror,-Wsign-compareTor Lillqvist