summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
Commit message (Expand)AuthorAgeFilesLines
* 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-244-6/+6
* Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet2015-01-244-6/+93
* Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet2015-01-244-93/+6
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-233-3/+3
* 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
* 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
* 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-084-31/+0
* Variadic cppu::ImplInheritanceHelperStephan Bergmann2015-01-071-2/+2
* Resolves: fdo#87840 by default hide all feature checkboxesCaolán McNamara2015-01-071-0/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-2/+2
* 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
* Fix simple typos.Andrea Gelmini2015-01-021-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-5/+5
* 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-1821-75/+71
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-1/+1
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1515-50/+51
* fdo#39440 remove unused variablesMichael Weghorn2014-12-141-3/+0
* Typo: postion(s)=>position(s)Julien Nabet2014-12-101-1/+1
* changed timers to idleJennifer Liebel2014-12-092-10/+10
* idle to timerJennifer Liebel2014-12-092-10/+10
* changed timers to idleJennifer Liebel2014-12-092-10/+10
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-098-18/+10
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-081-7/+7
* Typo "mehtod" -> "method"Stephan Bergmann2014-12-081-1/+1
* Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens2014-12-051-2/+1
* fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane2014-12-013-10/+5