summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8sty.cxx
AgeCommit message (Expand)Author
2020-05-20tdf#127778 DOCX import: fix unexpected heading on non-first page ...Miklos Vajna
2020-05-15sw padded numbering: add DOC footnote filterMiklos Vajna
2020-05-06DOCX export: fix handling of section starts that originally had page marginsMiklos Vajna
2020-05-06DOCX export: fix handling of section starts that originally had headersMiklos Vajna
2019-11-22tdf#128499 DOC export: fix lost ToC formatting regressionLászló Németh
2019-11-13tdf#127925 DOCX export: fix visited hyperlink styleTünde Tóth
2019-10-17Remove some memset callsMike Kaganski
2019-10-01tdf#123628 DOCX export: fix color change of unvisited hyperlinksTünde Tóth
2019-08-20loplugin:constvars in swNoel Grandin
2019-08-03Fix typosAndrea Gelmini
2019-08-02tdf#126243 DOCX change tracking: pStyle needs simplified style idLászló Németh
2019-07-03sw comments on frames: fix DOC handlingMiklos Vajna
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen
2019-05-28tdf#92335 DOCX: fix multiplying of "ListLabel" stylesLászló Németh
2019-05-25revert tdf#123912 ww8 export: re-protect implicit sectionJustin Luth
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2019-04-19optimise find/insert patternNoel Grandin
2019-03-30tdf#123912 ww8 export: re-protect implicit sectionJustin Luth
2019-03-19try2 tdf#116404 filter\ww8: use bidi for default style in RTL localeJustin Luth
2019-02-23tdf#116404 filter\ww8: use bidi for default style in RTL localeJustin Luth
2019-02-03sw: convert WW8Export::pO to unique_ptrMichael Stahl
2019-01-24loplugin:constparams in swNoel Grandin
2019-01-08tdf#122460 ww8export: always export H/F to first sectionJustin Luth
2019-01-07tdf#122429/tdf#122431 ww8export: export H/F to default sectionJustin Luth
2018-12-18tdf121374 ooxmlexport: export H/F to default sectionJustin Luth
2018-11-16loplugin:buriedassign in swNoel Grandin
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov
2018-10-20sw mso export: PROTECT_FORM shouldn't force section to protectedJustin Luth
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-19tdf#118393: FILESAVE: DOCX Export loses header/footerSerge Krot
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-10unnecessary null check before dynamic_cast, in swNoel Grandin
2018-08-08tdf#103961: delay merge of default props until exportJustin Luth
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov
2018-04-16Fix typosAndrea Gelmini
2018-03-16tdf#112118: DOC: properly import/export border distanceMike Kaganski
2018-03-04Translate German variable namesJohnny_M
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-01-18Fix typosAndrea Gelmini
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-11-30TypedWhichId for RES_PARAATR constantsNoel Grandin
2017-11-24TypedWhichId for RES_CHRATR constantsNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-25tdf#105381 ww8export: support footnote numbering per pageJustin Luth
2017-10-23overload std::hash for OUString and OStringNoel Grandin