summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase
AgeCommit message (Expand)AuthorFilesLines
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-4/+4
2015-10-01coverity#1209375 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-13cppcheck: unreadVariableCaolán McNamara1-2/+2
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann2-6/+3
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann1-2/+1
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+4
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-05aDBFColumn.db_typ is input controlledCaolán McNamara1-1/+1
2015-06-29coverity#1308593 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15cppcheck:unreadVariableNoel Grandin1-25/+12
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-17Remove include stdio (part1)Julien Nabet1-1/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-04and no user of OFILEOperandAttr left now eitherCaolán McNamara2-115/+0
2015-04-04new user of OFILEAnalyzer anymoreCaolán McNamara1-8/+0
2015-04-04ODbaseResultSet::createAnalyzer never calledCaolán McNamara1-5/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-4/+4
2015-02-25connectivity: replace magic numbers with constants from CompareBookmarkMichael Stahl1-5/+3
2015-01-28Use vector::dataStephan Bergmann1-2/+1
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann2-10/+10
2015-01-16remove unnecessary parenthesesNoel Grandin1-6/+6
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-11/+11
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin3-7/+7
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn2-6/+3
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-2/+5
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14coverity#1242888 Unused valueCaolán McNamara1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin2-4/+3
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-28coverity#706303 Uncaught exceptionCaolán McNamara1-1/+8
2014-10-17cid#1247650 Uninitialized scalar fieldNoel Grandin1-1/+3
2014-10-11coverity#735605 Division or modulo by zeroCaolán McNamara1-2/+8
2014-10-10coverity#706302 Uncaught exceptionCaolán McNamara1-2/+13
2014-10-10add copy constructor for ONDXPagePtr classNoel Grandin1-0/+13
2014-10-09remove SvRefBase::QueryDeleteNoel Grandin2-30/+34
2014-10-03coverity#1242888 Unused valueCaolán McNamara1-2/+4