summaryrefslogtreecommitdiff
path: root/comphelper/source/container
AgeCommit message (Expand)AuthorFilesLines
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: comphelperStephan Bergmann1-1/+0
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-2/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-10/+10
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-19ofz: segv on nullptrCaolán McNamara1-6/+5
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist2-8/+8
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-3/+1
2017-02-06Add missing #includesStephan Bergmann3-0/+6
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin1-6/+6
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-7/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-159/+80
2017-01-20use rtl::Reference in OContainerListenerNoel Grandin1-18/+5
2016-12-23tdf#70998 Change word "Graphic(s)" to "Image(s)"Huzaifa Iftikhar1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-12comphelper: cleanup class NameContainer.Arnaud Versini1-7/+2
2016-11-28loplugin:unnecessaryoverride (dtors) in comphelperStephan Bergmann3-15/+0
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-2/+2
2016-09-13loplugin:dllprivateStephan Bergmann1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-5/+5
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-1/+1
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith1-2/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-24loplugin:singlevalfields in comphelperNoel Grandin1-6/+4
2016-06-20Clean up uses of Any::getValue() in comphelperStephan Bergmann1-2/+3
2016-06-03tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli1-4/+3
2016-05-26loplugin:unusedmethodsNoel Grandin1-29/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-6/+0
2016-05-04use Any constructor instead of temporariesNoel Grandin2-6/+2
2016-04-29Iteration must not start at the endSeraphime Kirkovski1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-11/+11
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin1-1/+1
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke1-3/+5
2016-04-05loplugin:constantparam in comphelperNoel Grandin1-75/+41
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-03-10Avoid reserved identifiersStephan Bergmann1-9/+9
2016-03-03loplugin:unuseddefaultparams comphelperNoel Grandin1-2/+2
2016-02-24convert ComponentMethodGuard::MethodType to scoped enumNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock2-3/+0
2016-01-31tdf#74608 comphelper: Constructor feature for NamedPropertyValuesContainerkripton1-27/+6
2016-01-30tdf#74608 comphelper: Constructor feature for IndexedPropertyValuesContainerkripton1-28/+6
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-0/+307
2016-01-13tdf#97108: SwDocShell of clipboard document has no base URLMichael Stahl1-1/+2
2016-01-09crashtesting: fdo85994-1.doc assert on reexport to docCaolán McNamara1-5/+11