summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-6/+6
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-18/+25
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-2/+2
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-17/+17
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls1-0/+1
2015-04-20dbaccess: convert new to ::Create.Michael Meeks1-7/+7
2015-04-17svx: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-6/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-10/+12
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-0/+5
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-7/+0
2014-12-18Work around MSVC bugStephan Bergmann1-3/+3
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann1-11/+8
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-05yet another overrun access of an empty OUStringNorbert Thiebaud1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-49/+36
2014-06-05coverity#705146 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-103/+103
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-3/+3
2014-03-24svtools: sal_Bool->boolNoel Grandin1-18/+13
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-8/+8
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-3/+3
2014-02-21coverity#738618 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-28bool improvementsStephan Bergmann1-15/+15
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-50/+0
2014-01-15make dbaccess xub_StrLen freeCaolán McNamara1-7/+5
2013-12-20typo fixesAndras Timar1-11/+11
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-2/+2
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-5/+5
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-5/+4
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-3/+3
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-10-11CID#1103679 calm coverity re invalid iteratorsCaolán McNamara1-2/+1
2013-10-01convert more of dbaccess from String to OUStringNoel Grandin1-101/+99