summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2021-04-16sw: DOCX export: write hyperlinks for TOXMark TOX entriesMichael Stahl1-0/+2
2021-04-16tdf#134951 docxexport: stop duplicating stuff in postponed textJustin Luth1-1/+1
2021-03-10sw: DOCX export: put fly before fieldmark start into its own runMichael Stahl1-0/+1
2021-02-28tdf#121666 DOCX export: fix missing page breakAttila Szűcs1-2/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+2
2020-11-07std::set->o3tl::sorted_vector in SwSoftPageBreakListNoel1-1/+2
2020-11-05retire most of SwModifyBjoern Michaelsen1-2/+2
2020-10-02MSWordExportBase never passed a null SwDoc*Caolán McNamara1-3/+3
2020-08-24tdf#135973: DOCX export: improved list override supportVasily Melenchuk1-3/+0
2020-08-14tdf#132726 tdf#134948 doc/rtf export: don't PostponeWritingTextJustin Luth1-5/+0
2020-07-22tdf#98000 docx export: blank paragraphs don't affect page breaksJustin Luth1-2/+1
2020-05-27tdf#133370 docx export: don't export unseen columnbreakJustin Luth1-5/+0
2020-05-25sw: add XPackageEncryption save support for binary docVasily Melenchuk1-0/+1
2020-05-12tdf#127778 DOCX import: fix unexpected heading on non-first page ...Miklos Vajna1-0/+1
2020-05-09compact namespace in swNoel Grandin1-12/+4
2020-04-30loplugin:makeshared in swNoel Grandin1-1/+1
2020-04-22tdf#108496: DOCX: redesign of override in listsVasily Melenchuk1-1/+9
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-21/+21
2020-03-05sw padded numbering: add DOC footnote filterMiklos Vajna1-1/+5
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-02-16GatherRefFields for ww8Bjoern Michaelsen1-1/+2
2020-02-12tdf#130610 docx export: handle bold as toggle propertiesSerge Krot1-0/+2
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin1-1/+1
2019-12-13loplugin:expandablemethodsNoel Grandin1-1/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-10-17Remove some memset callsMike Kaganski1-1/+1
2019-09-23sw: DOCX export of lists: handle multiple SwList with same SwNumRuleMichael Stahl1-0/+10
2019-09-05tdf#95848 sw: DOCX export: export w:lvlOverride elementsMichael Stahl1-0/+3
2019-09-05tdf#95848 sw: DOCX export: crude implementation of abstractNum mappingMichael Stahl1-0/+9
2019-09-05sw: rename one MSWordExportBase::GetId() overloadMichael Stahl1-1/+1
2019-08-15loplugin:sequenceloop in swNoel Grandin1-2/+2
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl1-4/+6
2019-08-03Fix typosAndrea Gelmini1-1/+1
2019-08-02tdf#126243 DOCX change tracking: pStyle needs simplified style idLászló Németh1-0/+3
2019-07-03sw comments on frames: fix DOC handlingMiklos Vajna1-2/+5
2019-07-02sw comments on frames: fix DOCX handlingMiklos Vajna1-4/+7
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen1-1/+0
2019-06-12tdf#89991 DOCX: import/export Show changes modeLászló Németh1-0/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-2/+2
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+2
2019-02-03sw: convert WW8Export::pO to unique_ptrMichael Stahl1-2/+2
2019-01-24loplugin:constparams in swNoel Grandin1-1/+1
2018-12-05tdf#121561: sw: DOCX: add std/stdPr/stdContent around TOCSerge Krot1-0/+1
2018-12-05use unique_ptr in ww8 export codeNoel Grandin1-13/+13
2018-11-12Silence -fsanitize=implicit-signed-integer-truncationStephan Bergmann1-0/+1
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-3/+3