summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2018-06-13tdf#114710 : Fixes crash when pasting as GDI metafileDennis Francis1-2/+4
2018-03-28tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin1-1/+1
2018-03-27ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke1-2/+7
2018-02-23fix crash while trying to access icon set image fileMarkus Mohrhard1-1/+1
2018-02-22Pass ScColumnsRange::Iterator as const& and use pre-increment/decrementEike Rathke1-6/+6
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke1-1/+4
2018-02-16Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke1-0/+1
2018-02-15tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl1-0/+2
2018-02-15ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke1-0/+7
2018-01-27CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke1-0/+2
2018-01-16handle ocWebservice similarly to ocDdeCaolán McNamara2-4/+4
2018-01-16Better handle ScDde formulas with missing dde-link entriesCaolán McNamara1-3/+3
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis1-1/+1
2017-12-18Do not recalculate the same weight over and over again, tdf#114251 relatedEike Rathke1-0/+1
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard1-1/+1
2017-12-12Do not use threading for formula group if...Dennis Francis3-3/+8
2017-12-05tdf#107601 Rename t-test to paired t-testHeiko Tietze1-2/+2
2017-12-01tdf#113831 Show number of search resultsheiko tietze1-0/+2
2017-11-28Fix typosEike Rathke1-2/+2
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-27/+27
2017-11-24drop unused ATTR itemsNoel Grandin2-69/+33
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin9-20/+20
2017-11-23Document, and simplify the two uses of ScMutationGuard.Michael Meeks1-17/+62
2017-11-23Add debug output operator<< for ScRangeListTor Lillqvist1-0/+17
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist1-1/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-0/+7
2017-11-23TypedWhichId for sc constantsNoel Grandin1-100/+101
2017-11-22clang-format on non-blacklisted file interpretercontext.hxxDennis Francis1-11/+8
2017-11-21Adapt documentation to realityEike Rathke1-1/+5
2017-11-21Keep number format on string cell content Undo, tdf#103234 follow-upEike Rathke1-0/+6
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis5-7/+22
2017-11-21Thread the software interpreterDennis Francis2-0/+2
2017-11-21Move ScDocument::GetNonThreadedContext() inlineTor Lillqvist1-1/+5
2017-11-21Introduce ScInterpreterContextTor Lillqvist6-13/+60
2017-11-21Move nInterpreterTableOpLevel back to ScDocumentTor Lillqvist1-6/+12
2017-11-21Move nMacroInterpretLevel back to ScDocumentTor Lillqvist1-5/+14
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist1-5/+16
2017-11-21Re-work how the thread-specific data in ScDocument worksTor Lillqvist1-3/+15
2017-11-21Move some of the fields in ScDocument into a thread-local structTor Lillqvist1-47/+34
2017-11-21Use explicit flag to indicate threaded formula group calculation being activeTor Lillqvist1-0/+2
2017-11-21Make formula group weight take number of cells referenced into accountTor Lillqvist1-0/+2
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist1-1/+1
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist4-1/+6
2017-11-21Always create the DocumentLinkManager, avoids a mutation assertion failureTor Lillqvist1-1/+1
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist1-0/+27
2017-11-21First steps for Calc parallelismTor Lillqvist4-9/+19
2017-11-21tdf#103234 undo replacing text with formulaCaolán McNamara1-1/+1
2017-11-19Replace list by vector in accessible part of scJulien Nabet1-3/+1
2017-11-17coverity#1422192 include param field in string fieldEike Rathke1-1/+1
2017-11-16Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke1-2/+2