summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.cxx
AgeCommit message (Expand)Author
2022-03-16tdf#98000 docx export: blank paragraphs don't affect page breaksJustin Luth
2020-10-27tdf#136983 partial revert NFC ww8 cleanup: remove unused variablesJustin Luth
2019-10-17Remove some memset callsMike Kaganski
2019-09-30tdf#127735 DOCX export: fix internal hyperlinks to table targetTünde Tóth
2019-09-30tdf#127734 DOCX export: fix internal hyperlinks to section targetTünde Tóth
2019-09-30tdf#127733 DOCX export: fix internal hyperlinks to chart targetTünde Tóth
2019-09-30tdf#127732 DOCX export: fix internal hyperlinks to frame targetTünde Tóth
2019-09-23tdf#127605 DOCX export: fix internal hyperlinks to image targetTünde Tóth
2019-09-09tdf#126994 ww8 export: Don't skip TOX end nodeJustin Luth
2019-09-06Fixing '....' and '..'Andrea Gelmini
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl
2019-08-03Fix typosAndrea Gelmini
2019-07-03sw comments on frames: fix DOC handlingMiklos Vajna
2019-07-02sw comments on frames: fix DOCX handlingMiklos Vajna
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen
2019-06-12tdf#89991 DOCX: import/export Show changes modeLászló Németh
2019-05-27sw: prefix members of WW8DopTypographyMiklos Vajna
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2019-04-15tdf#114441 - Convert variables use Tell() function sal_uLong to sal_uInt64Muzaffer Kadir YILMAZ
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl
2019-04-12prefer vector::data to &vector[0]Caolán McNamara
2019-03-29sw btlr writing mode: implement DOC filterMiklos Vajna
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-02-03sw: convert WW8Export::pO to unique_ptrMichael Stahl
2019-01-09tdf#122345 filter/ww8 export: no fake section at end of documentJustin Luth
2019-01-08tdf#122452 sw_redlinehide: WW8 import/export sets layout show/hide modeMichael Stahl
2018-12-05use unique_ptr in ww8 export codeNoel Grandin
2018-12-01sw: 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