summaryrefslogtreecommitdiff
path: root/sc/source/core/data/global.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-5/+4
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-1/+1
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-2/+2
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-10/+8
2023-12-20cool#7865 sfx2 lok: fix bad view id on async command dispatchMiklos Vajna1-10/+1
2023-12-19cool#7853 sc lok: fix bad view id on hyperlink clickMiklos Vajna1-1/+10
2023-11-19Fix performance regression with ScPatternAttr/SCArmin Le Grand (allotropia)1-2/+10
2023-11-16reorg calc hyperlink check to reuse elsewhereCaolán McNamara1-30/+2
2023-11-09default to ignoring libreoffice special-purpose protocols in calc hyperlinkCaolán McNamara1-1/+32
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-1/+1
2023-08-23fix bug inScGlobal::CheckWidthInvalidateNoel Grandin1-1/+1
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl1-1/+1
2023-04-20Related: tdf#154915 #NULL! is not an "Internal syntactical error"Eike Rathke1-1/+3
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2022-10-06use more string_view in scNoel Grandin1-2/+2
2022-08-30Use ScFunctionList::IsEnglishFunctionNames()Eike Rathke1-1/+1
2022-08-30Move input handler function names to ScGlobal staticEike Rathke1-0/+37
2022-08-06Resolves: tdf#135993 Create ScFunctionList and ScFuncDesc with English namesEike Rathke1-1/+2
2022-05-04use more string_view in unotoolsNoel Grandin1-13/+14
2022-03-07faster check whether attributes have changed (tdf#117366)Luboš Luňák1-0/+6
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/core/dataNoel Grandin1-3/+3
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-0/+1
2022-02-10do not call purge() on string pool too often (tdf#125428)Luboš Luňák1-0/+9
2021-11-22Revert "cache FormulaError::NoRef error string (tdf#144249)"Luboš Luňák1-4/+2
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-1/+0
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-2/+2
2021-09-17Use atomic::exchange when cleaning upMike Kaganski1-8/+8
2021-09-17rather return ref from GetLocaleNoel Grandin1-5/+5
2021-09-17rather return ref from GetTransliterationNoel Grandin1-4/+8
2021-09-17rather return ref from GetCollatorNoel Grandin1-4/+8
2021-09-17rather return ref from GetCalendarNoel Grandin1-2/+2
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin1-2/+2
2021-09-17use optional for some fields in ScGlobalNoel Grandin1-13/+13
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-2/+2
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin1-1/+1
2021-09-10cache FormulaError::NoRef error string (tdf#144249)Luboš Luňák1-2/+4
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-2/+2
2021-07-26use officecfg for security optionsNoel Grandin1-2/+1
2021-07-21Avoid deadlock between osl global mutex and cppu::getTypeEntries mutexStephan Bergmann1-2/+16
2021-06-29sc: don't require ctrl-click when clicking on internal links of shapesMiklos Vajna1-1/+2
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