summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt/shellio.cxx
AgeCommit message (Expand)Author
2021-02-10cid#1401334 silence Uncaught exceptionCaolán McNamara
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara
2020-09-10tdf#135950 crash in format->character with selected text in tableCaolán McNamara
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-04-06loplugin:unusedvariableplus in swNoel Grandin
2020-03-24ofz#21168 sw,writerfilter: limit writerfilter hack to writerfilterCaolán McNamara
2020-03-02speedup sw build a littleNoel Grandin
2020-02-10sw: prefix members of SwExtTextInput, SwLineNumberInfo, SwWriter and ...Miklos Vajna
2020-02-03sw: prefix members of StgWriter, SwAsciiOptions, SwReader and SwTextBlocksMiklos Vajna
2020-01-07sw: don't send LOK notifications about redlines during saveMiklos Vajna
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2019-11-27crashtesting: export of fdo50613-3.odt to docx crashesCaolán McNamara
2019-09-26loplugin:virtualdead in swNoel Grandin
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2019-03-05sw_redlinehide: fix RSID related asserts regressionMichael Stahl
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara
2018-11-07loplugin:collapseif in swNoel Grandin
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-10-03no need to call empty() before clear()Noel Grandin
2018-09-27loplugin:useuniqueptr in SwReader::ReadNoel Grandin
2018-07-16convert SW*READER constants to scoped enumNoel Grandin
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-02-08sw HTML import: avoid loading the Writer/Web template for the Writer filterMiklos Vajna
2017-11-30sw: std::vector<OUString*> considered sillyMichael Stahl
2017-10-05tdf#96505 Get rid of cargo cult long integer literalsudareechk
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-06-21convert ErrCode to strong typedefNoel Grandin
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-03-24fix indentCaolán McNamara
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-19use rtl::Reference in SwDocFacNoel Grandin
2017-01-19use rtl::Reference in SwWriter::WriteNoel Grandin
2017-01-19use rtl::Reference in ReaderNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann