summaryrefslogtreecommitdiff
path: root/writerperfect/source/common/DirectoryStream.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-3/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-4/+3
2018-04-20writerperfect: astyle -> clang-formatMiklos Vajna1-44/+33
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-01-29eliminate some code duplicityDavid Tardon1-0/+38
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-32/+0
2015-11-25com::sun::star->css in writerperfect/Noel Grandin1-3/+3
2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann1-2/+2
2015-05-17astyleDavid Tardon1-32/+32
2015-03-24loplugin:constantfunction: variousNoel Grandin1-2/+8
2014-08-15use consistent style for writerperfectDavid Tardon1-4/+5
2014-06-05Fix memory leakStephan Bergmann1-0/+3
2014-06-04ensure writerperfect::DirectoryStream only works for dirsDavid Tardon1-4/+8
2014-06-04add convenience functions to handle dirsDavid Tardon1-0/+41
2014-05-26rebase all import libsDavid Tardon1-5/+29
2014-04-24change libwriterperfect to shared libraryDavid Tardon1-2/+2
2014-03-01catch exception by const refTakeshi Abe1-2/+2
2014-03-01Drop useless constTakeshi Abe1-2/+2
2014-03-01Remove unused structTakeshi Abe1-9/+0
2013-12-13handle Keynote package format tooDavid Tardon1-0/+164