summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
2022-06-06ScSingleRefData::TabValid: for absolute reference take sheets into accountEike Rathke
2022-06-06Fix typosAndrea Gelmini
2022-06-05restore %PRODUCTNAME to accessible descriptions that need themCaolán McNamara
2022-06-01pass ScRange around by valueNoel Grandin
2022-05-30first arg of ApplyFrame is never nullLuboš Luňák
2022-05-30no need to use unique_ptr for tokens in ScChartListenerNoel Grandin
2022-05-26WIP: dunno about "Hodler"Andrea Gelmini
2022-05-22pass ScDocShell by reference in ctor to indicate never initially nullCaolán McNamara
2022-05-21lok-calc: new callback for print rangesDennis Francis
2022-05-20bump up Calc MAXTILEDROW to MAXROWLuboš Luňák
2022-05-20Document sparkline related classes, functions and structsTomaž Vajngerl
2022-05-19don't allocate unnecessary columns when inserting a rowLuboš Luňák
2022-05-19ScTable::TestInsertRow() does not need to allocate all columnsLuboš Luňák