summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Unfriend someMike Kaganski1-8/+0
2022-05-16fix GETPIVOTDATA() field name lookupLuboš Luňák3-6/+17
2022-05-15tdf#124820 sc: overwrite more character level font attributesJustin Luth1-1/+14
2022-05-15no ScSortedRangeCache-based query for number-as-string (tdf#149071)Luboš Luňák3-15/+104
2022-05-15ScSortedRangeCache-based query doesn't work with mbRangeLookupLuboš Luňák1-0/+2
2022-05-14Fix typoAndrea Gelmini1-1/+1
2022-05-13make ScSortedRangeCache-based queries work with mbMatchEmptyLuboš Luňák1-2/+21
2022-05-13CppunitTest_sc_uicalc: simplify code a bitXisco Fauli1-18/+22
2022-05-13tdf#148863: sc_uicalc: Add unittestXisco Fauli1-0/+20
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-1/+1
2022-05-13Use interpreter stack to determine JumpMatrix context, tdf#148863 follow-upEike Rathke1-2/+2
2022-05-12Resolves: tdf#148863 In JumpMatrix context use its dimensions for resultsEike Rathke1-1/+11
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák12-38/+38
2022-05-12fix up order of some ScDocument functionsLuboš Luňák23-85/+86
2022-05-12Simplify this a bitMike Kaganski1-2/+1
2022-05-12Simplify ScTransferObj::SetDrawClipDoc a bitMike Kaganski1-6/+2
2022-05-12tdf#148835 don't write any sparkline xml elements if none existsTomaž Vajngerl2-1/+28
2022-05-12Related: tdf#142635 Remove address parsing failback codeEike Rathke1-15/+4
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)1-1/+1
2022-05-11search faster an array where most elements do not match (tdf#144777)Luboš Luňák1-4/+14
2022-05-11reduce size of *IFS conditions array (tdf#144777)Luboš Luňák2-9/+9
2022-05-11no PerformQuery() with ScSortedRangeCache if not needed (tdf#144777)Luboš Luňák2-13/+45
2022-05-11do not use ScSortedRangeCache inefficientlyLuboš Luňák5-17/+79
2022-05-11limit rows to ones having data when computing ScSortedRangeCacheLuboš Luňák2-2/+11
2022-05-11faster reverse mapping in ScSortedRangeCacheLuboš Luňák2-4/+7
2022-05-11avoid somewhat expensive mdds position() call if possibleLuboš Luňák1-1/+7
2022-05-11make ScSortedRangeCache work for also ScQueryEntry::ByStringLuboš Luňák9-66/+179
2022-05-11make BinarySearch() do proper SC_EQUAL with ScQueryEntry::ByStringLuboš Luňák1-2/+3
2022-05-11use ScSortedRangeCache also for generic queriesLuboš Luňák4-59/+187
2022-05-11make internal ScQueryCellIteratorBase functions protectedLuboš Luňák1-12/+12
2022-05-11keep only a reference to a vector if equal to what's wantedLuboš Luňák1-6/+21
2022-05-11introduce Calc cache for sorted handling of unsorted cellsLuboš Luňák13-31/+508
2022-05-11make it obvious which column BinarySearch() operates onLuboš Luňák3-27/+27
2022-05-11Drop IS_EDITMODE macro that is used only onceGabor Kelemen1-3/+1
2022-05-11tdf#148430 Use atanh from <cmath> instead of our ownofftkp2-2/+4
2022-05-11Avoid useless default constructionMike Kaganski1-2/+1
2022-05-11Resolves: tdf#132582 Display duration for calculated time values selectionEike Rathke1-0/+12
2022-05-10tdf#108188, tdf#131190 - Verify that the page style is actually usedAndreas Heinisch3-11/+45
2022-05-10sort out query iterator's BinarySearch() corner cases handlingLuboš Luňák3-35/+55
2022-05-10make BinarySearch() work for SC_EQUAL, SC_LESS, SC_GREATERLuboš Luňák3-19/+121
2022-05-10make query iterator's BinarySearch() find the last matching itemLuboš Luňák2-15/+18
2022-05-10add tests of query iterator's BinarySearch()Luboš Luňák1-0/+187
2022-05-10extend ScQueryCellIteratorBase for custom cell accessLuboš Luňák7-311/+432
2022-05-10assert pre-requisities of BinarySearch()Luboš Luňák2-3/+11
2022-05-10BinarySearch() can be in ScQueryCellIteratorBaseLuboš Luňák2-201/+198
2022-05-09make ScDocument::FetchTable() publicLuboš Luňák1-3/+3
2022-05-09tdf#148993 XLS export: fix broken formula regressionLászló Németh2-2/+6
2022-05-09tdf#148843: sc_mathematical_functions: Add unittestXisco Fauli1-0/+25
2022-05-09tdf#148948: sc_statistical_functions: Add unittestXisco Fauli1-0/+48
2022-05-09Resolves: tdf#148948 Use QueryBy(Non)Empty for "=" and "<>" criteriaEike Rathke1-4/+25