summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HDriver.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-6/+5
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-04connectivity: fix includesThomas Arnhold1-1/+1
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-5/+5
2014-02-27Remove visual noise from connectivityAlexander Wilms1-12/+12
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-16/+16
2014-02-23Remove unneccessary commentsAlexander Wilms1-30/+30
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-12-18nIndex can only be -1 or < sSystemPath.getLength()Caolán McNamara1-4/+2
2013-12-18STROAGE->STORAGECaolán McNamara1-1/+1
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+2
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-2/+2
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin1-3/+3
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza1-8/+2
2013-09-23Use LO_JAVA_DIR for HSQLDB classpath.Andrzej J.R. Hunt1-3/+2
2013-09-16Make Java-based connectivity drivers work with jvmfwk "direct mode"Stephan Bergmann1-1/+15
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-3/+5
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-76/+76
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-11fix my previous commit (compareToAscii)Thomas Arnhold1-1/+1
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-02-18use LanguageTag(rtl_Locale)Eike Rathke1-9/+2
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin1-14/+13
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-7/+4
2012-12-10fdo#46808, Adapt sdbc::DriverManager UNO service to new styleNoel Grandin1-4/+3
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin1-1/+1
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-37/+37
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2011-12-17Fix for fdo43460 Part IX getLength() to isEmpty()Olivier Hallot1-5/+5
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-14ByteString->rtl::OString[Buffer]Caolán McNamara1-6/+6
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara1-2/+2
2011-11-27remove include of pch header in connectivityNorbert Thiebaud1-2/+0
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann1-7/+4
2011-10-18Undo basis/brand split: move program/classes/ from basis to brand.Stephan Bergmann1-3/+3
2011-08-15add a getToken wrapper for extracting a single token painlesslyCaolán McNamara1-6/+8
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens1-0/+18
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-11/+27