summaryrefslogtreecommitdiff
path: root/writerperfect/source/common/WPXSvInputStream.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-20writerperfect: astyle -> clang-formatMiklos Vajna1-113/+121
2018-02-27astyleDavid Tardon1-3/+3
2018-02-27set number of read bytes correctlyDavid Tardon1-1/+4
2018-01-12More loplugin:cstylecast: writerperfectStephan Bergmann1-8/+8
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+2
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-3/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-07-24const these upCaolán McNamara1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-04-28loplugin:salunicodeliteral: writerperfectStephan Bergmann1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-2/+2
2017-04-02libstaroffice import filter improvementsosnola1-6/+18
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-3/+3
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-5/+0
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-09-09astyleDavid Tardon1-5/+5
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-3/+3
2016-08-11integrate libstarofficeosnola1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-3/+3
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-4/+4
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+3
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-11-25com::sun::star->css in writerperfect/Noel Grandin1-5/+5
2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-10-06astyleDavid Tardon1-2/+4
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara1-9/+8
2015-09-10This presumably wants to swallow exceptions from XSeekable::seekStephan Bergmann1-5/+4
2015-08-25astyleDavid Tardon1-1/+1
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-10/+10
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-01-22writerperfect: convert assert on invalid input to SAL_WARNMichael Stahl1-1/+1
2015-01-21Some more loplugin:cstylecast: writerperfectStephan Bergmann1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-12-15writerperfect: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara1-2/+2
2014-08-19can actually manage to ask createStream for missing streamsCaolán McNamara1-3/+2
2014-08-15use consistent style for writerperfectDavid Tardon1-16/+16