summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/dbdocimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-20use tools::Long in scNoel1-4/+4
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-2/+2
2020-09-16ScEditableTester ctor never passed a null ScDocument*Caolán McNamara1-2/+2
2020-07-30loplugin:flatten in sc/uiNoel Grandin1-18/+18
2020-05-30pass ScSheetLimits aroundNoel Grandin1-2/+2
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-06-21reference childwins are all weldedCaolán McNamara1-9/+5
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-02-22SfxProgress:SetStateText is deadNoel Grandin1-6/+1
2019-02-16Use optimized string concatenationMatteo Casalin1-3/+3
2019-02-09loplugin:indentation in scNoel Grandin1-1/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-16loplugin:buriedassign in scNoel Grandin1-1/+2
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-1/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-1/+1
2018-09-03cppcheck: knownConditionTrueFalseJochen Nitschke1-3/+2
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin1-4/+5
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin1-8/+7
2018-08-16loplugin:returnconstant in ScDBDocFuncNoel Grandin1-3/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-4/+5
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-3/+6
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-16/+16
2017-08-24loplugin:constparam in sc part5Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-6/+6
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-04tdf#39468 Translate German commentsJens Carl1-2/+2
2017-02-16convert ScGetDBSelection to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: scStephan Bergmann1-1/+2
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin1-8/+8
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-20/+20
2016-06-27SfxProgress::SetState always returns trueStephan Bergmann1-6/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-7/+3
2016-03-24loplugin:constantparam in scNoel Grandin1-2/+2
2016-03-23loplugin:constantparam in scNoel Grandin1-2/+3
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-32/+23
2016-02-22loplugin:commaoperator in sc/Noel Grandin1-1/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8