summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
2018-07-24loplugin:useuniqueptr in ScValidationDataListNoel Grandin
2018-07-17coverity#1401328 Uncaught exceptionCaolán McNamara
2018-07-10[API CHANGE] tdf#65353 Add more doc. settings more embedding fontsTomaž Vajngerl
2018-07-05use std::unique_ptr for ScTable in ScDocumentNoel Grandin
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis
2018-06-21discard cached cell values if the cell changesLuboš Luňák
2018-06-15move SetNumberFormat() calls out of calc threadsLuboš Luňák
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák
2018-05-25tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen
2018-05-08Let ScDocument::RoundValueAsShown accept optional...Dennis Francis
2018-04-17loplugin:constparamsNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-02-20add test for tdf#115530Markus Mohrhard
2018-02-19Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke
2018-02-16Add a test case for importing merged cells from Excel 2003 XML file.Kohei Yoshida
2018-02-13speed up slk fuzzingCaolán McNamara
2018-02-03TypedWhichId in scNoel Grandin
2018-01-25[Pardus] tdf#108989 Add contextual manage names command.Gulsah Kose
2018-01-24[Pardus] tdf#108989 Add contextual validity command.Gulsah Kose
2018-01-24loplugin:constparamsNoel Grandin
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt
2018-01-17Move implementation to CheckLinkFormulaNeedingCheck() for further reuseEike Rathke
2018-01-12handle ocWebservice similarly to ocDdeCaolán McNamara
2018-01-12Better handle ScDde formulas with missing dde-link entriesCaolán McNamara
2018-01-11only call GetHasMacroFunc to set SetHasMacroFuncCaolán McNamara
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin
2017-12-18Remove unused method.Kohei Yoshida
2017-11-29loplugin:unusedmethodsNoel 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-21Move token-cache for doubles to ScInterpreterContext...Dennis 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-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