summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/paramdialog.cxx
AgeCommit message (Expand)Author
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-11-23convert EF constants to o3tl::typed_flagsNoel Grandin
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-13remove (yet yet another) StringListResource implementationCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-17coverity#1327443 Division or modulo by zeroCaolán McNamara
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-24convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin
2014-12-01fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane
2014-12-01Don't accept invalid value just because user insistsLionel Elie Mamane
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-08-09remove DLG_PARAMETERS resource stuffThomas Arnhold
2014-08-04Convert DLG_PARAMETERS to .uiPalenik Mihály
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-01-28bool improvementsStephan Bergmann
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-10-01convert dbaccess module from String to OUStringNoel Grandin
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-02-25loplugin: unused variablesThomas Arnhold
2012-12-01fdo##38838 UniString Removal in dbaccessRicardo Montania
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-14re-base on ALv2 code.Michael Meeks
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-05-17removed unused const rtl::OUStringTakeshi Abe
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud
2011-07-23revert to dbaccess gbuildization from master mostlyBjoern Michaelsen
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17gnumake4: converted dbaccess [hg:8113b354673f]Ocke Janssen [oj]
2011-02-25fix assertionsDavid Tardon
2011-02-24Move DBG_ERROR -> OSL_ASSERTThomas Arnhold