summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen3.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-01tdf#140462 sc ODF import: fix empty autofilter columnsBalazs Varga1-0/+11
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-10-20use tools::Long in scNoel1-19/+19
2020-09-30Clean-up of commit: I95d394c5432d22805a761b76219f656fad3feae1Attila Szűcs1-3/+3
2020-09-27Resolves: tdf#67007 display sheet-local range name in Name Box for selectionEike Rathke1-0/+14
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-16TransferTab always dereferences its ScDocument* argumentCaolán McNamara1-1/+1
2020-09-14both branches dereference ScDocument* argCaolán McNamara1-2/+2
2020-09-10tdf#53431 tdf#136535 sc: fix Fill Cells with AutofilterAttila Szűcs1-0/+5
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-1/+1
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-90/+90
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann1-2/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+2
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin1-1/+1
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin1-18/+18
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-4/+4
2019-08-20loplugin:constvars in package..scNoel Grandin1-1/+1
2019-05-10handle empty tools::Rectangle in scNoel Grandin1-14/+19
2019-04-18crashtesting: failure on import of ooo6593-5.stcNoel Grandin1-0/+5
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-0/+5
2019-02-28reintroduce ScCaptionPtrLuboš Luňák1-1/+1
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-31/+34
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-03ofz#11679 avoid config using pathCaolán McNamara1-0/+4
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-12/+1
2018-11-07loplugin:collapseif in scNoel Grandin1-6/+5
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+4
2018-08-17make GetName accessor more standardCaolán McNamara1-2/+1
2018-07-05use std::unique_ptr for ScTable in ScDocumentNoel Grandin1-6/+6
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-1/+2
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin1-9/+7
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen1-0/+1
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-7/+7
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-31/+20
2018-03-15Use return value of ScTable::GetDataEntries()Eike Rathke1-3/+5
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin1-3/+3
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-8/+8
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-21/+21
2018-02-03TypedWhichId in scNoel Grandin1-6/+3
2018-01-26coverity#1428613 check IsValidReference() return value, tdf#108989 follow-upEike Rathke1-8/+6
2018-01-25[Pardus] tdf#108989 Add contextual manage names command.Gulsah Kose1-0/+26