summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8nds.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-2/+2
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-1/+1
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski1-1/+1
2021-04-16sw: DOCX export: write hyperlinks for TOXMark TOX entriesMichael Stahl1-2/+10
2021-04-16tdf#134951 docxexport: stop duplicating stuff in postponed textJustin Luth1-2/+9
2021-04-15NFC sw ww8export cleanup: bPostponeWritingText already trueJustin Luth1-1/+0
2021-03-10sw: DOCX export: put fly before fieldmark start into its own runMichael Stahl1-4/+19
2021-02-11Remove unneeded breaksAndrea Gelmini1-2/+0
2021-02-04Fix typoAndrea Gelmini1-1/+1
2020-12-21tdf#138986 Fix DOC export of LinkDisplayNameRegényi Balázs1-5/+17
2020-12-08tdf#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