summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)Author
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin
2021-05-27sw XHTML / reqif export, RTF markup of images: write objdataMiklos Vajna
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh
2021-05-27Fix typosAndrea Gelmini
2021-05-26sw XHTML / reqif export, RTF markup of images: write WMF in \pictMiklos Vajna
2021-05-25sw: prefix members of SwApplet_Impl, SwFltAnchor, SwFltControlStack and ...Miklos Vajna
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-21fix leak in SwHTMLPosFlyFrameNoel Grandin
2021-05-21tdf#137469 Add option to disable hidden text in text filterOleg Shchelykalnov
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin
2021-05-20tdf#60382 sw offapi: add change tracking of table/row deletionLászló Németh
2021-05-19fix leak in SwWW8ImplReader::Read_GrafLayerNoel Grandin
2021-05-18tdf#76817 tdf#141966 ooxmlexport: write OutlineRule if not inheritedJustin Luth
2021-05-18Don't remove section at the end of inserted text tdf#142157Georgy Litvinov
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-17sw: prefix members of SwASCIIParser, SwASC_AttrIter, ...Miklos Vajna
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-14sw XHTML export: fix <blockquote> with no-margin to not have character childrenMiklos Vajna
2021-05-13inline some typedefsNoel Grandin
2021-05-13sw XHTML export: fix handling of list labelsMiklos Vajna
2021-05-11fix leak in RtfExportNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-05-04tdf#69635 DOCX: export hidden (shared) headers/footersDaniel Arato (NISZ)
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29sw html/reqif export: fix size of presentation data for "real" OLE2 embeddingMiklos Vajna
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann
2021-04-23tdf#106541 doc import numbering: default nListLevel to MAXLEVELJustin Luth
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-21tdf#94326 doc import: allow direct numbering to cancel outlineStyleJustin Luth
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2021-04-20ofz#33433 Heap-Buffer-overflowCaolán McNamara
2021-04-19convert some #define to OUStringLiteralNoel Grandin
2021-04-19use more string_view in comphelper::stringNoel Grandin
2021-04-19cid#1476017 Read_GrafLayer's subfunction params are never nullJustin Luth
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski
2021-04-16sw: DOCX export: write hyperlinks for TOXMark TOX entriesMichael Stahl
2021-04-16sw: DOCX export: DocxAttributeOutput::EndField_Impl() omits bookmark endMichael Stahl
2021-04-16sw html/reqif export: fix size of embedded objectMiklos Vajna
2021-04-16tdf#134951 docxexport: stop duplicating stuff in postponed textJustin Luth
2021-04-15NFC sw ww8export cleanup: bPostponeWritingText already trueJustin Luth
2021-04-15partial fix tdf100961 doc import: E_Locked field as plain textJustin Luth
2021-04-14loplugin:unusedmethodsNoel Grandin