summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)Author
2023-03-02Add a means to query the internal broadcaster state ...Kohei Yoshida
2023-02-28tdf#153669: Track formulas that stopped listening ...Kohei Yoshida
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák
2022-07-27Unnecessary to remember mbFiltering at column, tdf#140968 tdf#140978 follow-upEike Rathke
2022-07-27FilteredRow is not a property of the column, tdf#117276 follow-upEike Rathke
2022-07-27Name FilteredRow what it is, not hidden; tdf#117276 follow-upEike Rathke
2022-07-22tdf#117276 sc: Show hidden filter elements as inactive elementsBalazs Varga
2022-06-10loplugin:constantparamNoel Grandin
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-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-12don't artificially clamp attribute iterators rangeLuboš Luňák
2022-04-05sc: make printing of Sparklines workTomaž Vajngerl
2022-04-04sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl
2022-04-04sc: add support for copy/cut and paste of SparklinesTomaž Vajngerl
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl
2022-03-29avoid repeated calls to ScMarkData::GetMarkedRanges() (tdf#148147)Luboš Luňák
2022-03-29sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl
2022-03-25loplugin:constantparamNoel Grandin
2022-03-11tdf#147744: Make sure to pass valid position hints.Kohei Yoshida
2022-03-11load ods/xlsx with full row attributes without allocating all columnsLuboš Luňák
2022-03-10fix attr iterators to walk even unallocated columns if neededLuboš Luňák
2022-03-08optimize ScTabView::SkipCursorVertical() for many rowsLuboš Luňák
2022-03-08fix GetAttr() for unallocated columnsLuboš Luňák
2022-03-08sc: add Sparkline to the model as a column multi_type_vectorTomaž Vajngerl
2022-03-08remove pAttrArray nullptr checksLuboš Luňák
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
2022-03-05remove more hardcoded MAXROWLuboš Luňák
2022-03-05remove pAttrArray nullptr checksLuboš 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-16do not allocate columns in ScTable::GetNumberFormat()Luboš Luňák
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-02-04tdf#146795: Make sure to use valid position hints to avoid crash.Kohei Yoshida
2021-12-06make it clearer that ScHint is modifiedLuboš 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-11-05Blind fix for ubusan errorKohei Yoshida
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke
2021-07-21pass sc::ColumnIterator by valueNoel Grandin
2021-05-25tdf#116413 keep AttachNewFormulaCell methods togetherscito
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito
2021-05-18loplugin:unusedmethodsNoel Grandin
2021-05-17small perf improvement in checking for noteNoel Grandin
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis