summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand3-301/+102
2019-04-24simplify condition (remove always true part)Mike Kaganski1-2/+1
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin3-18/+14
2019-04-24tdf#124896 CRASH: deleting sheetNoel Grandin2-3/+6
2019-04-24tdf#81765 slow loading of .ods with >1000 of conditional formats, part 4Noel Grandin1-1/+3
2019-04-23Skip clipboard queries while the document is still loadingKatarina Behrens1-1/+2
2019-04-23fix bad comparison in StrCmp/StrLessNoel Grandin1-8/+2
2019-04-22crashtesting: failure on export of ooo40197-1.sxc to xlsxCaolán McNamara1-1/+2
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin8-42/+59
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin7-47/+84
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin2-2/+68
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin5-53/+29
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski1-0/+3
2019-04-19optimise find/insert patternNoel Grandin2-14/+4
2019-04-18tdf#124822 CRASH: cutting and undoingNoel Grandin1-0/+1
2019-04-18tdf#124818 CRASH selecting all and switching spreadsheetNoel Grandin1-1/+2
2019-04-18tdf#124815 CRASH: inserting a columnNoel Grandin1-1/+1
2019-04-18crashtesting: failure on import of ooo6593-5.stcNoel Grandin2-2/+7
2019-04-18crashtesting: failure on export of ooo118068-1.ods to odsNoel Grandin1-0/+9
2019-04-17tdf#124778 View - Comments causes crashNoel Grandin1-1/+2
2019-04-17loplugin:sequentialassign in scNoel Grandin7-16/+8
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen5-0/+5
2019-04-15improve loplugin simplifyconstructNoel Grandin2-2/+2
2019-04-15Related: tdf#50916 create valid empty ScHorizontalCellIterator when...Mike Kaganski1-0/+2
2019-04-13use more std::make_uniqueNoel Grandin1-2/+2
2019-04-12tdf#113908: Implement exporting pivot tables' groups fields to XSLXMike Kaganski1-0/+5
2019-04-12loplugin:unusedmethodsNoel Grandin4-138/+0
2019-04-12crashtesting: failure on import of tdf90694-1.otsCaolán McNamara1-2/+10
2019-04-12crashtesting: failure on import of gnome545630-1.xlsxCaolán McNamara1-5/+6
2019-04-12crashtesting: failed on reexport of fdo64646-4.xlsCaolán McNamara1-2/+2
2019-04-12dpcache : use case-insensitive normalization of...Dennis Francis1-61/+36
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-7/+1
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai2-0/+6
2019-04-08tdf#124327 sc opengl: fix lack of AA text in chartsMiklos Vajna1-1/+4
2019-04-08ofz#14101 another batch of oss-fuzz failuresCaolán McNamara1-1/+1
2019-04-08ofz#14120 another batch of oss-fuzz failuresCaolán McNamara1-2/+2
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2-0/+3
2019-04-08use OUStringBuffer in ScRangeList::FormaNoel Grandin1-35/+11
2019-04-08Fix out-of-bounds error when adding a commentJens Carl1-1/+3
2019-04-08ofz#14088 ofz#14090 another batch of oss-fuzz failuresCaolán McNamara2-2/+2
2019-04-08ofz#14086 another batch of oss-fuzz failuresCaolán McNamara1-1/+1
2019-04-08improve combining in hash functionsNoel Grandin1-2/+5
2019-04-06ofz#14093 bunch of new ofz detected crashes related to tdf#50916Caolán McNamara1-4/+6
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin12-78/+123
2019-04-05tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski1-3/+2
2019-04-02tdf#120445 File-open ODS: Slower as compared to LibO 4.4.7.2Noel Grandin2-128/+98
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+2
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-2/+3
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen3-0/+4
2019-03-28tdf#124286 fix annoying rounding error.Winfried Donkers2-8/+30