summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-21don't abort on expected exceptionCaolán McNamara
2017-11-21auto cancel dialogs during file format testingCaolán McNamara
2017-11-21add docx support to fftesterCaolán McNamara
2017-11-21Ovservation->ObservationCaolán McNamara
2017-11-21Resolves: tdf#100950 only update page selection if pages changedCaolán McNamara
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-21UNO: Emit warning when trying to set an unknown propertySamuel Mehrbrodt
2017-11-21Avoid bad static type in dynamic_castStephan Bergmann
2017-11-21ofz#4306 Infinite-LoopCaolán McNamara
2017-11-21tdf#113880 a11y: make gradient tab of area tab accessibleYousuf Philips
2017-11-21tdf#95946 correct order of buttons in the display mode controlYousuf Philips
2017-11-21tdf#106988 Change default numbering list stylesYousuf Philips
2017-11-21assert that mnPngDepth can only be 16 hereStephan Bergmann
2017-11-21WaE: C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist
2017-11-21tdf#112500 Store world transform during graphic saveBartosz Kosiorek
2017-11-21buildfix for icu/android – no member named 'round' in namespace 'std'Christian Lohmaier
2017-11-21Resolves: tdf#113956 Revert ofz#3374 Integer-overflowCaolán McNamara
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis
2017-11-21Type check the tokens before reuseDennis Francis
2017-11-21Assert also new FormulaToken::SetDoubleType() virtual dummyEike Rathke
2017-11-21cache FormulaToken for doublesDennis Francis
2017-11-21halve thread count if HT active for group interpreter tooDennis Francis
2017-11-21Disable custom allocatorDennis 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-21Display the threaded calculation state in Help:AboutTor 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
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-11-21Disable formula group threading for macros and table opsTor Lillqvist
2017-11-21Move nInterpreterTableOpLevel back to ScDocumentTor Lillqvist
2017-11-21Move nMacroInterpretLevel back to ScDocumentTor Lillqvist
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist
2017-11-21Re-work how the thread-specific data in ScDocument worksTor Lillqvist
2017-11-21Move some of the fields in ScDocument into a thread-local structTor Lillqvist
2017-11-21Guard pFormatExchangeList from mutation during threaded calculationTor Lillqvist
2017-11-21Guard pValidationList from mutationTor Lillqvist
2017-11-21Guard pColorList from mutationTor Lillqvist
2017-11-21Use explicit flag to indicate threaded formula group calculation being activeTor Lillqvist