summaryrefslogtreecommitdiffstats
path: root/comphelper/source/container
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:constmethod in comphelper,ucbhelperNoel Grandin2017-10-251-4/+4
* loplugin:includeform: comphelperStephan Bergmann2017-10-231-2/+2
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-7/+7
* IndexedPropertyValuesContainer: remove iterators stupidityMike Kaganski2017-09-221-48/+3
* loplugin:flatten in basctl..configmgrNoel Grandin2017-09-211-49/+43
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-111-1/+1
* If called on an empty collection, don't let OEnumerationByIndex.nextElement()Damjan Jovanovic2017-08-271-7/+6
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-112-2/+2
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-131-1/+1
* strip some linefeeds from the end of debug outputNoel Grandin2017-07-121-3/+3
* loplugin:casttovoid: comphelperStephan Bergmann2017-07-021-1/+0
* loplugin:oncevar in codemaker..connectivityNoel Grandin2017-06-201-2/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-2/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-10/+10
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* ofz: segv on nullptrCaolán McNamara2017-03-191-6/+5
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-152-8/+8
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-3/+1
* Add missing #includesStephan Bergmann2017-02-063-0/+6
* makeAny->Any in canvas..configmgrNoel Grandin2017-02-031-6/+6
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-021-7/+5
* Remove dynamic exception specificationsStephan Bergmann2017-01-266-159/+80
* use rtl::Reference in OContainerListenerNoel Grandin2017-01-201-18/+5
* tdf#70998 Change word "Graphic(s)" to "Image(s)"Huzaifa Iftikhar2016-12-231-1/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-1/+1
* comphelper: cleanup class NameContainer.Arnaud Versini2016-12-121-7/+2
* loplugin:unnecessaryoverride (dtors) in comphelperStephan Bergmann2016-11-283-15/+0
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-2/+2
* loplugin:dllprivateStephan Bergmann2016-09-131-2/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-5/+5
* Remove nonsense comments: // bitfieldTor Lillqvist2016-09-131-1/+0
* new loplugin to check for static OUStringsNoel Grandin2016-08-161-1/+1
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-011-2/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-1/+1
* loplugin:singlevalfields in comphelperNoel Grandin2016-06-241-6/+4
* Clean up uses of Any::getValue() in comphelperStephan Bergmann2016-06-201-2/+3
* tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli2016-06-031-4/+3
* loplugin:unusedmethodsNoel Grandin2016-05-261-29/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-6/+0
* use Any constructor instead of temporariesNoel Grandin2016-05-042-6/+2
* Iteration must not start at the endSeraphime Kirkovski2016-04-291-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-203-11/+11
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin2016-04-111-1/+1
* tdf#94306 replace boost::noncopyable in c...Jochen Nitschke2016-04-081-3/+5
* loplugin:constantparam in comphelperNoel Grandin2016-04-051-75/+41