summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-24loplugin:constantfunction: dbaccessNoel Grandin
2015-03-23TyposJulien Nabet
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-03-06V801: Decreased performanceCaolán McNamara
2015-02-22Simplify erase iterator management (ContentHelper)Julien Nabet
2015-02-17callcatcher: update unused codeCaolán McNamara
2015-02-09dbaccess: use constructor feature for ORowSetMiklos Vajna
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05callcatcher: update unused codeCaolán McNamara
2015-01-28Use vector::dataStephan Bergmann
2015-01-27this seems to be the intent of the codeLionel Elie Mamane
2015-01-27fix damage done by OUString conversionLionel Elie Mamane
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-26indentationLionel Elie Mamane
2015-01-26tdf#70236 propertly recognise full Access 2007 URLLionel Elie Mamane
2015-01-25when beforeFirst/afterLast, there is no value, so none to notifyLionel Elie Mamane
2015-01-25that better be the caseLionel Elie Mamane
2015-01-25WaE: unused memberCaolán McNamara
2015-01-25coverity#1266500 Unused valueCaolán McNamara
2015-01-25coverity#1266514 Useless callCaolán McNamara
2015-01-22RowSet: notify listeners when next() brings us afterLastLionel Elie Mamane
2015-01-22Malarkey, the cache has been positioned by our caller and we do not move it.Lionel Elie Mamane
2015-01-22use enum constant instead of hard-coded integer literalLionel Elie Mamane
2015-01-22fdo#88475 RowSetBase: reposition cache before interrogating itLionel Elie Mamane
2015-01-20Some more loplugin:cstylecast: dbaccessStephan Bergmann
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18Fix MSVC buildStephan Bergmann
2014-12-18dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-14fdo#39440 remove unused variablesMichael Weghorn
2014-12-08Typo "mehtod" -> "method"Stephan Bergmann
2014-12-01fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#706404 Uncaught exceptionCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06loplugin:salboolNoel Grandin
2014-11-06WaE: VarDecl, use bool instead of sal_Bool [loplugin:salbool]Tor Lillqvist