summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-18silence coverity warningsLuboš Luňák
2022-05-18make CreateColumnIfNotExists() non-constLuboš Luňák
2022-05-17lok: respect zoom in calc tile rendering of EditViewSzymon Kłos
2022-05-17provide more details about failures in Calc 'functions' testsLuboš Luňák
2022-05-17tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh
2022-05-17At least make CppunitTest_sc_text_functions_test more resilient to ICU versionStephan Bergmann
2022-05-17freeze() and thaw() a widget during creation (tdf#149112)Luboš Luňák
2022-05-17tdf#142635: use the same ScDocument for clipboard and GlobalDrawPersistMike Kaganski
2022-05-17Related: tdf#142635 Make ScDocShell reference ScDocument by shared_ptrMike Kaganski
2022-05-16Fix a UITest on WindowsMike Kaganski
2022-05-16de-lint the .ui file for auto gtk3->gtk4 conversionCaolán McNamara
2022-05-16forcepoint#97 avoid Invalid read of size 2Caolán McNamara
2022-05-16Unfriend someMike Kaganski
2022-05-16fix GETPIVOTDATA() field name lookupLuboš Luňák
2022-05-15tdf#124820 sc: overwrite more character level font attributesJustin Luth
2022-05-15no ScSortedRangeCache-based query for number-as-string (tdf#149071)Luboš Luňák
2022-05-15ScSortedRangeCache-based query doesn't work with mbRangeLookupLuboš Luňák
2022-05-14Fix typoAndrea Gelmini
2022-05-13make ScSortedRangeCache-based queries work with mbMatchEmptyLuboš Luňák
2022-05-13CppunitTest_sc_uicalc: simplify code a bitXisco Fauli
2022-05-13tdf#148863: sc_uicalc: Add unittestXisco Fauli
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-05-13Use interpreter stack to determine JumpMatrix context, tdf#148863 follow-upEike Rathke
2022-05-12Resolves: tdf#148863 In JumpMatrix context use its dimensions for resultsEike Rathke
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák
2022-05-12fix up order of some ScDocument functionsLuboš Luňák
2022-05-12Simplify this a bitMike Kaganski
2022-05-12Simplify ScTransferObj::SetDrawClipDoc a bitMike Kaganski
2022-05-12tdf#148835 don't write any sparkline xml elements if none existsTomaž Vajngerl
2022-05-12Related: tdf#142635 Remove address parsing failback codeEike Rathke
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)
2022-05-11search faster an array where most elements do not match (tdf#144777)Luboš Luňák
2022-05-11reduce size of *IFS conditions array (tdf#144777)Luboš Luňák
2022-05-11no PerformQuery() with ScSortedRangeCache if not needed (tdf#144777)Luboš Luňák
2022-05-11do not use ScSortedRangeCache inefficientlyLuboš Luňák
2022-05-11limit rows to ones having data when computing ScSortedRangeCacheLuboš Luňák
2022-05-11faster reverse mapping in ScSortedRangeCacheLuboš Luňák
2022-05-11avoid somewhat expensive mdds position() call if possibleLuboš Luňák
2022-05-11make ScSortedRangeCache work for also ScQueryEntry::ByStringLuboš Luňák
2022-05-11make BinarySearch() do proper SC_EQUAL with ScQueryEntry::ByStringLuboš Luňák
2022-05-11use ScSortedRangeCache also for generic queriesLuboš Luňák
2022-05-11make internal ScQueryCellIteratorBase functions protectedLuboš Luňák
2022-05-11keep only a reference to a vector if equal to what's wantedLuboš Luňák
2022-05-11introduce Calc cache for sorted handling of unsorted cellsLuboš Luňák
2022-05-11make it obvious which column BinarySearch() operates onLuboš Luňák
2022-05-11Drop IS_EDITMODE macro that is used only onceGabor Kelemen
2022-05-11tdf#148430 Use atanh from <cmath> instead of our ownofftkp
2022-05-11Avoid useless default constructionMike Kaganski
2022-05-11Resolves: tdf#132582 Display duration for calculated time values selectionEike Rathke