summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-17use optional for some fields in ScGlobalNoel Grandin1-2/+3
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-1/+1
2021-09-10cache FormulaError::NoRef error string (tdf#144249)Luboš Luňák1-0/+1
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch1-0/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-03-08tdf#140796: Wrong English string for U+2060 characterJulien Nabet1-1/+1
2021-02-04have one set of twips<->mm conversionsNoel1-2/+0
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-2/+0
2021-02-01Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-0/+2
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-10-31Reintroduce ScGlobal::FindUnquoted() nStart parameterEike Rathke1-2/+2
2020-10-20use tools::Long in scNoel1-5/+6
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-1/+0
2020-08-12use unique_ptr for ScGlobal::pFieldEditEngineNoel Grandin1-1/+1
2020-08-12use unique_ptr for ScGlobal::pEnglishFormatterNoel Grandin1-1/+1
2020-08-12remove unused pScIntlWrapper field from ScGlobalNoel Grandin1-1/+0
2020-08-12remove unused pRscString fieldNoel Grandin1-1/+0
2020-08-12use unique_ptr for ScAutoFormat in ScGlobalNoel Grandin1-1/+1
2020-08-12use unique_ptr for SvxSearchItem in ScGlobalNoel Grandin1-1/+1
2020-08-12use unique_ptr for ScUserList in ScGlobalNoel Grandin1-1/+1
2020-08-12use unique_ptr for ScFunctionListNoel Grandin1-1/+1
2020-08-12use unique_ptr for ScFunctionMgrNoel Grandin1-1/+1
2020-08-11use unique_ptr for CalendarWrapper in ScGlobalNoel Grandin1-1/+1
2020-08-05remove unused pStrScDoc fieldNoel Grandin1-1/+0
2020-08-04fix more leaks in CppunitTest_sc_cache_testNoel Grandin1-6/+6
2020-08-03fix leak in ScCacheTestNoel Grandin1-1/+1
2020-05-09compact namespace in scNoel Grandin1-3/+3
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-5/+2
2019-07-17tdf#121039 "Open hyperlink" from context menu does not workSamuel Mehrbrodt1-2/+5
2019-07-17tdf#126393 Select cell even when clicking on a hyperlinkSamuel Mehrbrodt1-0/+2
2019-04-08tdf#124327 sc opengl: fix lack of AA text in chartsMiklos Vajna1-0/+2
2019-03-27no need to allocate aEmptyOUString separatelyNoel Grandin1-2/+2
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák1-1/+1
2019-02-18Resolves tdf#121596 - Include a key combination to insert thin spacesheiko tietze1-0/+1
2018-12-05loplugin:singlevalfields in scNoel Grandin1-1/+1
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-11-13thread-safe ScGlobal::GetUnitConverter()Luboš Luňák1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-1/+2
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin1-2/+3
2018-06-18use std::atomic rather than OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIERLuboš Luňák1-7/+11
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák1-0/+2
2018-05-25tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen1-7/+2
2018-05-14Drop module-specific defines of DELETEZGabor Kelemen1-4/+0
2018-05-13Drop newly unused ScGlobal::GetRscStringGabor Kelemen1-1/+0
2018-04-19drop IS_SET macroNoel Grandin1-3/+0
2018-04-18convert DelCellCmd to scoped enumNoel Grandin1-6/+6
2018-03-26tdf#116241 Customizing value highlighting colorsSzymon Kłos1-2/+0