summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara
2015-09-07WaE: not necessary to pass this argument, it defaults to the same valueTor Lillqvist
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson
2015-09-04convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-09-03convert Link<> to typedNoel Grandin
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-08-31convert Link<> to typedNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-26dbaccess: fix windows build breakageMichael Stahl
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl
2015-08-19Remove two silly typedefsStephan Bergmann
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2015-08-17convert Link<> to typedNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-08-03remove some unused definesNoel Grandin
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-31dbaccess: replace boost::function with std::functionMichael Stahl
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-27remove some unused definesNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-24convert ImageAlign to enum classNoel Grandin
2015-07-22cppcheck: noExplicitConstructorCaolán McNamara
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara
2015-07-19Fix typosAndrea Gelmini
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe