summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann
2016-06-06remove some manual ref-countingNoel Grandin
2016-06-03Strip also a CR if there (and there seems to be such)Tor Lillqvist
2016-06-03tdf#89329: use unique_ptr for pImpl in accimplaccessXisco Fauli
2016-06-03tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli
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-06-02tdf#89329: use unique_ptr for pImpl in componentmoduleXisco Fauli
2016-06-01Can use boost::make_optionalStephan Bergmann
2016-06-01tdf#89329: use unique_ptr for pImpl in accessiblecontexthelperXisco Fauli
2016-05-31More comphelper/extract.hxx clean upStephan Bergmann
2016-05-30Fix int2enumStephan Bergmann
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-25Fix typosAndrea Gelmini
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-13sdext: replace boost::bindMichael Stahl
2016-05-10Fix typosAndrea Gelmini
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-05-01Fix typosAndrea Gelmini
2016-04-27-Werror,-WvarargsStephan Bergmann
2016-04-25Kill comphelper::MakeMapStephan Bergmann
2016-04-25Kill comphelper::MakeSetStephan Bergmann
2016-04-24Remove unused comphelper::MakeSequenceStephan Bergmann
2016-04-24Kill comphelper::MakeVectorStephan Bergmann
2016-04-22Add an interaction handler wrapper for simple file access.Giuseppe Castagno
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13loplugin:passstuffbyref in comphelperNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin
2016-04-05loplugin:constantparam in comphelperNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann
2016-03-11...and now it got included twiceStephan Bergmann
2016-03-11Missing includeStephan Bergmann
2016-03-11include memoryCaolán McNamara
2016-03-11Resolves: tdf#98418 AttributeList must support XCloneableCaolán McNamara
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-07tdf#97499 Remove some Default arguments in unordered containerJaskaran
2016-03-03ucb: replace boost::bind with C++11 lambdasMichael Stahl
2016-03-03loplugin:unuseddefaultparams comphelperNoel Grandin
2016-03-01OSingletonRegistration is dead nowMatúš Kukan