summaryrefslogtreecommitdiff
path: root/comphelper/source/streaming
AgeCommit message (Expand)Author
2020-04-18loplugin:flatten in comphelperNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-30fix: SequenceOutputStream does append content correctlyVasily Melenchuk
2019-09-06Fixing "...."Andrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann
2019-07-19cid#1448429 Unchecked return valueCaolán McNamara
2019-07-08revert part of "small optimisations"Noel Grandin
2019-07-06small optimisationsNoel Grandin
2019-07-06remove duplicate codeNoel Grandin
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2018-11-05tdf#120703 PVS: V1028 fix unexpected integer overflowMike Kaganski
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-15More loplugin:cstylecast: comphelperStephan Bergmann
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: comphelperStephan Bergmann
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M
2017-04-06split closeOutput upCaolán McNamara
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-28loplugin:unnecessaryoverride (dtors) in comphelperStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-09Implement XServiceInfo for com.sun.star.comp.MemoryStreamMatúš Kukan
2016-07-09tdf#74608 Constructor function for MemoryStreamYeliz Taneroğlu
2016-07-08loplugin:redundantcast: redundant static_casts in comphelperStephan Bergmann
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke
2016-04-05tdf#74608 Constructor function for SequenceOutputStreamServiceYeliz Taneroğlu
2016-04-05loplugin:constantparam in comphelperNoel Grandin
2016-03-29tdf#74608 Constructor function for SequenceInputStreamServiceSteven Guo
2016-02-09Remove excess newlinesChris Sherlock
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-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe