summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
AgeCommit message (Expand)Author
2021-02-04have one set of twips<->mm conversionsNoel
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2021-02-01Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-10-31Reintroduce ScGlobal::FindUnquoted() nStart parameterEike Rathke
2020-10-20use tools::Long in scNoel
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-08-12use unique_ptr for ScGlobal::pFieldEditEngineNoel Grandin
2020-08-12use unique_ptr for ScGlobal::pEnglishFormatterNoel Grandin
2020-08-12remove unused pScIntlWrapper field from ScGlobalNoel Grandin
2020-08-12remove unused pRscString fieldNoel Grandin
2020-08-12use unique_ptr for ScAutoFormat in ScGlobalNoel Grandin
2020-08-12use unique_ptr for SvxSearchItem in ScGlobalNoel Grandin
2020-08-12use unique_ptr for ScUserList in ScGlobalNoel Grandin
2020-08-12use unique_ptr for ScFunctionListNoel Grandin
2020-08-12use unique_ptr for ScFunctionMgrNoel Grandin
2020-08-11use unique_ptr for CalendarWrapper in ScGlobalNoel Grandin
2020-08-05remove unused pStrScDoc fieldNoel Grandin
2020-08-04fix more leaks in CppunitTest_sc_cache_testNoel Grandin
2020-08-03fix leak in ScCacheTestNoel Grandin
2020-05-09compact namespace in scNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-07-17tdf#121039 "Open hyperlink" from context menu does not workSamuel Mehrbrodt
2019-07-17tdf#126393 Select cell even when clicking on a hyperlinkSamuel Mehrbrodt
2019-04-08tdf#124327 sc opengl: fix lack of AA text in chartsMiklos Vajna
2019-03-27no need to allocate aEmptyOUString separatelyNoel Grandin
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák
2019-02-18Resolves tdf#121596 - Include a key combination to insert thin spacesheiko tietze
2018-12-05loplugin:singlevalfields in scNoel Grandin
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-11-13thread-safe ScGlobal::GetUnitConverter()Luboš Luňák
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin
2018-06-18use std::atomic rather than OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIERLuboš Luňák
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák
2018-05-25tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen
2018-05-14Drop module-specific defines of DELETEZGabor Kelemen
2018-05-13Drop newly unused ScGlobal::GetRscStringGabor Kelemen
2018-04-19drop IS_SET macroNoel Grandin
2018-04-18convert DelCellCmd to scoped enumNoel Grandin
2018-03-26tdf#116241 Customizing value highlighting colorsSzymon Kłos
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt
2018-02-16Consolidate the dreaded "Text - txt - csv (StarCalc)" filter nameEike Rathke
2018-01-19inline some definesNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-08-22loplugin:constparam in sc part1Noel Grandin