summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dbwizsetup.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-11loplugin:unusedmethods unused return value in dbaccessNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-26remove extra spaces around ::Noel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-01loplugin:unusedmethodsNoel Grandin1-3/+0
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-09-17convert Link<> to typedNoel Grandin1-5/+3
2015-09-17convert Link<> to typedNoel Grandin1-2/+1
2015-09-11convert Link<> to typedNoel Grandin1-3/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-8/+8
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+3
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-05-05tdf#91027 - cleanup dbaccess related dispose logic.Michael Meeks1-0/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-05-04Use typed OGeneralPageWizard::SetCreationModeHandler LinkStephan Bergmann1-2/+1
2015-05-04Use typed OMySQLIntroPageSetup::SetClickHdl LinkStephan Bergmann1-2/+1
2015-05-04Use typed OGenericAdministrationPage::SetModifiedHandler LinkStephan Bergmann1-2/+1
2015-04-29convert WZB_ constants to scoped enumNoel Grandin1-16/+16
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-11/+20
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-20dbaccess: convert new to ::Create.Michael Meeks1-7/+7
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/+7
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-0/+6
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet1-2/+2
2015-01-24Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet1-2/+2
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet1-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-15res ctor OCommonBehaviourTabPage::OCommonBehaviourTabPage can go nowCaolán McNamara1-1/+0
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara1-1/+0
2014-08-04PAGE_MYSQL_NATIVE and PAGE_DBWIZARD_MYSQL_NATIVE conversion to .uiSzymon Kłos1-1/+0
2014-08-02Convert DLG_DATABASE_TYPE_CHANGE to .uiPalenik Mihály1-1/+1
2014-08-01Convert DLG_DATABASE_WIZARD dialog to .uiPalenik Mihály1-4/+2
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-28/+28
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-25svtools: sal_Bool->boolNoel Grandin1-14/+14
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6