summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2018-02-23fix crash while trying to access icon set image fileMarkus Mohrhard
2018-02-22Pass ScColumnsRange::Iterator as const& and use pre-increment/decrementEike Rathke
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke
2018-02-16Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke
2018-02-15tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl
2018-02-15ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke
2018-01-27CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke
2018-01-16handle ocWebservice similarly to ocDdeCaolán McNamara
2018-01-16Better handle ScDde formulas with missing dde-link entriesCaolán McNamara
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis
2017-12-18Do not recalculate the same weight over and over again, tdf#114251 relatedEike Rathke
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard
2017-12-12Do not use threading for formula group if...Dennis Francis
2017-12-05tdf#107601 Rename t-test to paired t-testHeiko Tietze
2017-12-01tdf#113831 Show number of search resultsheiko tietze
2017-11-28Fix typosEike Rathke
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
2017-11-10loplugin:unusedmethodsNoel Grandin