summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2022-05-10tdf#108188, tdf#131190 - Verify that the page style is actually usedAndreas Heinisch
2022-05-10sort out query iterator's BinarySearch() corner cases handlingLuboš Luňák
2022-05-10make BinarySearch() work for SC_EQUAL, SC_LESS, SC_GREATERLuboš Luňák
2022-05-10make query iterator's BinarySearch() find the last matching itemLuboš Luňák
2022-05-10add tests of query iterator's BinarySearch()Luboš Luňák
2022-05-10extend ScQueryCellIteratorBase for custom cell accessLuboš Luňák
2022-05-10assert pre-requisities of BinarySearch()Luboš Luňák
2022-05-10BinarySearch() can be in ScQueryCellIteratorBaseLuboš Luňák
2022-05-09make ScDocument::FetchTable() publicLuboš Luňák
2022-05-09tdf#148993 XLS export: fix broken formula regressionLászló Németh
2022-05-09tdf#148843: sc_mathematical_functions: Add unittestXisco Fauli
2022-05-09tdf#148948: sc_statistical_functions: Add unittestXisco Fauli
2022-05-09Resolves: tdf#148948 Use QueryBy(Non)Empty for "=" and "<>" criteriaEike Rathke
2022-05-08No need to use std::optional hereMike Kaganski
2022-05-07tdf#107765: Use the correct sheet index.Kohei Yoshida
2022-05-07tdf#121740 increase DrawingEngine::OLE_Objects cache limitNoel Grandin
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2022-05-07Resolves: tdf#148843 Handle single reference error values correctlyEike Rathke
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-05-06tdf#148837: fix cell range negative selectionhasban12138