summaryrefslogtreecommitdiff
path: root/framework/source/fwi/uielement/constitemcontainer.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-08loplugin:ostr in frameworkNoel Grandin1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: frameworkStephan Bergmann1-1/+1
2023-01-17XUnoTunnel->dynamic_cast in ConstItemContainerNoel Grandin1-13/+1
2022-05-30cid#1504574 Resource leakCaolán McNamara1-1/+13
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann1-3/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-5/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-02-21loplugin:refcounting in frameworkNoel1-2/+3
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-04-08loplugin:flatten in frameworkNoel Grandin1-31/+31
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-4/+0
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-1/+1
2019-08-24loplugin:returnconstval in frameworkNoel Grandin1-7/+2
2019-06-23Fix typoAndrea Gelmini1-1/+1
2019-06-19tdf#39593 Remove GetImplementation from ConstItemContainer and ItemContainerArkadiy Illarionov1-10/+3
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin1-3/+2
2017-06-08framework: replace double checked locking patternsJochen Nitschke1-40/+9
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-13/+1
2016-11-08loplugin:expandablemethods in frameworkNoel Grandin1-8/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-14com::sun::star->css in frameworkNoel Grandin1-22/+22
2015-09-11framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl1-71/+3
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-02-18TyposJulien Nabet1-3/+3
2014-06-05various: remove SAL_THROW macroNoel Grandin1-4/+3
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-07framework: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-2/+2
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann1-1/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-19/+19
2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin1-23/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-15/+15
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14