summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist
2017-11-29lok - calc: outline and group handlingMarco Cecchetti
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-28Do as the FIXME suggestedTor Lillqvist
2017-11-28Fix typosEike Rathke
2017-11-28Factor out a code snippet copy-pasted four timesTor Lillqvist
2017-11-28The aStrNmsp[12] fields can be constTor Lillqvist
2017-11-27The eTempGrammar[12] fields can be constTor Lillqvist
2017-11-27tdf#113831 Show number of search resultsheiko tietze
2017-11-26Add debug output operator<< for ScFormatEntry::TypeTor Lillqvist
2017-11-26Add debug output operator<< for ScConditionModeTor Lillqvist
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-25Avoid a trivial typedefTor Lillqvist
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-11-24drop unused ATTR itemsNoel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-23Document, and simplify the two uses of ScMutationGuard.Michael Meeks
2017-11-23Add debug output operator<< for ScRangeListTor Lillqvist
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-23TypedWhichId for sc constantsNoel Grandin
2017-11-22clang-format on non-blacklisted file interpretercontext.hxxDennis Francis
2017-11-21Adapt documentation to realityEike Rathke
2017-11-21Keep number format on string cell content Undo, tdf#103234 follow-upEike Rathke
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis
2017-11-21Thread the software interpreterDennis Francis
2017-11-21Move ScDocument::GetNonThreadedContext() inlineTor Lillqvist
2017-11-21Introduce ScInterpreterContextTor 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-21Use explicit flag to indicate threaded formula group calculation being activeTor Lillqvist
2017-11-21Make formula group weight take number of cells referenced into accountTor Lillqvist
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist
2017-11-21Always create the DocumentLinkManager, avoids a mutation assertion failureTor Lillqvist
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist
2017-11-21First steps for Calc parallelismTor Lillqvist
2017-11-21tdf#103234 undo replacing text with formulaCaolán McNamara
2017-11-19Replace list by vector in accessible part of scJulien Nabet
2017-11-17coverity#1422192 include param field in string fieldEike Rathke
2017-11-16Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke
2017-11-13tdf#113768 Fix opposite argument description for Calc function VDB.Winfried Donkers
2017-11-11Replace list by vector in scmod (sc)Julien Nabet