summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann52-249/+249
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-3/+3
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-6/+6
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin3-4/+6
2015-10-28dbaccess KeySet: on insert, set NULL only when there is no default valueLionel Elie Mamane1-1/+1
2015-10-26remove extra spaces around ::Noel Grandin1-2/+2
2015-10-21more removal of com::sun::star typedefsNoel Grandin3-4/+3
2015-10-20tdf#93724 KeySet insert: properly set default values: NULL & right typeLionel Elie Mamane1-1/+12
2015-10-20loplugin:defaultparamsStephan Bergmann2-3/+3
2015-10-13Assumed fix of a clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+9
2015-10-13clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann72-1446/+1446
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-12/+12
2015-10-12Related tdf#45775: PgSQL new DB allow empty DatasourceJulien Nabet1-0/+1
2015-10-06Fix typosAndrea Gelmini3-4/+4
2015-10-01loplugin:unusedmethodsNoel Grandin1-3/+0
2015-09-17silence warning when not a warningLionel Elie Mamane1-1/+2
2015-09-17boost->stdCaolán McNamara6-13/+10
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson3-80/+47
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann5-10/+10
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-4/+2
2015-08-27Clean up sEmptyStephan Bergmann2-8/+4
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann1-1/+1
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl1-0/+2
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin5-8/+8
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson1-2/+2
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin4-26/+28
2015-08-05loplugin:unusedmethodsNoel Grandin4-33/+5
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin2-7/+4
2015-08-03com::sun::star->css in dbaccessNoel Grandin117-2507/+2485
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas1-2/+2
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson2-3/+2
2015-08-03new loplugin: refcountingNoel Grandin4-10/+11
2015-07-31dbaccess: replace boost::function with std::functionMichael Stahl4-6/+6
2015-07-30loplugin:unusedmethodsNoel Grandin11-54/+0
2015-07-27inline a bunch of use-once macrosNoel Grandin1-1/+21
2015-07-24loplugin:unusedmethodsNoel Grandin8-32/+0
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin15-309/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe24-109/+111
2015-07-16loplugin:unusedmethods sfx2Noel Grandin2-8/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-2/+2
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-131/+128
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara17-27/+27
2015-07-03Fix typosAndrea Gelmini2-2/+2