summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WCPage.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in dbaccessNoel Grandin1-11/+11
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-1/+0
2023-01-06tdf#152900: "Create new field as primary key" disabled...Julien Nabet1-2/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-2/+2
2021-05-20merge handlers into single toggle handlerCaolán McNamara1-14/+15
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara1-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen1-7/+0
2019-10-04document 0 len case of set_max_lengthCaolán McNamara1-3/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-2/+2
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-2/+2
2019-09-12weld OCopyTableWizard clusterCaolán McNamara1-88/+72
2018-03-20drop msgbox includeCaolán McNamara1-1/+0
2018-03-10Modernize a bit more dbaccess (part2)Julien Nabet1-7/+8
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen1-1/+0
2017-12-15use ColumnPositions name more consistentlyNoel Grandin1-2/+2
2017-11-16Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-10/+10
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+0
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-9/+10
2017-05-19loplugin:unusedfieldsNoel Grandin1-4/+0
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara1-1/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-07-25inconsistent default param vals in SetMaxTextLenNoel Grandin1-1/+1
2016-05-10Avoid some temporaries and constifyMatteo Casalin1-14/+6
2016-04-11tdf#49554 Fix misleading error messageMuhammet Kara1-1/+1
2016-03-09loplugin:constantparam in dbaccessNoel Grandin1-2/+2
2016-02-25convert EComposeRule to scoped enumNoel Grandin1-1/+1
2016-02-25convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-7/+7
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-0/+19
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-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/+23
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-4/+0
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-06TAB_WIZ_TYPE_SELECT and TAB_WIZ_NAME_MATCHING conversion to .uiSzymon Kłos1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-6/+6
2014-05-13convert copy table page to .uiCaolán McNamara1-74/+70
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-1/+1
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-18/+18