summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2024-04-24tdf#160253: fix list identifier export decision codeMike Kaganski5-14/+17
2024-04-20loplugin:constantparam in swNoel Grandin2-5/+4
2024-04-12crashtesting: assert on exporting fdo48097-1.doc to docxCaolán McNamara1-1/+3
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen3-4/+0
2024-04-09tdf#88214 sw: text formatting: adapt empty line at end of para to WordMichael Stahl1-0/+1
2024-04-04tdf#160301 import DOCVARIABLE fields as user fieldsOliver Specht2-23/+50
2024-03-26try to use more reliable mechanism in AddLinkTargetNoel Grandin1-4/+11
2024-03-26tdf#158237 Use contains instead of find-endRMZeroFour1-1/+1
2024-03-15tdf#160192: avoid crash when trying to overwrite doc/lockfile in RO dirJustin Luth1-0/+3
2024-03-14sw: fix fieldmark crash in MSWordExportBase::OutputTextNode()Miklos Vajna1-19/+22
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski10-61/+61
2024-03-06tdf#160049 doc import: use margins with left/right HoriOrientRelationJustin Luth1-0/+6
2024-02-28Related: tdf#150408 RTF filter: handle legal numberingMiklos Vajna1-1/+6
2024-02-27cid#1592377 Uncaught exceptionCaolán McNamara1-1/+6
2024-02-27Related: tdf#150408 DOC filter: handle legal numberingMiklos Vajna2-1/+19
2024-02-27address nit: use boolean flag instead of minor copy/pasteJustin Luth1-8/+9
2024-02-27address nit: use oox::drawingml::PER_DEGREE instead of 60,000Justin Luth1-2/+3
2024-02-27address nit: create separate WriteDocumentBackgroundFill functionJustin Luth2-47/+56
2024-02-26related tdf#126533 doc export: don't lose "tiled" aspect of image fill.Justin Luth1-2/+3
2024-02-23related tdf#126533 tdf#159824 VML: don't export: negative anglesJustin Luth2-33/+27
2024-02-23related tdf#159824 RTF import/export gradient angleJustin Luth1-0/+9
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht2-4/+19
2024-02-23tdf#159824 MCGR rtf export: don't lose gradient's axial-nessJustin Luth1-0/+6
2024-02-23related tdf#126533 vml export: fix axial colorsJustin Luth1-7/+25
2024-02-23related tdf#126533 DOCX: vml export gradientRadial instead of gradientJustin Luth1-7/+11
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 Luth3-6/+21
2024-02-20docx import: correct redline content-controlsAshod Nakashian2-5/+31
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)3-5/+5
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski7-8/+8
2024-02-16docxattributeoutput.cxx: unnecessary check for GetGraphicJustin Luth1-2/+0
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl2-4/+8
2024-01-28Related: tdf#159382 Naming is hard: make initial monster shorterMike Kaganski1-1/+1
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)7-19/+19
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski7-26/+26
2024-01-27tdf#159382: introduce a Word compat flag for hanging footnote number spacingMike Kaganski1-0/+1
2024-01-20ofz: Abrt from missing form componentCaolán McNamara1-3/+3
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-3/+3
2024-01-15sw: search for alternative weights when embeding on docxJaume Pujantell2-12/+19
2024-01-13tdf#139915 DOCX export: fix anchored obj position with TEXT_LINEJustin Luth1-0/+5
2024-01-13simplify docxsdrexport: Get*Orient/GetSurround onceJustin Luth1-19/+19
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)3-11/+25
2024-01-11tdf#159110: store URLs to DOCX correctlyMike Kaganski1-2/+2
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara4-9/+9
2024-01-07Drop SvtFilterOptions and use officecfg insteadMike Kaganski5-27/+20
2023-12-30move IsFuzzing to comphelperCaolán McNamara2-4/+4
2023-12-28cid#1545240 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-28Use emplace_back instead of push_back (sw)Julien Nabet1-1/+1