summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/genericpropertyhandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-07loplugin:ostr in extensionsNoel Grandin1-5/+5
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-09-13loplugin:unodispose in editeng..extensionsNoel Grandin1-1/+16
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski1-3/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+2
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+0
2020-07-22extensions/prop: create instances with uno constructorsNoel Grandin1-24/+9
2020-04-14loplugin:flatten in extensionsNoel Grandin1-50/+50
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen1-3/+3
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen1-0/+1
2020-01-28remove some unused local varsNoel Grandin1-1/+1
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-4/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-5/+5
2019-09-06TyposAndrea Gelmini1-1/+1
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann1-1/+1
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann1-1/+1
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-3/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-7/+4
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-3/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-7/+7
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-25/+23
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-2/+2
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+3
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-4/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-01com::sun::star->css in extensions/Noel Grandin1-2/+2
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-1/+1
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson1-2/+2
2015-08-08tdf#92459 remove compat_functional from extensionsDaniel Robertson1-2/+2
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-4/+4
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1