summaryrefslogtreecommitdiff
path: root/comphelper/source/streaming
AgeCommit message (Expand)AuthorFilesLines
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2-0/+4
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-11clean up UNO available() implementationsNoel Grandin2-3/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-01-15More loplugin:cstylecast: comphelperStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin3-3/+3
2017-10-23loplugin:includeform: comphelperStephan Bergmann2-4/+4
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-11/+9
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-2/+1
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2-2/+2
2017-04-06split closeOutput upCaolán McNamara1-4/+10
2017-02-06Add missing #includesStephan Bergmann6-0/+18
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-119/+85
2016-11-28loplugin:unnecessaryoverride (dtors) in comphelperStephan Bergmann1-5/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-07-09Implement XServiceInfo for com.sun.star.comp.MemoryStreamMatúš Kukan1-4/+23
2016-07-09tdf#74608 Constructor function for MemoryStreamYeliz Taneroğlu1-24/+6
2016-07-08loplugin:redundantcast: redundant static_casts in comphelperStephan Bergmann1-2/+2
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-2/+2
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke2-6/+10
2016-04-05tdf#74608 Constructor function for SequenceOutputStreamServiceYeliz Taneroğlu1-23/+5
2016-04-05loplugin:constantparam in comphelperNoel Grandin2-36/+8
2016-03-29tdf#74608 Constructor function for SequenceInputStreamServiceSteven Guo1-24/+6
2016-02-09Remove excess newlinesChris Sherlock2-2/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin3-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-33/+33
2015-07-27com::sun::star->css in comphelperNoel Grandin5-19/+19
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-7/+7
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+3
2014-10-23Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan1-17/+17
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan1-9/+14
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan1-0/+2
2014-10-23Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan1-8/+1
2014-08-21stario -> css::ioThomas Arnhold3-41/+41
2014-08-21starawt -> css::awtThomas Arnhold1-3/+3
2014-08-21comphelper: staruno -> css::unoThomas Arnhold3-43/+43
2014-07-29Include <algorithm> for std::minTor Lillqvist1-0/+1
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin2-4/+4
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-2/+2
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann3-11/+11
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-4/+4
2014-03-29typo: enoungh -> enoughThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-33/+33