summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-09-30tdf#127735 DOCX export: fix internal hyperlinks to table targetTünde Tóth1-0/+14
2019-09-30tdf#127734 DOCX export: fix internal hyperlinks to section targetTünde Tóth1-0/+15
2019-09-30tdf#127733 DOCX export: fix internal hyperlinks to chart targetTünde Tóth1-0/+11
2019-09-30tdf#127732 DOCX export: fix internal hyperlinks to frame targetTünde Tóth1-5/+15
2019-09-23tdf#127605 DOCX export: fix internal hyperlinks to image targetTünde Tóth1-7/+25
2019-09-09tdf#126994 ww8 export: Don't skip TOX end nodeJustin Luth1-3/+4
2019-09-06Fixing '....' and '..'Andrea Gelmini1-1/+1
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl1-11/+9
2019-08-03Fix typosAndrea Gelmini1-2/+2
2019-07-03sw comments on frames: fix DOC handlingMiklos Vajna1-1/+2
2019-07-02sw comments on frames: fix DOCX handlingMiklos Vajna1-2/+2
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen1-0/+1
2019-06-12tdf#89991 DOCX: import/export Show changes modeLászló Németh1-0/+5
2019-05-27sw: prefix members of WW8DopTypographyMiklos Vajna1-20/+20
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-3/+3
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-4/+4
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-6/+4
2019-04-15tdf#114441 - Convert variables use Tell() function sal_uLong to sal_uInt64Muzaffer Kadir YILMAZ1-8/+8
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl1-1/+0
2019-04-12prefer vector::data to &vector[0]Caolán McNamara1-3/+3
2019-03-29sw btlr writing mode: implement DOC filterMiklos Vajna1-2/+16
2019-02-10loplugin:indentation in swNoel Grandin1-2/+2
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-3/+2
2019-02-03sw: convert WW8Export::pO to unique_ptrMichael Stahl1-8/+6
2019-01-09tdf#122345 filter/ww8 export: no fake section at end of documentJustin Luth1-0/+4
2019-01-08tdf#122452 sw_redlinehide: WW8 import/export sets layout show/hide modeMichael Stahl1-1/+3
2018-12-05use unique_ptr in ww8 export codeNoel Grandin1-38/+26
2018-12-01sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl1-1/+2
2018-11-16tdf79435 doc/docx: round-trip legacy input formfieldsJustin Luth1-15/+106
2018-11-12Silence -fsanitize=implicit-signed-integer-truncationStephan Bergmann1-2/+2
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-2/+2
2018-11-07loplugin:collapseif in swNoel Grandin1-6/+3
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov1-34/+27
2018-10-31Translate German commentsJohnny_M1-1/+1
2018-10-27use comphelper::SequenceAsHashMap to avoid manual iterationJustin Luth1-10/+3
2018-10-24ww8export roundtrip forms passwordJustin Luth1-0/+15
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-1/+1
2018-10-19NFC ww8 cleanup: remove unused variables, simplify, whitespaceJustin Luth1-8/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin1-4/+2
2018-10-11related tdf#120225 ww8export: save PROTECT_FORMJustin Luth1-0/+1
2018-09-19tdf#118393: FILESAVE: DOCX Export loses header/footerSerge Krot1-0/+1
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-9/+0
2018-09-01Revert "tdf#117994 ww8export: extend Chp over CR"Justin Luth1-2/+2
2018-08-24coverity#1438527 Nesting level does not match indentationCaolán McNamara1-1/+2
2018-08-23Related rhbz#1618703: Properly handle failure encoding MS fileStephan Bergmann1-10/+29
2018-08-18tdf#116436 doc export: add missing table background fillJustin Luth1-18/+18
2018-08-13tdf#117994 ww8export: extend Chp over CRJustin Luth1-2/+2