summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbinsdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-17/+6
2014-12-04loplugin: cstylecastNoel Grandin1-3/+3
2014-12-02Revert "loplugin: cstylecast"Kohei Yoshida1-3/+3
2014-12-02loplugin: cstylecastNoel Grandin1-3/+3
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-4/+4
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-5/+1
2014-06-02Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+3
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky1-4/+4
2014-04-30sw: sal_Bool->boolNoel Grandin1-27/+27
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist1-4/+4
2014-04-18Simplify generation of unique nameMatteo Casalin1-14/+8
2014-04-18OUString: reduce temporaries/concatenated appends + minor optimizationsMatteo Casalin1-39/+33