summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin30-285/+304
2017-11-22xmloff: These arrays are constantTakeshi Abe4-7/+7
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin15-22/+28
2017-11-22tdf#39593 deduplicate code in ExplicitValueProvidertagezi3-83/+20
2017-11-21Remove space before colon in gradient tab of area tabYousuf Philips1-1/+1
2017-11-21ofz#4305 do not read past end of fileEike Rathke2-2/+11
2017-11-21tdf#112650 Disable 'background settings for all pages'heiko tietze3-94/+16
2017-11-21Fix typosAndrea Gelmini3-3/+3
2017-11-21tdf#113970 : blacklist vlookup/hlookup for threading...Dennis Francis1-1/+3
2017-11-21Various loplugin warnings in --enable-online-update=marStephan Bergmann2-9/+10
2017-11-21coverity warningsCaolán McNamara13-16/+20
2017-11-21another expected exception in initial corpusCaolán McNamara1-0/+4
2017-11-21Introduce and use ScCellShell::HasClipboardFormat(), tdf#50746 follow-upEike Rathke3-15/+11
2017-11-21silence warningCaolán McNamara1-1/+1
2017-11-21don't abort on expected exceptionCaolán McNamara1-1/+9
2017-11-21auto cancel dialogs during file format testingCaolán McNamara2-0/+3
2017-11-21add docx support to fftesterCaolán McNamara2-1/+49
2017-11-21Ovservation->ObservationCaolán McNamara2-9/+9
2017-11-21Resolves: tdf#100950 only update page selection if pages changedCaolán McNamara2-3/+10
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-21UNO: Emit warning when trying to set an unknown propertySamuel Mehrbrodt1-0/+3
2017-11-21Avoid bad static type in dynamic_castStephan Bergmann1-1/+1
2017-11-21ofz#4306 Infinite-LoopCaolán McNamara1-12/+10
2017-11-21tdf#113880 a11y: make gradient tab of area tab accessibleYousuf Philips1-69/+109
2017-11-21tdf#95946 correct order of buttons in the display mode controlYousuf Philips1-4/+4
2017-11-21tdf#106988 Change default numbering list stylesYousuf Philips1-34/+38
2017-11-21assert that mnPngDepth can only be 16 hereStephan Bergmann1-0/+4
2017-11-21WaE: C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsTor Lillqvist1-2/+2
2017-11-21tdf#112500 Store world transform during graphic saveBartosz Kosiorek1-0/+2
2017-11-21buildfix for icu/android – no member named 'round' in namespace 'std'Christian Lohmaier1-0/+12
2017-11-21Resolves: tdf#113956 Revert ofz#3374 Integer-overflowCaolán McNamara1-1/+1
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-21Assert also new FormulaToken::SetDoubleType() virtual dummyEike Rathke1-1/+1
2017-11-21cache FormulaToken for doublesDennis Francis4-6/+55
2017-11-21halve thread count if HT active for group interpreter tooDennis Francis1-0/+6
2017-11-21Disable custom allocatorDennis Francis1-1/+1
2017-11-21halve the number of threads if HT is activeDennis Francis3-2/+15
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-21Display the threaded calculation state in Help:AboutTor Lillqvist1-4/+17
2017-11-21Make threaded calculation the default (when OpenCL is not used)Tor Lillqvist3-6/+13