summaryrefslogtreecommitdiff
path: root/dbaccess/source/sdbtools
AgeCommit message (Expand)AuthorFilesLines
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann3-3/+3
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara2-2/+3
2014-08-17coverity#983636 Uncaught exceptionCaolán McNamara2-2/+2
2014-08-17coverity#983637 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-1/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-2/+0
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-2/+2
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann4-6/+35
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin8-10/+10
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-34/+34
2014-02-27Remove visual noise from dbaccessAlexander Wilms2-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann8-52/+52
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold6-18/+18
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+0
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-4/+2
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa12-153/+19
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa1-5/+1
2013-07-03database suggestname: no '/' for queriesLionel Elie Mamane1-0/+4
2013-05-30Bug 64984 - EDITING: Creating table with GUI - table could not be savedNoel Grandin1-3/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-22/+22
2013-04-01remove boilerplate commentsThomas Arnhold5-10/+0
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin9-29/+29
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim2-0/+6
2013-03-05doubled usingThomas Arnhold1-1/+0
2013-02-28fdo#38838, String to OUString in module dbaccess/source/sdbtools/connectionGergő Mocsi2-21/+21
2013-02-25RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter2-35/+35
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin1-3/+3
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-2/+0
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold1-2/+0
2012-06-29Remove UNO includes commentsThomas Arnhold9-22/+0
2012-06-14re-base on ALv2 code.Michael Meeks14-334/+208
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-2/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-2/+1
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot1-3/+3
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud6-12/+0
2011-07-13Add prefixes for component_getFactory methodsMatúš Kukan1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-10/+0
2011-07-11Move methods from component_getImplementationEnviron to component_getFactoryMatus Kukan1-1/+2
2011-04-19gbuildize dbaccessDavid Tardon4-143/+2
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-21/+0
2011-02-25fix assertionsDavid Tardon1-1/+1
2011-02-08Clean-up bogus comments in base.Guillaume Poussel1-1/+1
2010-11-18Spelling mistakeWol1-1/+1
2010-10-27add modelines to .hxx files as wellCaolán McNamara6-0/+13
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth6-0/+12
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid1-1/+2