summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-03-21off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane
2016-03-18loplugin:constantparam in dbaccessNoel Grandin
2016-03-17Resolves: tdf#92617 don't crash if insertRow gets triggered during insertRowCaolán McNamara
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-03-14inline some use-once macrosNoel Grandin
2016-03-11tdf#97966: Remove 'static' keywordsWastack
2016-03-09fix debugging stl iterators assert in bibliography toolbarCaolán McNamara
2016-03-09loplugin:constantparam in dbaccessNoel Grandin
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-03loplugin:unuseddefaultparams in dbaccessNoel Grandin
2016-02-25convert StandardSQLState to scoped enumNoel Grandin
2016-02-25convert SQLNodeType to scoped enumNoel Grandin
2016-02-25convert OSQLStatementType to scoped enumNoel Grandin
2016-02-25convert FilterComponent to scoped enumNoel Grandin
2016-02-25convert EComposeRule to scoped enumNoel Grandin
2016-02-25convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin
2016-02-25convert ErrorCode to scoped enumNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-18tdf#57950 Replace chained O(U)StringBuffer::append() with operator+melikeyurtoglu
2016-02-09sequence->vector in OCacheSetNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-29whitespace fixupakki95
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin
2016-01-11-Werror=unused-but-set-variableStephan Bergmann
2016-01-11loplugin:unusedmethods unused return value in dbaccessNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara
2015-12-31Typo: NOTIFY_LISTERNERS_CHECK->NOTIFY_LISTENERS_CHECKJulien Nabet
2015-12-23New saving behaviorMaxim Monastirsky
2015-12-23loplugin:unusedfields in dbaccessNoel Grandin
2015-12-18dbaccess: module_dba not used anymoreMatúš Kukan
2015-12-18XComponentContext not needed for DataAccessDescriptorMatúš Kukan
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl
2015-12-12tdf#74608 dbaccess: Constructor for singleton DataAccessDescriptorFactoryMatúš Kukan
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-12-05tdf#74608 dbaccess: Constructor feature for ODatabaseDocumentMatúš Kukan
2015-12-05tdf#74608 dbaccess: Constructor feature for OComponentDefinitionMatúš Kukan
2015-12-05tdf#74608 dbaccess: Constructor feature for OCommandDefinitionMatúš Kukan
2015-12-04UBSan: Bad static_cast from dbaccess::ODatabaseSourceStephan Bergmann
2015-12-03tdf#74608 dbaccess: Constructor feature for ODatabaseSourceMatúš Kukan
2015-11-28dbaccess: small cleanupMatúš Kukan
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-11-20loplugin:unusedfields in dbaccessNoel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin