summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-03reduce cost of displaying sheets with conditional formattingNoel Grandin1-2/+2
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-2/+2
2024-02-11cid#1559961 silence Free of address-of expressionCaolán McNamara1-6/+6
2024-02-07cid#1559945 rearrange to silence Use after freeCaolán McNamara1-1/+3
2024-01-30tdf#159131 Calc is laggy when moving a line (row)Noel Grandin1-0/+2
2024-01-15tdf#140330: do not deduplicate conditional formatting in undo contextMike Kaganski1-2/+5
2024-01-03tdf#114441 Convert use of sal_uLong to better integer typesgilssonn1-1/+1
2023-12-30tdf#158254: generalize and use algorithm to apply with allocationMike Kaganski1-59/+9
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-21/+18
2023-12-22tdf#154044: Also store default column data, when copying to Undo documentMike Kaganski1-0/+17
2023-12-14tdf#158551: fix crash Paste Special with Operation (mdds)Julien Nabet1-2/+2
2023-12-12sc: Unify GetColumnDataAron Budea1-8/+8
2023-12-01move the SfxItemPoolCache to sc/Noel Grandin1-3/+3
2023-11-30No kit notification of note position changes on insert/delete rowCaolán McNamara1-0/+15
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-1/+1
2023-10-31tell client when the cell for the comment changedCaolán McNamara1-1/+1
2023-09-15reduce casting around ScDocShellNoel Grandin1-2/+2
2023-07-15tdf#156286 sc: fix crash with column deletionLászló Németh1-1/+1
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth1-8/+8
2023-06-10Fix typoAndrea Gelmini1-1/+1
2023-06-09tdf#153437 sc: fix broken formatting without performance regressionCzeber László Ádám1-0/+3
2023-06-03remove unnecessary ScPatternAttr copyNoel Grandin1-2/+1
2023-05-17tdf#154477: sc: add "updateValues" method to conditional format listHenry Castro1-0/+3
2023-04-02Related: tdf#152250 Copy also style hierarchyMaxim Monastirsky1-6/+1
2022-08-15ofz#49713 Heap-use-after-freeCaolán McNamara1-4/+16
2022-06-25tdf#149647 LibreOffice Calc cursor not positioned correctlyNoel Grandin1-27/+4
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-3/+3
2022-06-16make meType in ScCellValue privateNoel Grandin1-2/+2
2022-06-14allocate columns in ScTable::TransposeClip() (tdf#149554)Luboš Luňák1-1/+1
2022-06-10loplugin:constantparamNoel Grandin1-2/+2
2022-06-10Resolves: tdf#148072 Restore sheet-local names for Undo of CutEike Rathke1-5/+13
2022-05-30fix setting cell borders for unallocated cellsLuboš Luňák1-1/+1
2022-05-19don't allocate unnecessary columns when inserting a rowLuboš Luňák1-1/+2
2022-05-19actually insert the column(s) in ScTable::InsertCol()Luboš Luňák1-0/+3
2022-05-19ScTable::TestInsertRow() does not need to allocate all columnsLuboš Luňák1-6/+11
2022-05-18make CreateColumnIfNotExists() non-constLuboš Luňák1-6/+6
2022-05-12IsEmptyBlock() -> IsEmptyData()Luboš Luňák1-3/+3
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar1-2/+2
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann1-0/+2
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák1-1/+1
2022-04-07sc: improve keeping track of sparklines in SparklineListTomaž Vajngerl1-1/+1
2022-04-05sc: make printing of Sparklines workTomaž Vajngerl1-0/+4
2022-04-04sc: undo/redo for sparklines when deleting the cell contentTomaž Vajngerl1-0/+17
2022-04-04sc: change GetSparkline to return a shared_ptr instead of raw ptrTomaž Vajngerl1-7/+4
2022-04-03sc: support deleting a Sparkline with 'Clear Content' functionTomaž Vajngerl1-0/+10
2022-03-30don't clamp columns to allocated ones for flagsLuboš Luňák1-2/+0
2022-03-29avoid repeated calls to ScMarkData::GetMarkedRanges() (tdf#148147)Luboš Luňák1-1/+2
2022-03-29sc: refactor sparkline struture to store a list of sparklinesTomaž Vajngerl1-0/+37
2022-03-25fix ScTable::GetLastChangedCol() for unallocated columnsLuboš Luňák1-4/+3
2022-03-25loplugin:constantparamNoel Grandin1-1/+1