summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-27address nit: create separate WriteDocumentBackgroundFill functionJustin Luth1-47/+53
2024-02-23tdf#126533 DOCX: export page vml fill gradientJustin Luth1-0/+21
2024-02-21tdf#126533 docx export: page background vml fill: tiles/patternsJustin Luth1-1/+7
2024-02-21tdf#126533 docx export: page background vml fill: basic imageJustin Luth1-4/+18
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-11/+11
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann1-1/+1
2023-10-16sw floattable, wrap on all pages: add DOCX filterMiklos Vajna1-0/+12
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2023-08-27Change theme location to SdrModel and SdrPage (master page only)Tomaž Vajngerl1-2/+4
2023-06-08sw: use ThemeExport instead of grab bagTomaž Vajngerl1-26/+11
2023-05-25sw floattable: handle <w:doNotBreakWrappedTables> in the DOCX filterMiklos Vajna1-3/+10
2023-04-24oox: combine graphic cache into GraphicExportCache classTomaž Vajngerl1-2/+5
2023-04-12sw: remove debug leftoverXisco Fauli1-5/+0
2023-04-10Use more *string_viewMike Kaganski1-5/+5
2023-02-20tdf#137883 sw: DOCX export: compatibilityMode=12 for ECMA 376 1st ed.Michael Stahl1-2/+4
2023-01-18tdf#119229 docx: Preserve w15:paraIdParent attribute in commentsExtendedParis Oplopoios1-2/+2
2022-12-20tdf#125338 Do not export macros when saving as .docxofftkp1-1/+2
2022-11-30tdf#152289: implement external glossary relations roundtripMike Kaganski1-9/+33
2022-11-29tdf#152152 DOCX export: fix lost WDP images in artistic effectsTünde Tóth1-1/+0
2022-10-12crashtesting: exception during dtorCaolán McNamara1-0/+20
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-09-19sw content controls, plain text: enable DOCX filter with data bindingMiklos Vajna1-1/+1
2022-08-24Use more SwPosition::AssignNoel Grandin1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-4/+4
2022-07-23related tdf#145998 docx export: fix writing blank headers/footersJustin Luth1-15/+14
2022-07-12tdf#114734 docx export: save comment paragraph propertiesJustin Luth1-1/+8
2022-06-07tdf#149421 DOCX: import/export hyphenation zoneLászló Németh1-0/+4
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-1/+1
2022-04-26DOCX export: image deduplication and clean upTünde Tóth1-0/+2
2022-03-09use SfxItemSet::GetItemIfSet in sw/.../ww8Noel Grandin1-3/+3
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+9
2022-01-18tdf#146515 export "Use printer metrics for document formatting" to docxCaolán McNamara1-0/+3
2021-12-20Fix typosAndrea Gelmini1-1/+1
2021-12-20tdf#104823: support for sdt plain text fieldsVasily Melenchuk1-4/+123
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin1-1/+1
2021-12-03tdf#145720 DOCX export: fix loss of tracked movingLászló Németh1-2/+3
2021-12-01loplugin:stringliteraldefine in editengNoel Grandin1-3/+2
2021-11-29tdf#137466: docx: support w:placeholder & w15:color in w:sdtPrVasily Melenchuk1-1/+2
2021-10-26tdf#144374 DOCX: export the password for editingTünde Tóth1-2/+59
2021-10-16Simplify vector initialization in swJulien Nabet1-5/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-8/+8
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-2/+2
2021-08-16tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARNEmircan Agac1-3/+1
2021-07-27tdf#143475 consider Word 2007 rotated image specialityRegina Henschel1-0/+52
2021-07-03tdf#142902 DOCX export: remove personal info of comments and changesLászló Németh1-1/+2
2021-05-04tdf#69635 DOCX: export hidden (shared) headers/footersDaniel Arato (NISZ)1-4/+5
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-5/+5
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-18/+18
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski1-3/+27