summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file
AgeCommit message (Expand)AuthorFilesLines
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls4-0/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-4/+4
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-09prophylactic double dispose audit.Michael Meeks1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-02-21Typo: trough->throughJulien Nabet1-1/+1
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-1/+1
2015-02-04Fix a little bit creative pi valueTakeshi Abe1-3/+5
2015-01-31coverity#1267674 Dereference after null checkCaolán McNamara1-7/+4
2015-01-28Use vector::dataStephan Bergmann1-2/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-8/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#80968 file resultset seek table to before beginning on opening resultsetLionel Elie Mamane1-0/+1
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan1-2/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-6/+4
2014-10-03loplugin: cstylecastNoel Grandin4-11/+11
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-26implement --with-system-odbc on windowsNoel Grandin1-11/+11
2014-09-12STL assert in connectivity::file::OPreparedStatement::checkAndResizeParametersMichael Stahl1-1/+1
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza6-6/+0
2014-08-09check return of Execute row and propogate error codeCaolán McNamara1-1/+3
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara3-9/+9
2014-07-02coverity#706308 Uncaught exceptionCaolán McNamara1-1/+2
2014-07-01coverity#1224302 Uncaught exceptionCaolán McNamara1-3/+2
2014-06-18Use rtl::Reference to make code clearer & exception-safeLionel Elie Mamane1-21/+13
2014-06-18fdo#80084 file driver PreparedStatement: close previous ResultSet on reexecLionel Elie Mamane2-7/+33
2014-06-04connectivity: fix includesThomas Arnhold10-21/+21
2014-06-04coverity#736759 Dereference before null checkCaolán McNamara1-2/+3
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet6-25/+25
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin12-405/+0
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2-12/+12
2014-04-16connectivity: sal_Bool->boolNoel Grandin9-164/+164
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-06coverity#706300,306,983619: Uncaught exceptionNorbert Thiebaud1-1/+4
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-3/+3
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-2/+2
2014-03-28Remove remaining DBG_CTOR etc. remnants from connectivityStephan Bergmann8-31/+0
2014-03-13coverity#705789 Dereference before null checkCaolán McNamara1-0/+3
2014-02-27Remove visual noise from connectivityAlexander Wilms5-7/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann10-295/+295
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann1-3/+2
2014-02-23Remove unneccessary commentsAlexander Wilms19-561/+561