summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/genericpropertyhandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* More loplugin:cstylecast: extensionsStephan Bergmann2018-01-121-1/+1
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-3/+3
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-061-3/+3
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* use more begin()/end() for SequenceNoel Grandin2017-07-061-7/+4
* use begin()/end() when working with SequenceNoel Grandin2017-07-031-3/+2
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-7/+7
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-25/+23
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-3/+3
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-2/+2
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-4/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-5/+5
* com::sun::star->css in extensions/Noel Grandin2015-10-011-2/+2
* o3tl: rename compat_functional headerThorsten Behrens2015-08-171-1/+1
* tdf#92459 Cleanup unclear lambdasDaniel Robertson2015-08-111-2/+2
* tdf#92459 remove compat_functional from extensionsDaniel Robertson2015-08-081-2/+2
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-061-1/+2
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-4/+4
* extensions: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-1/+1
* use SimpleReferenceObject in extensions moduleNoel Grandin2014-07-101-22/+1
* coverity#706525 Uncaught exceptionCaolán McNamara2014-06-191-1/+2
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* extensions: sal_Bool->boolNoel Grandin2014-05-021-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-131-6/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-2/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-7/+7
* convert OUString::match to OUString::endsWithNoel Grandin2014-03-191-1/+1
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-071-2/+2
* EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-03-031-7/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-23/+23
* fdo#54938 Convert extensions to cppu::supportsServiceAlexandre Vicenzi2014-01-261-58/+6
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-121-1/+1
* remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin2013-11-111-4/+4
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-2/+2
* fdo#46808, Convert a copy of ComponentContext to XComponentContextNoel Grandin2013-06-051-12/+12
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-48/+48
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-7/+7
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-1/+2
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-23/+14
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-4/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-4/+4