summaryrefslogtreecommitdiff
path: root/comphelper/source/property
AgeCommit message (Expand)Author
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01coverity#1372386 Uncaught exceptionCaolán McNamara
2016-08-22tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorRosen
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann
2016-06-02tdf#89329: use unique_ptr for pImpl in propertysetinfoXisco Fauli
2016-06-02tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli
2016-05-26tdf#74608 Constructor functions for OPropertyBagSteven Guo
2016-04-26loplugin:simplifyboolStephan Bergmann
2016-04-26tdf#60418: improve perf of opening/closing odts with form tagsAron Budea
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-11tdf#97966: Remove 'static' keywordsWastack
2016-02-24convert PropertyDescription::LocationType to scoped enumNoel Grandin
2016-02-24convert PropertyOrigin to scoped enumNoel Grandin
2016-02-09sequence->vector in OPropertyChangeMultiplexerNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09sequence->vector in OPropertyArrayAggregationHelperNoel Grandin
2016-02-09sequence->vector in PropertyMapImplNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-07Fix typosAndrea Gelmini
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Cleanup two unused boost/bind includes in comphelper.Mario J. Rugiero
2015-11-02Assume this shall be conditional on DBG_UTILStephan Bergmann
2015-10-26remove extra spaces around ::Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson
2015-09-11framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-07-19Fix typosAndrea Gelmini
2015-06-21Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-18comphelper::PropertySetInfo: convert legacy assertionMichael Stahl
2015-05-18comphelper::PropertySetInfo remove unused parameterMichael Stahl
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-27new clang plugin: staticmethodsNoel Grandin