summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8nds.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-14sw: fix fieldmark crash in MSWordExportBase::OutputTextNode()Miklos Vajna1-19/+22
2024-02-20docx import: correct redline content-controlsAshod Nakashian1-0/+8
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-1/+1
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-3/+3
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-3/+3
2024-01-11tdf#159110: store URLs to DOCX correctlyMike Kaganski1-2/+2
2023-12-19tdf#158044 writerfilter: handle toggle properties in import/exportOliver Specht1-24/+128
2023-12-11tdf#108505 rtfexport: avoid mis-inheriting field char settingsJustin Luth1-1/+6
2023-11-07use more TypedWhichIdNoel Grandin1-2/+2
2023-08-01tdf#156548: make truncated long bookmark name unique, and use it in hyperlinksMike Kaganski1-40/+2
2023-05-25merge some stringaddsNoel Grandin1-4/+9
2023-04-17sw floatable: teach the DOC export about SwFormatFlySplitMiklos Vajna1-1/+16
2023-02-24tdf#78510 sw: combine items from SwTextNode and SwNumFormatMichael Stahl1-4/+10
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl1-19/+28
2023-02-11sw: rename getFieldmarkFor() to getInnerFieldmarkFor()Justin Luth1-2/+2
2023-02-08editeng: remove SvxLRSpaceItem::nTxtLeftMichael Stahl1-1/+1
2023-01-03docx: export symbol characters correctlySzymon Kłos1-3/+28
2022-12-16sw, numbering portion format: ignore char formats covering the entire paragraphMiklos Vajna1-13/+2
2022-12-08sw: DOCX export: avoid writing duplicate w:b to w:pPrMichael Stahl1-0/+1
2022-11-25tdf#152200: Make sure to not write objects into field character runsMike Kaganski1-0/+8
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin1-6/+6
2022-10-28DOCX export, numbering portion format: consider full-para char formats as wellMiklos Vajna1-2/+13
2022-09-19sw content controls, plain text: enable DOCX filter with data bindingMiklos Vajna1-24/+5
2022-09-05cid#1513509 Dereference after null checkCaolán McNamara1-1/+1
2022-09-04tdf#117994 doc: Revert "tdf#99474 close direct char fmt at end of para"Justin Luth1-6/+7
2022-08-20use more SwPosition::GetNodeNoel Grandin1-2/+2
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-24/+23
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-28/+28
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-2/+2
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-6/+6
2022-07-29use more SwPaM::StartEndNoel Grandin1-6/+3
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-5/+5
2022-07-26SwContentIndex: move the const_cast insideNoel Grandin1-1/+1
2022-07-26simplify some use of SwPositionNoel Grandin1-1/+1
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-5/+5
2022-07-25sw content controls, plain text: add DOCX importMiklos Vajna1-1/+1
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-1/+1
2022-05-16std::stable_sort() where libc++ debug mode breaks a unittestLuboš Luňák1-1/+1
2022-05-12sw content controls: fixes for the ending dummy charMiklos Vajna1-0/+7
2022-05-12tdf#142840: doc export: use BookmarkToWord() for hyperlinksVasily Melenchuk1-2/+5
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-3/+3
2022-04-19tdf#148565 sw ms export: a new run can't be postponed-startedJustin Luth1-0/+2
2022-04-16use more string_view in swNoel Grandin1-6/+6
2022-04-12sw content controls: add initial DOCX exportMiklos Vajna1-0/+19
2022-03-21sw: prefix members of SwWW8WrGrf, WW8Export, WW8PLCF and WW8PLCF_HdFtMiklos Vajna1-34/+34
2022-03-16sw: prefix members of MSWordAttrIter, MSWordSections, MSWord_SdrAttrIter ...Miklos Vajna1-69/+69
2022-03-09use SfxItemSet::GetItemIfSet in sw/.../ww8Noel Grandin1-31/+20
2022-03-02remove writerhelper::DefaultItemGetNoel Grandin1-5/+5
2022-03-02remove writerhelper::ItemGetNoel Grandin1-5/+5
2022-03-02remove writerhelper::ItemGetNoel Grandin1-1/+1