summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
13 daystdf#114441 Convert sal_uLong to better integer typesRafał Dobrakowski1-3/+4
2024-04-08tdf#160064 Hide named ranges/expressions of solver modelsRafael Lima1-1/+1
2024-04-03Remove duplicated includeAndrea Gelmini1-2/+0
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-0/+2
2024-03-25tdf#126573 Add Excel2021 array function SORT to CalcBalazs Varga1-1/+0
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-1/+1
2024-01-09tdf#114441 - Convert sal_uLong to better integer typessahil1-1/+1
2023-12-30tdf#158254: generalize and use algorithm to apply with allocationMike Kaganski1-0/+35
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-2/+2
2023-12-19tdf#154339: do not cache GetCellArea results for nowXisco Fauli1-8/+1
2023-12-12sc: Unify GetColumnDataAron Budea1-8/+2
2023-12-01move the SfxItemPoolCache to sc/Noel Grandin1-1/+1
2023-11-30No kit notification of note position changes on insert/delete rowCaolán McNamara1-0/+1
2023-11-11sc: extend backcolor areaHenry Castro1-0/+3
2023-10-11tdf#156815 Reset solver settings when a sheet is renamedRafael Lima1-0/+4
2023-10-09tdf#100034 tdf#157318 XLSX export: fix lost named ranges associated to sheetsRafael Lima1-0/+4
2023-08-14tdf#156677 if CheckComputeDependencies failed in expanded range...Caolán McNamara1-1/+2
2023-06-29loplugin:unusedmethodsNoel Grandin1-2/+0
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth1-0/+11
2023-06-17Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)timeEike Rathke1-3/+5
2023-05-08tdf#95520 Autofilter: Sort by colorSamuel Mehrbrodt1-0/+3
2023-03-26Related: tdf#154005 sc ods fileopen: fix dropdown form control sizeBalazs Varga1-0/+2
2023-03-25tdf#38948 Save solver settings to fileRafael Lima1-0/+6
2023-03-02Add a means to query the internal broadcaster state ...Kohei Yoshida1-0/+3
2022-11-21calc: cache GetCellArea resultsSzymon Kłos1-1/+8
2022-09-29introduce ScTable::GetColumnData() (tdf#151182)Luboš Luňák1-0/+8
2022-09-05tdf#150749 Find and replace on very large sheetNoel Grandin1-2/+2
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák1-1/+1
2022-06-25tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin1-1/+1
2022-06-15tdf#126109 calc slow when replacing string to numberNoel Grandin1-1/+2
2022-06-10loplugin:constantparamNoel Grandin1-1/+1
2022-06-01pass ScRange around by valueNoel Grandin1-6/+6
2022-05-18make CreateColumnIfNotExists() non-constLuboš Luňák1-4/+4
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák1-2/+3
2022-05-10extend ScQueryCellIteratorBase for custom cell accessLuboš Luňák1-2/+3
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar1-1/+1
2022-04-22do not duplicate code for ScCountIfCellIteratorLuboš Luňák1-1/+2
2022-04-22try to limit cell interpreting to only visible cells when drawingLuboš Luňák1-0/+1
2022-04-22fix checking whether a block of cells is emptyLuboš Luňák1-0/+1
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák1-7/+10
2022-04-12don't artificially clamp attribute iterators rangeLuboš Luňák1-4/+0
2022-04-07sc: take sparklines into account with auto fillTomaž Vajngerl1-0/+1
2022-04-05sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl1-0/+1
2022-04-04sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl1-0/+1
2022-04-04sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl1-1/+1
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl1-0/+1
2022-03-29sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl1-0/+9
2022-03-25fix ScTable::GetLastChangedCol() for unallocated columnsLuboš Luňák1-4/+4
2022-03-23loplugin:unusedmethodsNoel Grandin1-2/+0
2022-03-21ScColumnsRange::Iterator actual needs to be bidirectionalStephan Bergmann1-1/+1