summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbinsdlg.cxx
AgeCommit message (Expand)Author
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-09-10weld SwTableTabDlgCaolán McNamara
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-30loplugin:useuniqueptr in SwInsertDBColAutoPilotNoel Grandin
2018-07-10pass SwField around by std::unique_ptrNoel Grandin
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-01weld autoformat dialogCaolán McNamara
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-08-10tdf#39468: Translate some german commentsChristian Barth
2017-07-27replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-14use more OUString::operator== in swNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-09loplugin:checkunusedparams in sw(part6)Noel Grandin
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-05-05tdf#39468: Translate German comments in sw/source/ui/{dbui, frmdlg, index}Jens Carl
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-02-13convert CurRectType to scoped enumNoel Grandin
2017-01-26loplugin: unnecessary destructor swNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-20loplugin:defaultparamsTor Lillqvist
2016-09-20tdf#101164 sw: Insert Database Columns dialog: expect selectionMichael Stahl
2016-09-20tdf#101164 sw: Insert Database Columns dialog: ensure one of ...Michael Stahl
2016-09-08loplugin:constantparam in swNoel Grandin
2016-08-31inline some get-function-pointer-collection functionsNoel Grandin
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann