summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb
AgeCommit message (Expand)AuthorFilesLines
2015-05-08jboolean-related clean-upStephan Bergmann3-6/+6
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-3/+3
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-28Use vector::dataStephan Bergmann2-4/+2
2015-01-06Remove unnecessary include files declaring JNI functionsStephan Bergmann3-23/+20
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann3-20/+20
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-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-01Resolves: fdo#80938 fix SQL view to be editableCaolán McNamara1-28/+53
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-1/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-15/+15
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-04connectivity: fix includesThomas Arnhold9-25/+25
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2-4/+4
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-1/+1
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold2-6/+6
2014-04-16connectivity: sal_Bool->boolNoel Grandin9-23/+23
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann1-27/+0
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-04-01connectivity: sal_Bool->boolNoel Grandin3-5/+5
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin2-4/+4
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-4/+4
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin4-4/+4
2014-03-06coverity#706316 help out coverity re tortured logicCaolán McNamara1-10/+13
2014-02-27Remove visual noise from connectivityAlexander Wilms8-43/+43
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann9-41/+41
2014-02-23Remove unneccessary commentsAlexander Wilms18-182/+182
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
2014-01-25coverity#440730 Dereference after null checkNorbert Thiebaud1-1/+1
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-17HSQLDB: correct syntax of change password from MySQL to HSQLDBLionel Elie Mamane1-3/+6
2013-12-17HSQLDB: quote usernamesLionel Elie Mamane1-3/+7
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-17cppcheck: fix statements that begin with string constantJulien Nabet1-2/+2
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann2-2/+0
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-1/+5
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+2