summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)Author
2023-11-11sc: extend backcolor areaHenry Castro
2023-10-11tdf#156815 Reset solver settings when a sheet is renamedRafael Lima
2023-10-09tdf#100034 tdf#157318 XLSX export: fix lost named ranges associated to sheetsRafael Lima
2023-08-14tdf#156677 if CheckComputeDependencies failed in expanded range...Caolán McNamara
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth
2023-06-17Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)timeEike Rathke
2023-05-08tdf#95520 Autofilter: Sort by colorSamuel Mehrbrodt
2023-03-26Related: tdf#154005 sc ods fileopen: fix dropdown form control sizeBalazs Varga
2023-03-25tdf#38948 Save solver settings to fileRafael Lima
2023-03-02Add a means to query the internal broadcaster state ...Kohei Yoshida
2022-11-21calc: cache GetCellArea resultsSzymon Kłos
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