summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/resultset.cxx
AgeCommit message (Expand)Author
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin
2023-02-13enforce proper locking when calling OInterfaceContainerHelper4Noel Grandin
2022-09-12ucb: remove unnecessary commentsChris Sherlock
2022-06-27clang-tidy modernize-pass-by-value in ucbhelperNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in ucbhelperStephan Bergmann
2022-01-21fix opengl slide transitionNoel Grandin
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-14no need to hold OInterfaceContainerHelper4 by unique_ptrNoel Grandin
2021-12-27osl::Mutex->std::mutex in ResultSet_ImplNoel Grandin
2021-08-07no need to use UNO_QUERY hereNoel Grandin
2021-07-20no need to allocate Sequence separately in PropertySetInfoNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
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