summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/transobj.cxx
AgeCommit message (Expand)Author
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-02-21Some more unit conversion unificationMike Kaganski
2020-12-22split SotStorageStream into two classesNoel
2020-12-21Add a comment here, too, that the lists of formats are identicalTor Lillqvist
2020-10-20use tools::Long in scNoel
2020-09-26UpdateOle never called with a null ScViewData*Caolán McNamara
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-16ScImportExport always dereferences it ScDocument* argCaolán McNamara
2020-09-15establish ScViewData always ctored from ScDocShell& or ScDocument&Caolán McNamara
2020-09-15setDocument and InitData never called with a null ScDocument*Caolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-06-15rhbz#1847031 null-derefCaolán McNamara
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-03-06Related: tdf#131157 inherit ScDrawTransferObj from TransferDataContainerCaolán McNamara
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-22sc: rowcol: tdf#50916 convert some in uiAron Budea
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-12Fix typosAndrea Gelmini
2019-08-02lok: minimal implementation of isComplex for calc for now.Michael Meeks
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-02tdf#115317 Fix empty url representationPaul Trojahn
2018-10-25tdf#118747 sc: use manual height for previous rows in TransferObjVasily Melenchuk
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin
2018-07-16tdf#69460, tdf#118416: Don't copy whole columns to the clipboardTor Lillqvist
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-28loplugin:useuniqueptr in ScTransferObjNoel Grandin
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin
2018-05-08sc: prefix members of ScTransferObjHenry Castro
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-02-07tdf#115020: Cutting a large dataset is very slow since 6.1.0.0.alpha0+Henry Castro
2018-02-03TypedWhichId in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-16convert EETextFormat to scoped enumNoel Grandin
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro