summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
AgeCommit message (Expand)Author
2023-04-12tdf#116127 - Add EDITATTR to ALL flags to check for valid function inputsAndreas Heinisch
2022-10-06use more string_view in scNoel Grandin
2022-08-30Move input handler function names to ScGlobal staticEike Rathke
2022-07-13basegfx: zoomIn() and zoomOut() should be sal_uInt16Chris Sherlock
2022-05-04use more string_view in unotoolsNoel Grandin
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl
2022-03-06make CellTextAttr half the sizeLuboš Luňák
2022-02-10do not call purge() on string pool too often (tdf#125428)Luboš Luňák
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-11-22Revert "cache FormulaError::NoRef error string (tdf#144249)"Luboš Luňák
2021-11-12Use more o3tl::convert in scMike Kaganski
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-17rather return ref from GetLocaleNoel Grandin
2021-09-17rather return ref from GetTransliterationNoel Grandin
2021-09-17rather return ref from GetCollatorNoel Grandin
2021-09-17rather return ref from GetCalendarNoel Grandin
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
2021-09-17use optional for some fields in ScGlobalNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-10cache FormulaError::NoRef error string (tdf#144249)Luboš Luňák
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-03-08tdf#140796: Wrong English string for U+2060 characterJulien Nabet
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