summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-5/+5
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann10-23/+23
2021-04-29sw html/reqif export: fix size of presentation data for "real" OLE2 embeddingMiklos Vajna1-2/+2
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-4/+4
2021-04-27use string_view in INetURLObject::decodeNoel Grandin8-35/+35
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin12-173/+134
2021-04-27use more string_view in tools/streamNoel Grandin12-95/+95
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann1-0/+2
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 Grandin3-4/+4
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-4/+4
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin5-11/+10
2021-04-21tdf#94326 doc import: allow direct numbering to cancel outlineStyleJustin Luth3-7/+11
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin3-3/+3
2021-04-20ofz#33433 Heap-Buffer-overflowCaolán McNamara1-2/+1
2021-04-19convert some #define to OUStringLiteralNoel Grandin1-1/+1
2021-04-19use more string_view in comphelper::stringNoel 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-16sw html/reqif export: fix size of embedded objectMiklos Vajna3-5/+10
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-11ofz#26099 skip slow path when fuzzingCaolán McNamara1-10/+13
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 Kelemen14-0/+14
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-08Typos in code with variables containing "inital"->"initial"Julien Nabet2-7/+7
2021-04-08embeddedobj: fix lost native data when updating it via OLE failsMiklos Vajna1-0/+9
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-07tdf#141467 xmloff,sc,sw: ODF export: reorder flys' ZOrder/z-index harderMichael Stahl3-10/+82
2021-04-07rtl::Static -> function local staticNoel Grandin2-12/+4
2021-04-06Check for null SW_MODMike Kaganski1-0/+2
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