summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8nds.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-12sw: DOCX export: put fly before fieldmark start into its own runMichael Stahl1-4/+19
2020-12-21tdf#138986 Fix DOC export of LinkDisplayNameRegényi Balázs1-5/+17
2020-12-17tdf#135329 revert sw MS export: prevent skipping at-char anchorsJustin Luth1-1/+2
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11DOCX: fix memory leak of cell formula exportLászló Németh1-1/+1
2020-11-06tdf#136952 ww8export: always check for breakAfter on last splitJustin Luth1-0/+13
2020-11-05retire most of SwModifyBjoern Michaelsen1-2/+2
2020-10-28tdf#132149 ww8export: respect ginormous paragraphsJustin Luth1-4/+11
2020-10-13static_cast after dynamic_castNoel1-2/+1
2020-10-02MSWordExportBase never passed a null SwDoc*Caolán McNamara1-27/+27
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-21tdf#132149 ww8export: always check for break at end of paragraphJustin Luth1-2/+12
2020-09-08Add reference to spec to the commentMike Kaganski1-1/+1
2020-09-05tdf#136441 ms export: don't export comments in footnotesJustin Luth1-1/+3
2020-08-31tdf#132149 ww8export: nextNode has nothing to do with pageDescJustin Luth1-15/+0
2020-08-28tdf#131801: sw: support of style references in ListAutoFormatVasily Melenchuk1-2/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-27tdf#136132 DOCX export: fix space in table formulaLászló Németh1-1/+1
2020-08-21NFC sw MS export: flatten useless aTmpFlyIter loopJustin Luth1-14/+6
2020-08-19tdf#135329 sw MS export: don't miss nextAttr fly positionJustin Luth1-5/+8
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-14tdf#133163 DOCX: export formula cellsLászló Németh1-1/+13
2020-08-14tdf#132726 tdf#134948 doc/rtf export: don't PostponeWritingTextJustin Luth1-1/+1
2020-08-13sw: MS Word export: don't insert section breaks in field instructionsMichael Stahl1-1/+23
2020-08-13tdf#135329 sw MS export: remove effectively dead anchoring codeJustin Luth1-14/+1
2020-08-08tdf#135329 sw MS export: prevent skipping at-char anchorsJustin Luth1-1/+1
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-1/+1
2020-07-31loplugin:flatten in sw/filter/ww8Noel Grandin1-28/+28
2020-07-17Use information about sprm structure from [MS-DOC] in GetWW8SprmSearcherMike Kaganski1-12/+12
2020-06-09tdf#133604 sw: DOCX export: put CH_TXT_ATR_FORMELEMENT in its own runMichael Stahl1-1/+5
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-3/+3
2020-02-27sw: DOCX export: fix first-line indent of list itemsMichael Stahl1-2/+6
2020-02-16GatherRefFields for ww8Bjoern Michaelsen1-1/+1
2020-02-12tdf#130610 docx export: handle bold as toggle propertiesSerge Krot1-0/+65
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-6/+0
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-4/+4
2020-01-16sw: replace hardcoded CH_TXTATR_BREAKWORDMichael Stahl1-1/+1
2019-12-23tdf#129514 sw: DOCX export: write separator for CH_TXT_ATR_FORMELEMENTMichael Stahl1-1/+3
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-11/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-2/+2
2019-12-11convert SectionType to scoped enumNoel Grandin1-5/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-11-11tdf#128428 RTF: clean-up for longer space sequence modeLászló Németh1-11/+0
2019-11-07tdf#125778 docxexport: handle pageBreak before TOXJustin Luth1-3/+3
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-16/+6
2019-10-23sw: WW8/RTF/DOCX export: handle CH_TXT_ATR_FIELDSEPMichael Stahl1-2/+19
2019-10-23sw: remove checks for invalid document model wrt fieldmarks...Michael Stahl1-20/+19
2019-10-23sw: WW8/RTF/DOCX export: only export actual bookmarks as bookmarksMichael Stahl1-4/+24
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-3/+3