summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbinsdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-20loplugin:refcounting in swNoel1-3/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-20/+22
2020-10-20use tools::Long in swNoel1-4/+4
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-07-30loplugin:flatten in sw/ui/dbuiNoel Grandin1-11/+11
2020-06-10loplugin:buriedassign in swNoel Grandin1-1/+2
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-1/+0
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-01-23tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxxGabor Kelemen1-22/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+3
2019-10-03rename SwNumFormatListBox back to NumFormatListBoxCaolán McNamara1-1/+1
2019-08-15loplugin:sequenceloop in swNoel Grandin1-5/+5
2019-08-05tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*Gabor Kelemen1-0/+1
2019-07-03Simplify Sequence iterations in sw/source/ui/*Arkadiy Illarionov1-21/+11
2019-06-18loplugin:logexceptionnicely in swNoel Grandin1-2/+3
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-1/+1
2019-03-28return unique_ptr from FillAutoFormatOfIndexNoel Grandin1-1/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-18/+18
2019-03-08new loplugin constvarsNoel Grandin1-27/+3
2019-03-01weld SwInsertDBColAutoPilotCaolán McNamara1-317/+293
2019-02-22loplugin:unusedfields in swNoel Grandin1-4/+0
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-4/+3
2018-12-07remove unused ConfigItemMode::DelayedUpdateNoel Grandin1-2/+1
2018-11-22Resolves: tdf#121607 set parent for password dialogsCaolán McNamara1-1/+1
2018-11-22improve function-local statics in swNoel Grandin1-6/+4
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-10-04loplugin:useuniqueptr in SwInsDBColumnsNoel Grandin1-7/+6
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-2/+0
2018-09-10weld SwTableTabDlgCaolán McNamara1-2/+2
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-30loplugin:useuniqueptr in SwInsertDBColAutoPilotNoel Grandin1-13/+10
2018-07-10pass SwField around by std::unique_ptrNoel Grandin1-1/+1
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-2/+0
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-0/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-01weld autoformat dialogCaolán McNamara1-16/+14
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen1-1/+0
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-3/+3
2017-10-23loplugin:includeform: swStephan Bergmann1-4/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1