summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
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-30frequent recent CppunitTest_sw_uiwriter failureCaolán McNamara1-1/+1
2021-05-30std::unique_ptr->std::optionalNoel Grandin6-23/+23
2021-05-29std::unique_ptr->std::optionalNoel Grandin5-45/+45
2021-05-29no need to allocate these on the heapNoel Grandin2-34/+34
2021-05-28sw XHTML / reqif export, RTF markup of images: write OLE1 presentation dataMiklos Vajna1-11/+37
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin1-2/+3
2021-05-27sw XHTML / reqif export, RTF markup of images: write objdataMiklos Vajna3-7/+66
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh5-2/+84
2021-05-27Fix typosAndrea Gelmini1-1/+1
2021-05-26sw XHTML / reqif export, RTF markup of images: write WMF in \pictMiklos Vajna1-38/+27
2021-05-25sw: prefix members of SwApplet_Impl, SwFltAnchor, SwFltControlStack and ...Miklos Vajna6-89/+89
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna40-198/+200
2021-05-21fix leak in SwHTMLPosFlyFrameNoel Grandin1-1/+2
2021-05-21tdf#137469 Add option to disable hidden text in text filterOleg Shchelykalnov1-1/+16
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin1-48/+19
2021-05-20tdf#60382 sw offapi: add change tracking of table/row deletionLászló Németh1-16/+1
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-18Don't remove section at the end of inserted text tdf#142157Georgy Litvinov1-5/+6
2021-05-17split OutputDevice from WindowNoel Grandin2-2/+2
2021-05-17sw: prefix members of SwASCIIParser, SwASC_AttrIter, ...Miklos Vajna2-141/+134
2021-05-14Improve loplugin:stringviewStephan Bergmann4-6/+6
2021-05-14sw XHTML export: fix <blockquote> with no-margin to not have character childrenMiklos Vajna1-2/+4
2021-05-13inline some typedefsNoel Grandin2-4/+2
2021-05-13sw XHTML export: fix handling of list labelsMiklos Vajna1-1/+67
2021-05-11fix leak in RtfExportNoel Grandin2-3/+2
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl2-2/+4
2021-05-04tdf#69635 DOCX: export hidden (shared) headers/footersDaniel Arato (NISZ)6-25/+106
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin6-63/+52
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