summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
AgeCommit message (Expand)Author
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-04loplugin:useuniqueptr in SwWriteTableColsNoel Grandin
2018-09-19sw_redlinehide_2: hide redlines in ascii filter tooMichael Stahl
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-06make SwWriteTableRows be a vector of std::unique_ptrNoel Grandin
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-04-16sw: prefix members of WriterMiklos Vajna
2018-03-07use more Color in swNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-05TypedWhichId in sw(1)Noel Grandin
2018-01-24Fix some IWYU warningsMiklos Vajna
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-09valgrind: more leaks on loading abi3279-1.htmlCaolán McNamara
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-13tdf#112191: Don't export bullets when only one paragraph is selected.Jan Holesovsky
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-06-21loplugin:unusedfields in sw part3Noel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-05-19loplugin:stringcopy: swStephan Bergmann
2017-05-02tdf#39468: Translate German comments in swJens Carl
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann
2017-01-26loplugin: unnecessary destructor swNoel Grandin
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann
2016-06-20sw: prefix members of SwWriteTableMiklos Vajna
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-06-02loplugin:unuseddefaultparamsNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-23sw: -Werror=deprecated-declarationsMichael Stahl
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2015-11-28tdf#94088 add import of HTML inline graphicsArmin Le Grand
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-24loplugin:unusedfields in sw/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-20Use more proper integer types and range-based for loopsMatteo Casalin