summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file
AgeCommit message (Expand)Author
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-21coverity#1312084 Unchecked return valueCaolán McNamara
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-15loplugin:unusedmethods connectivityNoel Grandin
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-12so m_pEvaluationKeySet is always NULLCaolán McNamara
2015-06-12m_pEvaluationKeySet is always NULLCaolán McNamara
2015-06-12and aEvaluateSetList is always emptyCaolán McNamara
2015-06-12coverity#1306211 Logically dead codeCaolán McNamara
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-17Remove include stdio (part1)Julien Nabet
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-09prophylactic double dispose audit.Michael Meeks
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-02-21Typo: trough->throughJulien Nabet
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan
2015-02-04Fix a little bit creative pi valueTakeshi Abe
2015-01-31coverity#1267674 Dereference after null checkCaolán McNamara
2015-01-28Use vector::dataStephan Bergmann
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#80968 file resultset seek table to before beginning on opening resultsetLionel Elie Mamane
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26implement --with-system-odbc on windowsNoel Grandin
2014-09-12STL assert in connectivity::file::OPreparedStatement::checkAndResizeParametersMichael Stahl
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza
2014-08-09check return of Execute row and propogate error codeCaolán McNamara
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara