summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin12-78/+123
2019-04-02tdf#120445 File-open ODS: Slower as compared to LibO 4.4.7.2Noel Grandin2-128/+98
2019-03-28tdf#120660: Populate rNewSharedRows even if no FC...Dennis Francis1-14/+52
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-1/+1
2019-03-27return unique_ptr in CreateFlatCopiedTokenArrayNoel Grandin1-6/+6
2019-03-27return unique_ptr from CreateAttrIteratorNoel Grandin2-7/+7
2019-03-27no need to allocate aEmptyOUString separatelyNoel Grandin1-9/+1
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski3-69/+38
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis1-1/+1
2019-03-26No need in function object; just use range-based loopMike Kaganski1-16/+2
2019-03-26flatten TabRangesNoel Grandin2-4/+4
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-25avoid a crash with an editor-forced matrix formula (tdf#123479)Luboš Luňák1-4/+6
2019-03-24Fix typoAndrea Gelmini1-1/+1
2019-03-22Remove listening in ScDocument::SetString() and ScDocument::SetValue()Eike Rathke1-39/+15
2019-03-21Increase the life-cycle of threads in thread-pool...Dennis Francis2-2/+8
2019-03-18Listening when grouping in ScColumn::AttachNewFormulaCells(), (tdf#123736)Eike Rathke1-8/+41
2019-03-17Reget position_type as the block or type may have changed, tdf#123736 relatedEike Rathke1-0/+3
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke3-14/+110
2019-03-15In case of sc::NoListening only SetNeedsListeningGroup(), tdf#123736 follow-upEike Rathke1-5/+19
2019-03-15new pahole-all-classes script, and update a couple of sc/ structsNoel Grandin1-4/+2
2019-03-13Resolves: tdf#123736 re-establish listeners for unshared formula groupsEike Rathke1-27/+124
2019-03-13state explicitly how ownership of ScFormulaCell::pCode worksLuboš Luňák1-0/+3
2019-03-13const correctnessLuboš Luňák3-4/+4
2019-03-12don't let two unique_ptr's handle the same ScTokenArrayLuboš Luňák1-4/+4
2019-03-09Resolves: tdf#123714 tdf#123736 all split formula groups; tdf#120013 relatedEike Rathke1-2/+2
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen1-0/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-3/+4
2019-03-05Use already available index in following getToken callMatteo Casalin1-2/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04tdf#121040 sc: use pixel-per-twips in X for horizontal value conversionSerge Krot1-1/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák1-2/+2
2019-02-28simplify CreateColumnIfNotExistsNoel Grandin1-0/+8
2019-02-28avoid std::out_of_range thrown by mdds (tdf#122643)Luboš Luňák1-1/+1
2019-02-28reintroduce ScCaptionPtrLuboš Luňák3-119/+459
2019-02-23loplugin:unusedfields in scNoel Grandin2-3/+0
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-1/+2
2019-02-18tdf#122624 XLSX OLE in DOCX: import view positionsLászló Németh1-0/+2
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-3/+3
2019-02-15tdf#122982 Remove image from cell when cutting the cellSamuel Mehrbrodt1-4/+11
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov24-688/+475
2019-02-12tdf#121040 sc: cell with ### has too big heightSerge Krot1-3/+13
2019-02-11Resolves: tdf#123052 correctly init pNextRows[] values for up/back unprotectedEike Rathke1-2/+10
2019-02-11new loplugin writeonlyvarsNoel Grandin2-6/+1
2019-02-11tdf#121388 : Disable threading and dep evaluation for IF...Dennis Francis2-1/+19
2019-02-11ScConditionalFormatList, don't use linear searchNoel Grandin1-20/+10
2019-02-09loplugin:indentation in scNoel Grandin6-21/+21
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov18-615/+581