summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2021-04-23tdf#106541 doc import numbering: default nListLevel to MAXLEVELJustin Luth4-8/+18
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-2/+2
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-4/+4
2021-04-21tdf#94326 doc import: allow direct numbering to cancel outlineStyleJustin Luth3-7/+11
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-2/+2
2021-04-20ofz#33433 Heap-Buffer-overflowCaolán McNamara1-2/+1
2021-04-19convert some #define to OUStringLiteralNoel Grandin1-1/+1
2021-04-19cid#1476017 Read_GrafLayer's subfunction params are never nullJustin Luth4-337/+310
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski9-23/+103
2021-04-16sw: DOCX export: write hyperlinks for TOXMark TOX entriesMichael Stahl9-12/+80
2021-04-16sw: DOCX export: DocxAttributeOutput::EndField_Impl() omits bookmark endMichael Stahl2-13/+7
2021-04-16tdf#134951 docxexport: stop duplicating stuff in postponed textJustin Luth2-3/+10
2021-04-15NFC sw ww8export cleanup: bPostponeWritingText already trueJustin Luth1-1/+0
2021-04-15partial fix tdf100961 doc import: E_Locked field as plain textJustin Luth1-2/+16
2021-04-14loplugin:unusedmethodsNoel Grandin2-9/+0
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski2-26/+25
2021-04-13tdf#100961 doc/rtf export: save FIXEDFLD as fldlockJustin Luth2-0/+9
2021-04-13No need to use getStr hereMike Kaganski1-11/+11
2021-04-12docxattributeoutput: cleanup assert that has served its purposeJustin Luth1-1/+0
2021-04-10tdf#120761 doc import: fix z-order background logicJustin Luth1-0/+10
2021-04-10cid#1476017 Dereference after null checkCaolán McNamara1-3/+3
2021-04-09tdf#120768 doc import: z-order background shapes behind othersJustin Luth3-3/+15
2021-04-09if (x > 0), then there is no need for abs(x)Justin Luth1-2/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen6-0/+6
2021-04-09tdf#139495 doc import: prevent negative Int forced into uIntJustin Luth1-2/+4
2021-04-09tdf#97569 docxexport: export russianUpper/russianLower numberingJustin Luth1-4/+4
2021-04-08tdf#81705 doc export: write sprmPOutLvlJustin Luth3-21/+31
2021-04-07tdf#141341 docxexport: consolidate conversion of NumTypesJustin Luth1-77/+18
2021-04-01tdf#140343 sw page rtl gutter margin: add RTF filterMiklos Vajna3-1/+13
2021-04-01Use o3tl::convert for conversion to/from EMUsMike Kaganski4-21/+33
2021-03-31tdf#140343 sw page rtl gutter margin: add DOC filterMiklos Vajna4-3/+21
2021-03-31tdf#140343 sw page rtl gutter margin: add DOCX filterMiklos Vajna4-0/+18
2021-03-31tdf#134385 doc/docxexport: maybe export false contextualspacingJustin Luth2-1/+23
2021-03-30tdf#140336 ms formats export: export NONE background for ParaBackColorJustin Luth4-8/+22
2021-03-28tdf#95806 tdf#125877 tdf#141172 DOCX: fix tables in footnotesLászló Németh1-1/+4
2021-03-26loplugin:flattenNoel1-11/+11
2021-03-26tdf#118535 DOCX export: save header image onceDaniel Arato (NISZ)3-19/+38
2021-03-25cid#1473931 silence Untrusted allocation sizeCaolán McNamara1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski2-2/+2
2021-03-24tdf#141173 docx export: revert fdo#75604: File CorruptionJustin Luth1-3/+0
2021-03-22cid#1242653 silence bogus Untrusted divisorCaolán McNamara1-0/+1
2021-03-16tdf#138895 DOCX filter: fix handling for effect extent vs line widthMiklos Vajna1-0/+11
2021-03-12Revert "merge sw::hack::Position and SwFltPosition"Caolán McNamara3-5/+40
2021-03-11rename GrafikCtor to GraphicCtorNoel6-13/+13
2021-03-10sw: DOCX export: put fly before fieldmark start into its own runMichael Stahl2-4/+20
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens1-2/+2
2021-03-03tdf#114799 Char highlight: skip convert if highlight existsJustin Luth1-1/+4
2021-03-03tdf#124678 DOCX export: always write title page in section propsVasily Melenchuk1-3/+3
2021-03-02split out MoveAttrFieldmarkInsertedCaolán McNamara1-24/+28
2021-03-02tdf#140552 RTF export: fix hyperlink, in footnote, in hyperlinkMiklos Vajna2-4/+10