summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-10/+6
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-2/+2
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-3/+3
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-4/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-8/+4
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-9/+9
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-0/+6
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-3/+3
2015-03-06tdf#89391 : Datasource URL in Database Properties window cannot be viewedSzymon Kłos1-0/+1
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-01-Werror,-WswitchStephan Bergmann1-0/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-15dbaccess: fix build after AutoControls_tmpl.hrc removalMichael Stahl1-1/+0
2014-08-11callcatcher: update unused codeCaolán McNamara1-21/+0
2014-07-28PAGE_DBWIZARD_TEXT, PAGE_TEXT, DLG_TEXT_CONNECTION_SETTINGS conversion to .uiSzymon Kłos1-28/+56
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-40/+40
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-11coverity#738614 Uninitialized pointer fieldCaolán McNamara1-6/+7
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2014-01-18Window::PreNotify should return boolStephan Bergmann1-2/+2
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin1-2/+2
2013-11-07Add "New Database" button for Firebird file driver dialog.Andrzej J.R. Hunt1-1/+45
2013-10-10CID#1103666 check for NULLCaolán McNamara1-2/+2
2013-10-01convert dbaccess module from String to OUStringNoel Grandin1-31/+31
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-32/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-10mingw64: long -> sal_IntPtr in dbaccessFridrich Štrba1-1/+1
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+17
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin1-1/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2013-03-17fix breakage introduced by String->OUString migrationLionel Elie Mamane1-1/+1
2013-01-28fdo#46808, convert code to use new-style service constructorNoel Grandin1-28/+21
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-4/+4