summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-21Add INDIRECT to blacklist for threaded calculationTor Lillqvist1-0/+1
2017-11-21Check whether ScTokenArray::CheckToken() has disabled threading of the groupTor Lillqvist1-1/+1
2017-11-21Avoid unused private field warning in the NDEBUG caseTor Lillqvist1-0/+1
2017-11-21Move ScDocument::GetNonThreadedContext() inlineTor Lillqvist2-8/+5
2017-11-21Make threaded calculation the default (when OpenCL is not used)Tor Lillqvist2-6/+7
2017-11-21Need more ScInterpreterContextsTor Lillqvist1-1/+1
2017-11-21-Werror,-Wunused-parameterTor Lillqvist1-2/+2
2017-11-21-Werror,-Wsign-compareTor Lillqvist1-2/+2
2017-11-21Introduce ScInterpreterContextTor Lillqvist27-106/+179
2017-11-21Disable formula group threading for macros and table opsTor Lillqvist1-2/+14
2017-11-21Move nInterpreterTableOpLevel back to ScDocumentTor Lillqvist3-46/+13
2017-11-21Move nMacroInterpretLevel back to ScDocumentTor Lillqvist3-31/+15
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist5-45/+34
2017-11-21Re-work how the thread-specific data in ScDocument worksTor Lillqvist5-59/+182
2017-11-21Move some of the fields in ScDocument into a thread-local structTor Lillqvist3-64/+120
2017-11-21Guard pFormatExchangeList from mutation during threaded calculationTor Lillqvist1-0/+4
2017-11-21Guard pValidationList from mutationTor Lillqvist4-0/+24
2017-11-21Guard pColorList from mutationTor Lillqvist1-0/+1
2017-11-21Use explicit flag to indicate threaded formula group calculation being activeTor Lillqvist3-4/+12
2017-11-21Assert that we don't call MaybeInterpret() in a threaded calculationTor Lillqvist1-0/+3
2017-11-21Guard mpDrawLayer from mutationTor Lillqvist1-0/+3