summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/resultset.cxx
AgeCommit message (Expand)Author
2020-08-03loplugin:flatten in ucbhelperNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbhelperStephan Bergmann
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-08use cppu::WeakImplHelper in ResultSetNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbhelperStephan Bergmann
2019-04-16tdf#42949 Fix IWYU warnings in ucbhelper/Gabor Kelemen
2018-09-27loplugin:constfields in ucbhelperNoel Grandin
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin
2015-11-11com::sun::star->css in ucbhelper/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-12-18ucbhelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-20kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud
2014-03-05kill XINTERFACE_IMPL_9Norbert Thiebaud
2014-03-05kill XINTERFACE_IMPL_2Norbert Thiebaud
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from ucbhelperAlexander Wilms
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-22s/the the/the/Tor Lillqvist
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin
2012-11-05fdo#46808: Work around cyclic comphelper use in ucbhelperStephan Bergmann
2012-11-05fdo#46808, use service constructor for ucb::PropertiesManagerNoel Grandin
2012-06-22re-base on ALv2 code.Michael Meeks