summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)Author
2022-09-29introduce ScTable::GetColumnData() (tdf#151182)Luboš Luňák
2022-09-05tdf#150749 Find and replace on very large sheetNoel Grandin
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák
2022-06-25tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin
2022-06-15tdf#126109 calc slow when replacing string to numberNoel Grandin
2022-06-10loplugin:constantparamNoel Grandin
2022-06-01pass ScRange around by valueNoel Grandin
2022-05-18make CreateColumnIfNotExists() non-constLuboš Luňák
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák
2022-05-10extend ScQueryCellIteratorBase for custom cell accessLuboš Luňák
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-04-22do not duplicate code for ScCountIfCellIteratorLuboš Luňák
2022-04-22try to limit cell interpreting to only visible cells when drawingLuboš Luňák
2022-04-22fix checking whether a block of cells is emptyLuboš Luňák
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák
2022-04-12don't artificially clamp attribute iterators rangeLuboš Luňák
2022-04-07sc: take sparklines into account with auto fillTomaž Vajngerl
2022-04-05sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl
2022-04-04sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl
2022-04-04sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl
2022-03-29sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl
2022-03-25fix ScTable::GetLastChangedCol() for unallocated columnsLuboš Luňák
2022-03-23loplugin:unusedmethodsNoel Grandin
2022-03-21ScColumnsRange::Iterator actual needs to be bidirectionalStephan Bergmann
2022-03-11load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-10fix attr iterators to walk even unallocated columns if neededLuboš Luňák
2022-03-10add ColumnData() for simple handling of unallocated column dataLuboš Luňák
2022-03-08optimize ScTabView::SkipCursorVertical() for many rowsLuboš Luňák
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
2022-03-05introduce ScColumnData for ScColumn/ScTable code sharingLuboš Luňák
2022-02-26tdf#147298: Add a simple test case for formula cell tracking by column.Kohei Yoshida
2022-02-25tdf#147404 sc AutoFillPreview: consider hidden cellsJustin Luth
2022-02-17fix range checking in calls like ScDocument::GetNote()Luboš Luňák
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák
2021-12-05move entire ScTable::ValidQuery() into (Sc)QueryEvaluatorLuboš Luňák
2021-11-25sort, cache and binary search query items if they're many (tdf#136838)Luboš Luňák
2021-11-22cache error strings for ScTable::validQuery() (tdf#133835)Luboš Luňák
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-11loplugin:moveparam in scNoel Grandin
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke
2021-08-05tsan:data-race in ScTable::bStreamValidNoel Grandin
2021-07-21pass sc::ColumnIterator by valueNoel Grandin
2021-06-04tdf#68976 fix paste transposed regression for notes/patternsscito
2021-05-31tdf#142402 sc UI: store formatted values in standard filterBalazs Varga
2021-05-21tdf#68976 cut paste transposed: fix wrong position in clipdocscito
2021-05-18loplugin:unusedmethodsNoel Grandin