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