summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2022-09-17speed up large sheet with lots of conditionsNoel Grandin1-1/+2
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock1-3/+3
2022-09-14Related: tdf#149665 Unify input of a leading ' apostrophe in non-Text cellEike Rathke1-1/+1
2022-09-14Resolves: tdf#150926 Add-In result svl::SharedString needs to be internedEike Rathke1-1/+3
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin6-6/+6
2022-09-11ScValueIterator ScDocument& parameter is now superfluousEike Rathke1-2/+2
2022-09-09GetCurNumFmtInfo is always called with the same context as given in ctorCaolán McNamara1-1/+1
2022-09-09always pass ScInterpreterContext to ScValueIteratorCaolán McNamara1-4/+2
2022-09-09Resolves: tdf#150312 Move base-cell-address to a valid sheet upon deletionEike Rathke1-0/+9
2022-09-06cid#1509199 silence Constant expression resultCaolán McNamara1-1/+1
2022-09-06Simplify by using replace instead of replaceAt in loop in sc/compilerJulien Nabet1-2/+0
2022-09-05tdf#150749 Find and replace on very large sheetNoel Grandin3-3/+4
2022-09-02no need to use unique_ptr for this map in sc::FormulaGroupAreaListenerNoel Grandin1-2/+2
2022-09-02Related: tdf#150271 Adjust unquoted string message to realityEike Rathke1-1/+1
2022-09-02no need to use unique_ptr for this map in sc::ScRangeNameNoel Grandin2-6/+6
2022-09-01Related: tdf#142293 Have ScCompiler::GetOpCodeMap() overwriteEike Rathke1-0/+5
2022-08-30Move input handler function names to ScGlobal staticEike Rathke1-0/+15
2022-08-29ref-count SdrObjectNoel Grandin1-106/+3
2022-08-28Fix typoAndrea Gelmini1-1/+1
2022-08-27sal_uLong->sal_uInt32 in ValidationEntryNoel Grandin2-2/+2
2022-08-27Do not gather function data over and over again for each formula inputEike Rathke1-0/+3
2022-08-26Fix typosAndrea Gelmini1-1/+1
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák5-4/+8
2022-08-23Make static ScCompiler::GetCharClassLocalized() public as wellEike Rathke1-1/+1
2022-08-19tdf#150336 add a static_assert to catch that happening againCaolán McNamara1-1/+5
2022-08-19Resolves: tdf#150336 overlapping slot idsCaolán McNamara1-8/+10
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-08-11fix tsan data-raceNoel Grandin1-14/+0
2022-08-09Use CharClass::uppercase() for AddIns' English UI names, tdf#135993 follow-upEike Rathke1-1/+3
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin51-120/+129
2022-08-06Resolves: tdf#135993 Create ScFunctionList and ScFuncDesc with English namesEike Rathke2-3/+9
2022-08-03Avoid multiple conversions to LanguageTag, specifically in loopsEike Rathke1-1/+2
2022-08-02Resolves: tdf#150203 Gather AddIn English names and provide for FunctionAccessEike Rathke1-1/+3
2022-07-30sc: allow undo of typing in 2 views independent from each otherNoel Grandin1-3/+3
2022-07-27Unnecessary to remember mbFiltering at column, tdf#140968 tdf#140978 follow-upEike Rathke1-2/+0
2022-07-27FilteredRow is not a property of the column, tdf#117276 follow-upEike Rathke1-2/+0
2022-07-27Name FilteredRow what it is, not hidden; tdf#117276 follow-upEike Rathke1-1/+1
2022-07-25use more o3tl::spanNoel Grandin1-1/+1
2022-07-22tdf#117276 sc: Show hidden filter elements as inactive elementsBalazs Varga2-4/+14
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-5/+12
2022-07-15tdf#148248 Text Color -> Font Color in AutoFilter/Standard FilterGabor Kelemen1-3/+1
2022-07-13basegfx: zoomIn() and zoomOut() should be sal_uInt16Chris Sherlock1-2/+2
2022-07-12elide some dynamic_castNoel Grandin1-1/+2
2022-07-06opencl: no need for unhelpful nullptr OUString * case.Michael Meeks1-1/+1
2022-07-05Related tdf#137145 tdf#137569 Capitalization + punctuation fixesAdolfo Jayme Barrientos1-5/+5
2022-06-27cid#1506511 silence Uncaught exceptionCaolán McNamara1-0/+2
2022-06-26fix ByValue lookups with ScSortedRangeCacheLuboš Luňák3-21/+31
2022-06-26more efficient recalculations from xlsx import of pivot tablesLuboš Luňák1-1/+1
2022-06-25tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin2-3/+2
2022-06-23no need to explicitly spell out bodies of default functionsLuboš Luňák1-14/+2