summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2018-06-26coverity#1437526 Unchecked return valueCaolán McNamara1-1/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen39-2/+41
2018-06-26thread-safe initialization of transliteration objectsLuboš Luňák1-18/+16
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin6-85/+50
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov1-4/+3
2018-06-26loplugin:useuniqueptr in ScFuncDescNoel Grandin6-45/+40
2018-06-25Close circle once in iterations only if not 'this'Eike Rathke1-2/+7
2018-06-25loplugin:useuniqueptr in AutoFormatSwBlobNoel Grandin1-3/+3
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin14-40/+46
2018-06-25tdf#118296 Grid line color cannot be revertedMaxim Monastirsky2-2/+8
2018-06-25tdf#105225 new background tab page for Calc Format Cells dialogJim Raykowski2-2/+10
2018-06-24Changes to orcus for implementing XML data providerVikas Mahato3-7/+7
2018-06-23tdf#96099 Remove some trivial std::vector typedefs in scArkadiy Illarionov10-57/+45
2018-06-22Fix typoAndrea Gelmini1-1/+1
2018-06-22use ScInterpreterContext in ScValueIteratorLuboš Luňák2-4/+6
2018-06-22disable calc's threading for external referencesLuboš Luňák1-11/+30
2018-06-22fix debug codeLuboš Luňák1-3/+4
2018-06-22blacklist ocDde and ocWebservice for calc's threadingLuboš Luňák1-1/+3
2018-06-22Avoid member call through null this pointerStephan Bergmann1-1/+1
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis5-66/+117
2018-06-21discard cached cell values if the cell changesLuboš Luňák3-3/+29
2018-06-21loplugin:useuniqueptr in ScChangeTrackNoel Grandin1-6/+5
2018-06-21Do not do threaded group calc if...Dennis Francis2-5/+14
2018-06-21loplugin:useuniqueptr in ScDPObjectNoel Grandin1-38/+29
2018-06-21Fix typosAndrea Gelmini1-1/+1
2018-06-20Prepare for Excel's dirty circular references iteration behaviourEike Rathke1-4/+30
2018-06-20Avoid side effects of additional Interpret() during iterationEike Rathke1-0/+5
2018-06-20tdf#66089 tdf#105720: only rely on bPixelToLogicAron Budea1-8/+6
2018-06-20Related: tdf#117049 treat yet unknown result as initial 0.0Eike Rathke1-1/+8
2018-06-20Resolves: tdf#117049 do not re-interpret a single circular self-referenceEike Rathke1-5/+10
2018-06-20loplugin:useuniqueptr in ScColContainerNoel Grandin3-5/+5
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen8-0/+8
2018-06-20weld SvxColorTabPageCaolán McNamara1-1/+2
2018-06-20push the data from the temporary storage to the document for XML sourceMarkus Mohrhard1-0/+1
2018-06-20tdf#118189 : Propagate the state of mbNeedsNumberFormat...Dennis Francis1-1/+1
2018-06-20tdf#77517 make Calc function COLUMN accept external references.Winfried Donkers1-9/+31
2018-06-19Resolves: tdf#118226 yes/no reversedCaolán McNamara1-1/+1
2018-06-19avoid race condition in DocumentLinkManager::getLinkManager()Luboš Luňák1-21/+29
2018-06-19move doubleCheckedInit() to a comphelper header fileLuboš Luňák1-29/+8
2018-06-18tdf#105720: lok: sc: currency symbol is displayed in the preceding cellMarco Cecchetti1-2/+11
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen6-0/+6
2018-06-18tdf#108523 Remove @author annotationsAbhyudaya Sharma2-7/+0
2018-06-18use std::atomic rather than OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIERLuboš Luňák1-23/+18
2018-06-18add calc threads assert to a thread-unsafe functionLuboš Luňák1-0/+1
2018-06-17tdf#42949 Fix IWYU warnings in sc/inc/P*Gabor Kelemen1-0/+1
2018-06-16weld SvxHFPageCaolán McNamara2-35/+24
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand2-3/+3
2018-06-15do not allow threading in SwInterpreter for threading-disabled tokensLuboš Luňák1-1/+1
2018-06-15clean up calc'c choosing between threading and OpenCLLuboš Luňák2-37/+39
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2-14/+13