summaryrefslogtreecommitdiff
path: root/comphelper/source/streaming
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-27Remove visual noise from comphelperAlexander Wilms1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann6-93/+93
2014-02-23Remove unneccessary commentsAlexander Wilms5-54/+54
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann3-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza2-12/+4
2013-10-16Unwind useless comphelper::ByteSequence typedefStephan Bergmann1-1/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák6-44/+43
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith3-15/+14
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-7/+7
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-14/+13
2012-06-29re-base on ALv2 code.Michael Meeks6-138/+84
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-2/+1
2012-06-21re-base on ALv2 code.Michael Meeks2-46/+28
2012-02-25Remove unused codeElton Chung1-14/+0