summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/flat
AgeCommit message (Expand)Author
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-05-17Remove include stdio (part1)Julien Nabet
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-02-25connectivity: replace magic numbers with constants from CompareBookmarkMichael Stahl
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-28Use vector::dataStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-26implement --with-system-odbc on windowsNoel Grandin
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-04-22Revert "coverity#1202903 Uncaught exception"Stephan Bergmann
2014-04-17coverity#1202903 Uncaught exceptionCaolán McNamara
2014-04-17coverity#706314 Uncaught exceptionCaolán McNamara
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25connectivity: harmonize types relatated to Tell()/Seek()Norbert Thiebaud
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-30flat text DB: fix move by bookmarkLionel Elie Mamane
2013-11-30factorise codeLionel Elie Mamane
2013-11-13xub_StrLen->sal_Int32Caolán McNamara
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-29connectivity: make MSVC happy with pairFirstLessMichael Stahl
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-19flat db driver: reorganise OFlatTableLionel Elie Mamane