summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSetBase.cxx
AgeCommit message (Expand)Author
2019-02-25loplugin:unusedfields in dbaccessNoel Grandin
2019-02-03dbaccess: convert ORowSetBase::m_pCache to shared_ptrMichael Stahl
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-16Fix typosAndrea Gelmini
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin
2018-08-16loplugin:returnconstant in dbaccessNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-04-13tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen
2018-03-30loplugin:virtualdown in variousNoel Grandin
2018-03-08Use for-range loops in dbaccess (part 3)Julien Nabet
2018-03-05loplugin:useuniqueptr in dbaccessNoel Grandin
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann
2017-12-28Use for-range loops in dbaccessJulien Nabet
2017-12-19Fix typosAndrea Gelmini
2017-12-05Replace deprecated std::mem_fun et al in dbaccessStephan Bergmann
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-07-31loplugin:constparams in dbaccessNoel Grandin
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-02-25convert StandardSQLState to scoped enumNoel Grandin
2015-11-20loplugin:unusedfields in dbaccessNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-05-31loplugin:implicitboolconversionStephan Bergmann
2015-05-30do not try to get bookmark when in invalid positionLionel Elie Mamane
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
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-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-25when beforeFirst/afterLast, there is no value, so none to notifyLionel Elie Mamane
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