summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)Author
2024-08-20tdf#162459 Validation list is always displayed in ascending orderNoel Grandin
2024-08-01optimise GetDataEntries a littleNoel Grandin
2024-04-04Remove duplicated includeAndrea Gelmini
2024-04-03reduce cost of displaying sheets with conditional formattingNoel Grandin
2024-04-02tdf#160399 speed up print previewNoel Grandin
2024-03-29speed up ScPatternAttrNoel Grandin
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-03-02avoid SvNumberFormatter lock in formula-group-threadingCaolán McNamara
2024-02-27save a few bytes per columnCaolán McNamara
2024-02-27Make ScColumn::HasCellNotes() less expensiveKohei Yoshida
2023-12-30tdf#158254: generalize and use algorithm to apply with allocationMike Kaganski
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-12-01move the SfxItemPoolCache to sc/Noel Grandin
2023-11-30No kit notification of note position changes on insert/delete rowCaolán McNamara
2023-11-29sc: fix back color filter entriesHenry Castro
2023-10-31tell client when the cell for the comment changedCaolán McNamara
2023-08-14tdf#156677 if CheckComputeDependencies failed in expanded range...Caolán McNamara
2023-07-25tdf#93315 sc: Only 84 empty row show in the Print PreviewCzeber László Ádám
2023-06-09tdf#153437 sc: fix broken formatting without performance regressionCzeber László Ádám
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