summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2021-06-07sw: WriteLong/Short -> SvStream::Write[U]Int[16|32]Vasily Melenchuk1-15/+17
2021-06-03tdf#79069 DOCX: support tracked table (row) deletionLászló Németh1-1/+58
2021-06-02SAL_WARN -> SAL_INFONoel Grandin1-1/+2
2021-05-31sw: prefix members of HTMLEndPosLst, SwFltStackEntry, SwFltTOX and ...Miklos Vajna5-26/+26
2021-05-31tdf#138302 partial revert tdf#108496: DOCX: redesign of override in listsJustin Luth3-0/+19
2021-05-30sw : missing std::optional includeArnaud Versini1-0/+1
2021-05-30std::unique_ptr->std::optionalNoel Grandin4-12/+12
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin1-2/+3
2021-05-25sw: prefix members of SwApplet_Impl, SwFltAnchor, SwFltControlStack and ...Miklos Vajna3-17/+17
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna15-72/+72
2021-05-19fix leak in SwWW8ImplReader::Read_GrafLayerNoel Grandin1-1/+1
2021-05-18tdf#76817 tdf#141966 ooxmlexport: write OutlineRule if not inheritedJustin Luth1-11/+20
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+1
2021-05-13inline some typedefsNoel Grandin1-1/+2
2021-05-11fix leak in RtfExportNoel Grandin2-3/+2
2021-05-04tdf#69635 DOCX: export hidden (shared) headers/footersDaniel Arato (NISZ)6-25/+106
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin3-43/+33
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-5/+5
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann5-14/+14
2021-04-27use string_view in INetURLObject::decodeNoel Grandin8-35/+35
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin5-69/+44
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