summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2022-09-02no need to use unique_ptr for this map in sc::ScRangeNameNoel Grandin
2022-09-01Related: tdf#142293 Have ScCompiler::GetOpCodeMap() overwriteEike Rathke
2022-08-30Move input handler function names to ScGlobal staticEike Rathke
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-28Fix typoAndrea Gelmini
2022-08-27sal_uLong->sal_uInt32 in ValidationEntryNoel Grandin
2022-08-27Do not gather function data over and over again for each formula inputEike Rathke
2022-08-26Fix typosAndrea Gelmini
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák
2022-08-23Make static ScCompiler::GetCharClassLocalized() public as wellEike Rathke
2022-08-19tdf#150336 add a static_assert to catch that happening againCaolán McNamara
2022-08-19Resolves: tdf#150336 overlapping slot idsCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-11fix tsan data-raceNoel Grandin
2022-08-09Use CharClass::uppercase() for AddIns' English UI names, tdf#135993 follow-upEike Rathke
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-08-06Resolves: tdf#135993 Create ScFunctionList and ScFuncDesc with English namesEike Rathke
2022-08-03Avoid multiple conversions to LanguageTag, specifically in loopsEike Rathke
2022-08-02Resolves: tdf#150203 Gather AddIn English names and provide for FunctionAccessEike Rathke
2022-07-30sc: allow undo of typing in 2 views independent from each otherNoel Grandin
2022-07-27Unnecessary to remember mbFiltering at column, tdf#140968 tdf#140978 follow-upEike Rathke
2022-07-27FilteredRow is not a property of the column, tdf#117276 follow-upEike Rathke
2022-07-27Name FilteredRow what it is, not hidden; tdf#117276 follow-upEike Rathke
2022-07-25use more o3tl::spanNoel Grandin
2022-07-22tdf#117276 sc: Show hidden filter elements as inactive elementsBalazs Varga
2022-07-20move wintypes.hxx from tools to vclChris Sherlock
2022-07-15tdf#148248 Text Color -> Font Color in AutoFilter/Standard FilterGabor Kelemen
2022-07-13basegfx: zoomIn() and zoomOut() should be sal_uInt16Chris Sherlock
2022-07-12elide some dynamic_castNoel Grandin
2022-07-06opencl: no need for unhelpful nullptr OUString * case.Michael Meeks
2022-07-05Related tdf#137145 tdf#137569 Capitalization + punctuation fixesAdolfo Jayme Barrientos
2022-06-27cid#1506511 silence Uncaught exceptionCaolán McNamara
2022-06-26fix ByValue lookups with ScSortedRangeCacheLuboš Luňák
2022-06-26more efficient recalculations from xlsx import of pivot tablesLuboš Luňák
2022-06-25tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin
2022-06-23no need to explicitly spell out bodies of default functionsLuboš Luňák
2022-06-20use std::monostate in std::variantNoel Grandin
2022-06-18clean up Sc*CellValueNoel Grandin
2022-06-18tdf#126109 calc slow when replacing string to numberNoel Grandin
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin
2022-06-17create getter for ScCellValue::mpStringNoel Grandin
2022-06-16Resolves: tdf#147822 ScUnoListenerEntry container must be std::listEike Rathke
2022-06-16create getter for ScCellValue::mfValueNoel Grandin
2022-06-16pass EditTextObject by unique_ptrNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-06-16share ScSortedRangeCache between threadsLuboš Luňák
2022-06-15tdf#126109 calc slow when replacing string to numberNoel Grandin
2022-06-10loplugin:constantparamNoel Grandin
2022-06-07tdf#129674 Add GoTo Sheet commandLaurent BP