summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* TyposJulien Nabet2015-02-183-4/+4
* callcatcher: update unused codeCaolán McNamara2015-02-172-9/+2
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-50/+50
* Remove unused fileStephan Bergmann2015-02-121-31/+0
* Fuck that left-behind .lck fileStephan Bergmann2015-02-091-0/+0
* Adapt file URL hackery to WindowsStephan Bergmann2015-02-092-1/+1
* dbaccess: use constructor feature for ORowSetMiklos Vajna2015-02-094-5/+6
* Typo: getQueryDefintions->getQueryDefinitionsJulien Nabet2015-02-082-5/+5
* Typo: esacpe->escapeJulien Nabet2015-02-085-9/+9
* loplugin:deletedspecialStephan Bergmann2015-02-0710-29/+21
* tdf#89070 Table filter dialog: properly initialise OTableTreeListBoxLionel Elie Mamane2015-02-051-0/+1
* Updated all precompiled headers.Ashod Nakashian2015-02-053-4/+15
* Resolves: tdf#88825 absent datasource causes exception / abortCaolán McNamara2015-02-051-15/+23
* callcatcher: update unused codeCaolán McNamara2015-02-054-41/+0
* callcatcher: remove some more recently discovered unused methodsCaolán McNamara2015-02-044-38/+0
* Fix PythonTest_dbaccess_pythonStephan Bergmann2015-02-031-1/+2
* copy test file to workdir to avoid overwritingLionel Elie Mamane2015-02-032-1/+11
* 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