summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen2.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-23/+0
2018-08-22loplugin:useuniqueptr in ScLookupCacheMapImplNoel Grandin1-64/+19
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-2/+2
2018-08-17make GetName accessor more standardCaolán McNamara1-2/+1
2018-08-07SharedStringPool is always called with a CharClassNoel Grandin1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-24loplugin:useuniqueptr in ScValidationDataListNoel Grandin1-16/+4
2018-07-17coverity#1401328 Uncaught exceptionCaolán McNamara1-1/+1
2018-07-10[API CHANGE] tdf#65353 Add more doc. settings more embedding fontsTomaž Vajngerl1-1/+5
2018-07-05use std::unique_ptr for ScTable in ScDocumentNoel Grandin1-18/+14
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin1-2/+4
2018-06-21discard cached cell values if the cell changesLuboš Luňák1-1/+2
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák1-6/+5
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro1-12/+0
2018-05-16loplugin:constantparamNoel Grandin1-1/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-04-10loplugin:unusedfield improvementsNoel Grandin1-7/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-65/+46
2018-02-19Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke1-2/+5
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12Better handle ScDde formulas with missing dde-link entriesCaolán McNamara1-0/+1
2018-01-11only call GetHasMacroFunc to set SetHasMacroFuncCaolán McNamara1-1/+0
2017-11-29loplugin:unusedmethodsNoel Grandin1-2/+0
2017-11-23Document, and simplify the two uses of ScMutationGuard.Michael Meeks1-2/+3
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis1-0/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-0/+1
2017-11-21Move nInterpreterTableOpLevel back to ScDocumentTor Lillqvist1-0/+1
2017-11-21Move nMacroInterpretLevel back to ScDocumentTor Lillqvist1-0/+1
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist1-0/+1
2017-11-21Re-work how the thread-specific data in ScDocument worksTor Lillqvist1-28/+77
2017-11-21Move some of the fields in ScDocument into a thread-local structTor Lillqvist1-17/+20
2017-11-21Guard pValidationList from mutationTor Lillqvist1-0/+2
2017-11-21Use explicit flag to indicate threaded formula group calculation being activeTor Lillqvist1-0/+1
2017-11-21Guard mpNoteEngine from mutationTor Lillqvist1-0/+1
2017-11-21Always create the DocumentLinkManager, avoids a mutation assertion failureTor Lillqvist1-5/+1
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist1-0/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-60/+60
2017-10-23Simplify some includesStephan Bergmann1-2/+2
2017-09-12Prefix one more member of ScDocument: pDrawLayerTor Lillqvist1-9/+9
2017-09-12Prefix one more member of ScDocument: pVirtualDevice_100th_mmTor Lillqvist1-2/+2
2017-09-12Prefix one more member of ScDocument: pPrinterTor Lillqvist1-2/+2
2017-09-12Bin noise commentTor Lillqvist1-2/+0
2017-09-05Prefix one more member of ScDocument: pShellTor Lillqvist1-11/+11
2017-09-05Prefix one more member of ScDocument: pNoteEngineTor Lillqvist1-11/+11
2017-09-05Prefix one more member of ScDocument: pEditEngineTor Lillqvist1-9/+9
2017-09-05Prefix one more member of ScDocument: xPoolHelperTor Lillqvist1-8/+8
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1