summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.cxx
AgeCommit message (Expand)Author
2019-01-31tdf#122456 filter/ww8 export: no fake section at end of documentJustin Luth
2019-01-09tdf#122452 sw_redlinehide: WW8 import/export sets layout show/hide modeMichael Stahl
2018-12-07sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl
2018-11-16tdf79435 doc/docx: round-trip legacy input formfieldsJustin Luth
2018-11-12Silence -fsanitize=implicit-signed-integer-truncationStephan Bergmann
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-07loplugin:collapseif in swNoel Grandin
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov
2018-10-31Translate German commentsJohnny_M
2018-10-27use comphelper::SequenceAsHashMap to avoid manual iterationJustin Luth
2018-10-24ww8export roundtrip forms passwordJustin Luth
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-19NFC ww8 cleanup: remove unused variables, simplify, whitespaceJustin Luth
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-11related tdf#120225 ww8export: save PROTECT_FORMJustin Luth
2018-09-19tdf#118393: FILESAVE: DOCX Export loses header/footerSerge Krot
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-09-01Revert "tdf#117994 ww8export: extend Chp over CR"Justin Luth
2018-08-24coverity#1438527 Nesting level does not match indentationCaolán McNamara
2018-08-23Related rhbz#1618703: Properly handle failure encoding MS fileStephan Bergmann
2018-08-18tdf#116436 doc export: add missing table background fillJustin Luth
2018-08-13tdf#117994 ww8export: extend Chp over CRJustin Luth
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-26loplugin:useuniqueptr in WW8ExportNoel Grandin
2018-07-26loplugin:useuniqueptr in MSWordExportBaseNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-16sw: prefix members of WriterMiklos Vajna
2018-04-15Translate German variable namesJohnny_M
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-28tdf#116570 ww8 export: skip sectionbreak for footnotesJustin Luth
2018-03-26tdf93121 MS export: only one fake tab per footnoteJustin Luth
2018-03-23remove isolated commentJustin Luth
2018-03-21sw: fix some IWYU warningsMiklos Vajna
2018-03-09sw: fix some IWYU warningsMiklos Vajna
2018-03-07use more Color in swNoel Grandin
2018-03-04Translate German variable namesJohnny_M
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-12-13TypedWhichId in sw (TXTATTR)Noel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-12-08tdf#41650 DOCX export: split para on section breakTamas Bunth
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-10This aEndCps variable can be localTamás Zolnai