summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/resultset.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-05-27Use getXWeak in ucbhelperMike Kaganski1-2/+2
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin1-5/+1
2023-02-13enforce proper locking when calling OInterfaceContainerHelper4Noel Grandin1-2/+2
2022-09-12ucb: remove unnecessary commentsChris Sherlock1-6/+0
2022-06-27clang-tidy modernize-pass-by-value in ucbhelperNoel Grandin1-9/+10
2022-05-03Just use Any ctor instead of makeAny in ucbhelperStephan Bergmann1-4/+4
2022-01-21fix opengl slide transitionNoel Grandin1-2/+0
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-7/+9
2022-01-14no need to hold OInterfaceContainerHelper4 by unique_ptrNoel Grandin1-11/+5
2021-12-27osl::Mutex->std::mutex in ResultSet_ImplNoel Grandin1-46/+39
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-4/+2
2021-07-20no need to allocate Sequence separately in PropertySetInfoNoel Grandin1-6/+6
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-08-03loplugin:flatten in ucbhelperNoel Grandin1-13/+13
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbhelperStephan Bergmann1-1/+1
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin1-3/+3
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+11
2019-10-08use cppu::WeakImplHelper in ResultSetNoel Grandin1-45/+0
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-11/+5
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbhelperStephan Bergmann1-1/+1
2019-04-16tdf#42949 Fix IWYU warnings in ucbhelper/Gabor Kelemen1-2/+1
2018-09-27loplugin:constfields in ucbhelperNoel Grandin1-3/+3
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+3
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin1-2/+0
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin1-14/+6
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin1-5/+5
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-11/+11
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-87/+6
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin1-9/+2
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin1-3/+16
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-31/+31
2016-02-09Remove excess newlinesChris Sherlock1-37/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-8/+1
2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin1-1/+0
2015-11-11com::sun::star->css in ucbhelper/Noel Grandin1-14/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2014-12-18ucbhelper: Use appropriate OUString functions on string constantsStephan Bergmann1-17/+9
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-17/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-8/+8