summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionPage.cxx
AgeCommit message (Expand)AuthorFilesLines
9 daystdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 providerjucasaca1-1/+0
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-7/+0
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-4/+4
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2021-12-04use more OUStringLiteral in dbaccessNoel Grandin1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2020-05-17tdf#97416: fix Database password properties in ODB file not re-settable via UIJulien Nabet1-0/+1
2020-04-20tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen1-29/+1
2020-04-15loplugin:flatten in dbaccessNoel Grandin1-25/+25
2019-09-26TODO rename to GetFrameWeldCaolán McNamara1-1/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-4/+3
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-8/+8
2018-10-25rename DBOConnectionURLEdit and DBOConnectionHelper backCaolán McNamara1-2/+2
2018-10-24weld OConnectionTabPageCaolán McNamara1-102/+81
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-10move Java from config_features to already existing config_javaRene Engelhard1-1/+1
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-03-22weld OSQLMessageBoxCaolán McNamara1-3/+3
2018-03-20drop msgbox includeCaolán McNamara1-1/+0
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-10/+10
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-19/+21
2017-07-18dbaccess: introduce DATASOURCE_TYPE::DST_WRITERMiklos Vajna1-0/+4
2017-07-13loplugin:oncevar: empty strings: dbaccessStephan Bergmann1-2/+1
2016-10-16clang-cl loplugin: dbaccessStephan Bergmann1-6/+2
2016-10-13remove (yet yet another) StringListResource implementationCaolán McNamara1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky1-4/+4
2015-10-16convert Link<> to typedNoel Grandin1-6/+4
2015-10-15simplify the way we override behaviour hereNoel Grandin1-3/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+19
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-4/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-15dbaccess: fix build after AutoControls_tmpl.hrc removalMichael Stahl1-1/+0
2014-08-05Convert PAGE_CONNECTION to .uiPalenik Mihály1-73/+46