summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2020-02-07tdf#129789 bitmap in comment lost on loadNoel Grandin1-1/+1
2020-01-21Resolves: tdf#129396 Refresh shared formula group area listeners upon shiftingEike Rathke1-1/+11
2020-01-16do not ignore return value of a (confusing) function (tdf#126248)Luboš Luňák1-1/+1
2020-01-15tdf#129393 Calc: cannot format whole row of unprotected cellsNoel Grandin1-4/+11
2020-01-13tdf#129908 Crash at Data > Group and outlone > AutoOutlineNoel Grandin1-0/+2
2019-12-18Resolves tdf#129127: do a safe swap of patternsDennis Francis1-0/+2
2019-11-21tdf#128812 speed up loading calc doc with lots of countifNoel Grandin1-0/+140
2019-11-21Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke2-36/+65
2019-11-14tdf#124270 : improve formula-group cycle detectionDennis Francis2-2/+19
2019-10-30Resolves: tdf#117715 Conditional format takes precedence; reverts tdf#93300Eike Rathke1-19/+13
2019-08-19tdf#126418: add some more checks for allocated columnsMike Kaganski1-33/+82
2019-08-07tdf#126685 CRASH: selecting all in sheetNoel Grandin1-2/+1
2019-07-31tdf#125800: accessing cond format props in UNO throws errorAron Budea1-1/+1
2019-07-18tdf#126421: don't limit pasted data to allocated columns in destinationMike Kaganski1-2/+5
2019-06-27Resolves: tdf#126116 keep original date format if detected type is identicalEike Rathke1-5/+17
2019-06-27Resolves: tdf#117899 update condition entries' source position on inter-copyEike Rathke1-3/+11
2019-06-26tdf#125661 : Move the delayed-grouping logic...Dennis Francis2-6/+4
2019-06-21crashtesting: failure importing gnome545630-1.xlsxCaolán McNamara1-5/+13
2019-06-19fix memory usage regression when loading files with lots of marksNoel Grandin1-3/+6
2019-06-14Resolves: tdf#124251 do not treat internal "URI" as real path URIEike Rathke1-1/+8
2019-06-11Resolves: tdf#125808 empty labels in pivot table from registered data sourceCaolán McNamara1-2/+2
2019-06-04tdf#121094 Opening xlxs with many rows takes several minutesNoel Grandin1-3/+1
2019-05-31crash-testing fdo86059-1.xlsxNoel Grandin1-0/+4
2019-05-31Avoid overflow when scaling column widthStephan Bergmann1-3/+3
2019-05-22New loplugin:dataStephan Bergmann4-11/+11
2019-05-21Resolves: tdf#125109 prefer edit format's acceptance patterns and YMD orderEike Rathke1-3/+49
2019-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis1-2/+22
2019-05-20cache mdds positions during ScDocument::CopyBlockFromClip() (tdf#112000)Luboš Luňák3-3/+19
2019-05-20cache mdds positions also in CopyTextAttrsFromClipHandler (tdf#112000)Luboš Luňák1-6/+25
2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part2Noel Grandin3-0/+97
2019-05-17cache mdds position in ScAttrArray::RemoveCellCharAttribs() (tdf#108298)Luboš Luňák1-1/+5
2019-05-17avoid two lookups in ScDocument::GetLookupCacheNoel Grandin1-5/+5
2019-05-16tdf#125054 fixed WhichIDs for cloned ItemsArmin Le Grand1-6/+12
2019-05-16cache mdds position in ScTable::InvalidateTextWidth (tdf#108298)Luboš Luňák1-1/+3
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák6-7/+53
2019-05-16cache mdds access in ScTable::ValidQuery() (tdf#80853)Luboš Luňák2-5/+40
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-05-15tdf#114245 : Let both ScDocument::CopyToDocument()...Dennis Francis1-17/+2
2019-05-15cache cell positions when opening standard filter in calc (tdf#80853)Luboš Luňák2-2/+26
2019-05-15tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil2-7/+16
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák4-18/+29
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov4-6/+6
2019-05-11weld conditional formattingCaolán McNamara1-2/+9
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke1-0/+5
2019-05-10handle empty tools::Rectangle in scNoel Grandin2-16/+25
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-10tdf#125051: fix spellchecking on CalcNoel Grandin1-19/+10
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen2-0/+4
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin3-14/+13
2019-05-09loplugin:unusedmethodsNoel Grandin3-36/+0