summaryrefslogtreecommitdiff
path: root/sc/source/core/data/global.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+1
2021-02-21Some more unit conversion unificationMike Kaganski1-2/+3
2021-02-08Remove unneeded breaksAndrea Gelmini1-1/+0
2021-01-29loplugin:stringviewparam extend to new..Noel1-2/+2
2020-12-07remove OpenGL VCL backend codeLuboš Luňák1-3/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-10-31Reintroduce ScGlobal::FindUnquoted() nStart parameterEike Rathke1-2/+3
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-3/+0
2020-08-12use unique_ptr for ScGlobal::pFieldEditEngineNoel Grandin1-5/+5
2020-08-12use unique_ptr for ScGlobal::pEnglishFormatterNoel Grandin1-7/+7
2020-08-12use unique_ptr for ScAutoFormat in ScGlobalNoel Grandin1-11/+10
2020-08-12use unique_ptr for SvxSearchItem in ScGlobalNoel Grandin1-10/+9
2020-08-12use unique_ptr for ScUserList in ScGlobalNoel Grandin1-10/+9
2020-08-12use unique_ptr for ScFunctionListNoel Grandin1-7/+7
2020-08-12use unique_ptr for ScFunctionMgrNoel Grandin1-6/+6
2020-08-11use unique_ptr for CalendarWrapper in ScGlobalNoel Grandin1-6/+6
2020-08-04fix more leaks in CppunitTest_sc_cache_testNoel Grandin1-24/+22
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-15/+15
2020-07-23Remove wrong and misleading commentEike Rathke1-2/+0
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-12/+15
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-3/+3
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-1/+2
2019-07-17tdf#121039 "Open hyperlink" from context menu does not workSamuel Mehrbrodt1-2/+2
2019-07-17tdf#126393 Select cell even when clicking on a hyperlinkSamuel Mehrbrodt1-15/+22
2019-07-09tdf#42949 Fix IWYU warnings in sc/incGabor Kelemen1-0/+1
2019-06-14Resolves: tdf#124251 do not treat internal "URI" as real path URIEike Rathke1-1/+8
2019-04-08tdf#124327 sc opengl: fix lack of AA text in chartsMiklos Vajna1-1/+4
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-03-27no need to allocate aEmptyOUString separatelyNoel Grandin1-9/+1
2018-12-05loplugin:singlevalfields in scNoel Grandin1-1/+0
2018-11-13thread-safe ScGlobal::GetUnitConverter()Luboš Luňák1-7/+4
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-14/+0
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-10/+5
2018-10-02tdf#115262 sc: fix cumulative placement error of imagesMiklos Vajna1-2/+13
2018-09-27loplugin:useuniqueptr in ScAddInAsyncsNoel Grandin1-4/+0
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+1
2018-07-19Related: tdf#118735 introduce FormulaError::LinkFormulaNeedingCheck (Err:540)Eike Rathke1-0/+3
2018-07-11ScGlobal::OpenURL: support relative references as URI references in hyperlinksEike Rathke1-2/+21
2018-07-10ScGlobal::OpenURL: rearrange item initEike Rathke1-4/+5
2018-07-10ScGlobal::OpenURL: obtain pViewFrm early and bail out if not availableEike Rathke1-7/+8
2018-07-04lok: sc: ctrl-clicking links doesn't workMarco Cecchetti1-6/+0
2018-06-19move doubleCheckedInit() to a comphelper header fileLuboš Luňák1-29/+8
2018-06-18use 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-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-06-05Append error number if no message availableEike Rathke1-1/+1
2018-06-02add mutex protection to more ScGlobal functionsLuboš Luňák1-31/+22