summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/tablink.cxx
AgeCommit message (Expand)Author
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-09-17rather return ref from GetTransliterationNoel Grandin
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-16TransferDrawPage always dereferences its ScDocument* argumentCaolán McNamara
2020-09-16TransferTab always dereferences its ScDocument* argumentCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-04-30loplugin:makeshared in scNoel Grandin
2019-12-23XStyleLoader::loadStylesFromURL Allow loading from streamSamuel Mehrbrodt
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin
2018-08-08loplugin:useuniqueptr in SfxApplication::LoadTemplate and SfxMediumNoel Grandin
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-06weld linkeditdialogCaolán McNamara
2018-04-05set external data dialog as parent for password dialogs of loading docsCaolán McNamara
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-29Fix typosAndrea Gelmini
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-08-01ofz: survive missing configCaolán McNamara
2017-07-14use more OUString::operator== in scNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin
2017-04-06loplugin:useuniqueptrStephan Bergmann
2017-03-29Translate German comments in sc/source/ui/docshell/Johnny_M
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara
2016-07-27loplugin:singlevalfields in sc(part4)Noel Grandin
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht