summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)Author
2020-04-07tdf#119760 docx: table starts at left, not mid-borderJustin Luth
2020-04-06loplugin:unusedvariableplus in swNoel Grandin
2020-03-31sw: remove m_setFootnote - obsoleted by checking m_nTextTypeMichael Stahl
2020-03-31sw: DOCX export: avoid section breaks in text frames harderMichael Stahl
2020-03-27sw: DOCX export: ignore linked image with invalid URLMichael Stahl
2020-03-23sw: add pad-to-5 numberingMiklos Vajna
2020-03-20sw pad-to-4 numbering: add DOCX filterMiklos Vajna
2020-03-19sw pad-to-3 numbering: add DOCX filterMiklos Vajna
2020-03-18tdf#131304 .docx: flag new files as MS Word 2019 native modeJustin Luth
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-03-13tdf#131304 writerfilter: cache Word compatibilityModeJustin Luth
2020-03-10tdf#107626 DOCX table export: fix missing trailing cellsLászló Németh
2020-03-06sw: DOCX export: fix bookmark inside sdtDropDownMichael Stahl
2020-03-06sw chicago numbering: add DOCX footnote exportMiklos Vajna
2020-03-05sw padded numbering: add DOCX footnote exportMiklos Vajna
2020-03-04sw padded numbering: add DOCX filterMiklos Vajna
2020-03-02speedup sw build a littleNoel Grandin
2020-02-27sw: DOCX export: for SwDropDownField, don't write FORMDROPDOWNMichael Stahl
2020-02-21sw: improve DOCX export of footnote separator a little moreMichael Stahl
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-18tdf#80194 UI: revert subscript DFLT_ESC_SUB to 8% (from 33%)Justin Luth
2020-02-17Prefer prefix ++ operator for non-primitive type SwNodeIndexMuhammet Kara
2020-02-14RTF/DOCX export: always set hyphenation to auto at document levelVasily Melenchuk
2020-02-11related: tdf#106742 sw: DOCX import/export: fix default of table indentMichael Stahl
2020-02-10sw: DOCX export: fix rotated text fieldsMichael Stahl
2020-02-07sw: improve DOCX export of footnote separatorMichael Stahl
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin
2020-02-03DOCX export: fix table style config handling wrt nested tablesMiklos Vajna
2020-01-24loplugin:makeshared in swNoel Grandin
2020-01-24DOCX export: fix line spacing when spacing is 0Miklos Vajna
2020-01-22sw: add DOCX export for semi-transparent textMiklos Vajna
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna
2020-01-19tdf#128290 add tblLayout element to docx exportLouis Meyrat
2020-01-15tdf#126795 docx export: do not output tab stops twiceSerge Krot
2020-01-09tdf#129522 ooxmlexport: allow char shadow_NONE overrideJustin Luth
2019-12-23sal_Char->char in swNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2019-12-11convert SwFrameSize to scoped enumNoel Grandin
2019-12-04tdf#99602 writerfilter: export only default subscript in stylesJustin Luth
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-25tdf#127316 ooxml/ww8export: DFLT_ESC_*_AUTO - use better formulasJustin Luth
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-22tdf#128153 docx/VML: apply style properties to shape textJustin Luth
2019-11-19tdf#128889: don't write "page break after" into w:pPrMike Kaganski
2019-11-08tdf#128504 save DOCX as ODT: don't color not highlighted hyperlinksTünde Tóth
2019-11-03loplugin:stringaddNoel Grandin
2019-10-31related tdf#99602 docxoutput: fix incorrect rounding on subscriptsJustin Luth