summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
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
2022-05-18make CreateColumnIfNotExists() non-constLuboš Luňák
2022-05-17provide more details about failures in Calc 'functions' testsLuboš Luňák
2022-05-16forcepoint#97 avoid Invalid read of size 2Caolán McNamara
2022-05-16Unfriend someMike Kaganski
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák
2022-05-12fix up order of some ScDocument functionsLuboš 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-11faster reverse mapping in ScSortedRangeCacheLuboš Luňák
2022-05-11make ScSortedRangeCache work for also 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-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-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-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-07tdf#107765: Use the correct sheet index.Kohei Yoshida
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-05-04use more string_view in unotoolsNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-01lok: Introduce uno commands for formulabar actionsSzymon Kłos
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-28reduce Calc's INITIALCOLCOUNT to 1Luboš Luňák
2022-04-22do not duplicate code for ScCountIfCellIteratorLuboš Luňák
2022-04-22move query-related iterators to a new separate fileLuboš Luňák
2022-04-22try to limit cell interpreting to only visible cells when drawingLuboš Luňák
2022-04-22fix an off-by-one error in GetEmptyLinesInBlock()Luboš Luňák
2022-04-22fix checking whether a block of cells is emptyLuboš Luňák
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák