summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt
AgeCommit message (Expand)Author
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-10-03no need to call empty() before clear()Noel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-27loplugin:useuniqueptr in SwReader::ReadNoel Grandin
2018-09-21coverity#1401334 Uncaught exceptionCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-08-23loplugin:useuniqueptr in SwFltStackEntryNoel Grandin
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-17loplugin:useuniqueptr in SwRelNumRuleSpacesNoel Grandin
2018-07-16convert SW*READER constants to scoped enumNoel Grandin
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov
2018-04-23sw: prefix members of ReaderMiklos Vajna
2018-04-16sw: prefix members of WriterMiklos Vajna
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-09sw: fix some IWYU warningsMiklos Vajna
2018-02-28Fix some IWYU warningsMiklos Vajna
2018-02-08sw HTML import: avoid loading the Writer/Web template for the Writer filterMiklos Vajna
2018-01-24Fix some IWYU warningsMiklos Vajna
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl
2017-12-12TypeWhichId in swNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-03clang-tidy modernize-use-equals-default in swJochen Nitschke
2017-11-30sw: std::vector<OUString*> considered sillyMichael Stahl
2017-10-27loplugin:constantparam in swNoel Grandin
2017-10-05tdf#96505 Get rid of cargo cult long integer literalsudareechk
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl
2017-08-30sw: WW8 import: properly handle consecutive range annotationsMichael Stahl
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-04loplugin:constparams in sw part5Noel Grandin
2017-07-31loplugin:unusedfields in swNoel Grandin
2017-07-19tdf#107975: Revert "fix deleting an image anchored to last paragraphMichael Stahl
2017-07-14use more OUString::operator== in swNoel Grandin
2017-07-07sw: WW8 import: avoid inserting annotation mark without SwPostItFieldMichael Stahl
2017-06-27loplugin:oncevar in swNoel Grandin
2017-06-21fix android buildNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl
2017-05-03AutoText: first tests & windows fixSzymon Kłos
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-14AutoText: .dotx files visible when importSzymon Kłos