summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/arealink.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-22drop unneeded includeCaolán McNamara1-1/+0
2021-03-12use the DocShell GetDialogParent as explicit dialog parentCaolán McNamara1-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-4/+4
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara1-1/+1
2020-09-13FindExtRange never passed a null ScDocument*Caolán McNamara1-7/+7
2020-05-30pass ScSheetLimits aroundNoel Grandin1-2/+2
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2020-01-28no need to include vcl/ctrl.hxxCaolán McNamara1-0/+1
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-1/+1
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-2/+2
2019-10-23sc: rowcol: tdf#50916 convert docshellNoel Grandin1-5/+5
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-4/+0
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-2/+2
2018-09-09Avoid getTokenCount and use indexed getTokenMatteo Casalin1-12/+13
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin1-4/+4
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-2/+0
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2018-04-07weld ScLinkedAreaDlgCaolán McNamara1-3/+2
2018-04-06weld linkeditdialogCaolán McNamara1-2/+3
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-8/+8
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-4/+6
2018-02-16Consolidate the dreaded "Text - txt - csv (StarCalc)" filter nameEike Rathke1-1/+1
2018-02-16Resolves: tdf#114995 support CSV as Link to External DataEike Rathke1-34/+45
2018-01-14drop AreaLink_ImplCaolán McNamara1-27/+16
2018-01-13VclPtr, missing disposeCaolán McNamara1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-20/+20
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin1-2/+1
2017-08-24loplugin:constparam in sc part5Noel Grandin1-1/+1
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-1/+1
2017-04-05tdf#106868: fix crash when modify external linkNoel Grandin1-20/+12
2017-03-29Translate German comments in sc/source/ui/docshell/Johnny_M1-33/+32
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin1-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-1/+1
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-5/+5
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara1-3/+0
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin1-1/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9