summaryrefslogtreecommitdiff
path: root/sc/source/core/data/global.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-17thread-safe ScGlobal::GetUnitConverter()Luboš Luňák1-7/+4
2018-10-09tdf#115262 sc: fix cumulative placement error of imagesMiklos Vajna1-2/+13
2018-06-20move doubleCheckedInit() to a comphelper header fileLuboš Luňák1-29/+8
2018-06-20use std::atomic rather than OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIERLuboš Luňák1-23/+18
2018-06-05Add "Unsupported inline array content." BadArrayContent message, tdf#117879Eike Rathke1-0/+3
2018-06-05Append error number if no message availableEike Rathke1-1/+1
2018-06-04add mutex protection to more ScGlobal functionsLuboš Luňák1-31/+22
2018-06-04fix memory leak in double-checked initLuboš Luňák1-1/+1
2018-06-04move related functions next to each otherLuboš Luňák1-14/+11
2018-06-04assert(!bThreadedGroupCalcInProgress) in ScGlobal get-or-create functionsLuboš Luňák1-0/+19
2018-06-04move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák1-0/+2
2018-06-04protect one-time creation in ScGlobal::Get(Case)Collator() by a mutexLuboš Luňák1-12/+41
2018-05-13Drop newly unused ScGlobal::GetRscStringGabor Kelemen1-11/+0
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+3
2018-03-26tdf#116241 Customizing value highlighting colorsSzymon Kłos1-3/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-01-19inline some definesNoel Grandin1-2/+2
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-19Fix typosAndrea Gelmini1-1/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-1/+1
2017-11-23TypedWhichId for sc constantsNoel Grandin1-2/+2
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-21/+21
2017-08-22loplugin:constparam in sc part1Noel Grandin1-2/+2
2017-08-14Removing unused SetVersionMap from scVarun Dhall1-2/+0
2017-08-08loplugin:constantparamNoel Grandin1-1/+1
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-10/+0
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke1-18/+1
2017-07-23coverity#1415619 Explicit null dereferencedCaolán McNamara1-2/+1
2017-07-21loplugin:subtlezeroinitTor Lillqvist1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-93/+59
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-04-06move ScAutoFormat::Save out of dtorCaolán McNamara1-3/+7
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-02-17remove unused formula ErrorCode enumeratorsNoel Grandin1-6/+0
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-02-16unwind RID_GLOBSTR local resourceCaolán McNamara1-16/+1
2017-02-15no need to check pRscString on every iterationCaolán McNamara1-4/+7
2017-02-15move ScRscStrLoader to its sole use placeCaolán McNamara1-3/+17
2017-02-10convert SvtSecurityOptions::EOption to scoped enumNoel Grandin1-1/+1
2017-02-04sc tiled rendering: We keep increasing the precision here...Jan Holesovsky1-3/+3
2017-02-03Revert "sc tiled rendering: We keep increasing the precision here..."Stephan Bergmann1-3/+3
2017-02-03sc tiled rendering: We keep increasing the precision here...Jan Holesovsky1-3/+3
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2016-12-12manage OutlineBitmap imagelist directly in its owner userCaolán McNamara1-11/+0
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-1/+0
2016-11-15sc-perf: HasAttrChanged: save unnecessary calls to SfxItemPool::Get()Eike Rathke1-10/+10
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3