summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DTable.cxx
AgeCommit message (Expand)Author
2015-08-06aDBFColumn.db_typ is input controlledCaolán McNamara
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-03-09V801: Decreased performanceCaolán McNamara
2015-01-28Use vector::dataStephan Bergmann
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#1242888 Unused valueCaolán McNamara
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-28coverity#706303 Uncaught exceptionCaolán McNamara
2014-10-11coverity#735605 Division or modulo by zeroCaolán McNamara
2014-10-10coverity#706302 Uncaught exceptionCaolán McNamara
2014-10-03coverity#1242888 Unused valueCaolán McNamara
2014-10-02coverity#1242903 Result is not floating-pointCaolán McNamara
2014-09-26implement --with-system-odbc on windowsNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-11reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara
2014-09-10check for empty m_pBufferCaolán McNamara
2014-08-18check len before memcpying into itCaolán McNamara
2014-08-09Conditional jump or move depends on uninitialised value(s)Caolán McNamara
2014-07-26coverity#706301 Uncaught exceptionCaolán McNamara
2014-07-03clang scan-build: Argument with 'nonnull' attribute passed nullCaolán McNamara
2014-06-13coverity#706304 Uncaught exceptionCaolán McNamara
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-26coverity#982631 Missing break in switchCaolán McNamara
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-14Unify utl::TempFile ctorsStephan Bergmann
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-14typo: postion -> positionThomas Arnhold
2014-04-03Typo: corect->correctJulien Nabet
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-03-08coverity#1190360 Unintended sign extensionCaolán McNamara
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 bool2anyStephan Bergmann