summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbinsdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-8/+8
2016-09-20loplugin:defaultparamsTor Lillqvist1-1/+1
2016-09-20tdf#101164 sw: Insert Database Columns dialog: expect selectionMichael Stahl1-6/+29
2016-09-20tdf#101164 sw: Insert Database Columns dialog: ensure one of ...Michael Stahl1-0/+4
2016-09-08loplugin:constantparam in swNoel Grandin1-1/+1
2016-08-31inline some get-function-pointer-collection functionsNoel Grandin1-7/+7
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-5/+5
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-2/+2
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-5/+7
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-1/+1
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-6/+7
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-2/+4
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+3
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-1/+1
2016-04-28use initialization listJochen Nitschke1-38/+33
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl1-2/+4
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+0
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-3/+6
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-8/+8
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-7/+7
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-09formatting improvements in sw/Noel Grandin1-7/+7
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-8/+8
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-17coverity#1327442 Division or modulo by zeroCaolán McNamara1-2/+3
2015-10-12convert Link<> to typedNoel Grandin1-8/+7
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-9/+7
2015-10-05sw: let's try to write a C++ program, stop using reserved identifiersMichael Stahl1-26/+26
2015-09-27sw table styles: Implement table styles in Writer.Jan Holesovsky1-1/+1
2015-09-17convert Link<> to typedNoel Grandin1-6/+4
2015-09-01sw: use std::unique_ptr<> in dbinsdlgMiklos Vajna1-6/+6
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-16/+6
2015-08-21loplugin: defaultparamsNoel Grandin1-10/+9
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-289/+289
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+35
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls1-2/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+29
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-6/+6
2015-03-25convert VALID_ constants to enum classNoel Grandin1-1/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1