summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-09-14convert Link<> to typedNoel Grandin6-11/+14
2015-09-12Restore correct boolean return valueMatteo Casalin1-2/+2
2015-09-12Reduce scope by early bail outMatteo Casalin1-4/+3
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin8-54/+52
2015-09-11convert Link<> to typedNoel Grandin9-16/+20
2015-09-11convert Link<> to typedNoel Grandin7-27/+13
2015-09-10convert Link<> to typedNoel Grandin6-10/+15
2015-09-08convert Link<> to typedNoel Grandin2-3/+2
2015-09-08convert Link<> to typedNoel Grandin9-19/+16
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara11-15/+15
2015-09-07WaE: not necessary to pass this argument, it defaults to the same valueTor Lillqvist1-1/+1
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson13-226/+87
2015-09-04convert Link<> to typedNoel Grandin4-8/+8
2015-09-04convert Link<> to typedNoel Grandin4-7/+4
2015-09-03convert Link<> to typedNoel Grandin11-18/+13
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin4-11/+10
2015-08-31convert Link<> to typedNoel Grandin2-4/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann12-22/+22
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin38-106/+67
2015-08-27Clean up sEmptyStephan Bergmann5-16/+8
2015-08-26dbaccess: fix windows build breakageMichael Stahl2-4/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin53-202/+148
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann2-2/+2
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl1-0/+2
2015-08-19Remove two silly typedefsStephan Bergmann21-43/+43
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-1/+2
2015-08-17o3tl: rename compat_functional headerThorsten Behrens3-3/+3
2015-08-17convert Link<> to typedNoel Grandin4-6/+4
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin30-98/+93
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson3-6/+6
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin6-28/+30
2015-08-05loplugin:unusedmethodsNoel Grandin27-87/+9
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin3-9/+5
2015-08-03com::sun::star->css in dbaccessNoel Grandin348-5237/+5212
2015-08-03remove some unused definesNoel Grandin1-3/+0
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas5-9/+9
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson10-13/+6
2015-08-03new loplugin: refcountingNoel Grandin5-15/+16
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 Grandin2-24/+21
2015-07-27remove some unused definesNoel Grandin1-38/+0
2015-07-24loplugin:unusedmethodsNoel Grandin8-32/+0
2015-07-24convert ImageAlign to enum classNoel Grandin1-1/+1
2015-07-22cppcheck: noExplicitConstructorCaolán McNamara14-22/+23
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-2/+2