summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: remove some unused methodsCaolán McNamara2015-02-022-8/+0
* not all OrCriteria have three childrenLionel Elie Mamane2015-01-281-2/+4
* Query Design: use correct name for columns that come from another query.Lionel Elie Mamane2015-01-281-1/+14
* Use vector::dataStephan Bergmann2015-01-285-10/+5
* CppunitTest_dbaccess_RowSetClones uses HSQLDB and thus JavaTor Lillqvist2015-01-281-1/+2
* this seems to be the intent of the codeLionel Elie Mamane2015-01-271-1/+1
* fix damage done by OUString conversionLionel Elie Mamane2015-01-271-5/+18
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-263-4/+4
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2633-90/+87
* indentationLionel Elie Mamane2015-01-261-1/+1
* tdf#70236 propertly recognise full Access 2007 URLLionel Elie Mamane2015-01-261-1/+1
* tdf#73059 isDBReadOnly ensure connection before trying to retrieve itLionel Elie Mamane2015-01-251-0/+1
* when beforeFirst/afterLast, there is no value, so none to notifyLionel Elie Mamane2015-01-251-5/+6
* that better be the caseLionel Elie Mamane2015-01-251-0/+1
* WaE: unused memberCaolán McNamara2015-01-251-2/+0
* coverity#1266500 Unused valueCaolán McNamara2015-01-251-6/+1
* coverity#1266514 Useless callCaolán McNamara2015-01-251-1/+1
* Typo: syncro->synchro (dbaccess)Julien Nabet2015-01-242-5/+5
* Fix 59288cdab6dc4b5a3fcaf94480d6ee19baa1e07dJulien Nabet2015-01-241-8/+8
* Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet2015-01-245-7/+7
* Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet2015-01-245-7/+94
* Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet2015-01-245-94/+7
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-233-3/+3
* fdo#88475 add UnitTestLionel Elie Mamane2015-01-224-0/+271
* RowSet: notify listeners when next() brings us afterLastLionel Elie Mamane2015-01-221-1/+13
* Malarkey, the cache has been positioned by our caller and we do not move it.Lionel Elie Mamane2015-01-221-8/+0
* use enum constant instead of hard-coded integer literalLionel Elie Mamane2015-01-221-2/+2
* fdo#88475 RowSetBase: reposition cache before interrogating itLionel Elie Mamane2015-01-223-20/+19
* has_focus is not implemented, remove usesCaolán McNamara2015-01-211-3/+10
* Some more loplugin:cstylecast: dbaccessStephan Bergmann2015-01-202-4/+4
* remove unnecessary parenthesesNoel Grandin2015-01-161-1/+1
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-1211-15/+15
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-1214-42/+42
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-121-7/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-0916-22/+23
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-085-107/+0
* Variadic cppu::ImplInheritanceHelperStephan Bergmann2015-01-071-2/+2
* Resolves: fdo#87840 by default hide all feature checkboxesCaolán McNamara2015-01-072-17/+60
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-073-3/+3
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-074-5/+4
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-062-10/+10
* java: these fields can become local variablesNoel Grandin2015-01-051-5/+3
* java: remove dead codeNoel Grandin2015-01-051-10/+0
* Fix simple typos.Andrea Gelmini2015-01-021-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-6/+6
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-1/+1
* Related fdo#87840: mix between ignorecurrency and inputchecksJulien Nabet2014-12-311-2/+2
* Fix MSVC buildStephan Bergmann2014-12-181-1/+1
* Work around MSVC bugStephan Bergmann2014-12-181-3/+3
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1822-77/+73