summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
19 hoursdrop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara2-6/+2
5 daysreplace createFromAscii with OUString literals in swNoel Grandin3-28/+27
5 daysreplace createFromAscii with OUString literals in SwWW8ImplReaderNoel Grandin1-13/+13
5 daysreplace createFromAscii with OUString literals in SwHTMLWriterNoel Grandin1-3/+3
5 daysreplace createFromAscii with OUString literals in SwFilterOptionsNoel Grandin2-10/+10
6 daysRelated: tdf#160833 teach DOC export about DoNotMirrorRtlDrawObjsMiklos Vajna1-0/+6
8 daystdf#160867: only output first element of the map in ReqIF caseMike Kaganski1-8/+23
9 daysSwModify::Add/Remove always derefs argCaolán McNamara1-2/+2
9 daystdf#160833 sw: add a DoNotMirrorRtlDrawObjs compat flagMiklos Vajna2-0/+11
12 daysMake sure that collecting redline autostyles succeedsMike Kaganski1-6/+0
13 daystdf#154581 tdf#157411 tdf#158549 sw: HTML import: fix SfxItemIter reuseMichael Stahl1-1/+2
2024-04-24tdf#160253: fix list identifier export decision codeMike Kaganski6-15/+18
2024-04-20loplugin:constantparam in swNoel Grandin2-5/+4
2024-04-14Use more o3tl::convertMike Kaganski1-3/+3
2024-04-13Simplify and use more o3tl::convertMike Kaganski1-59/+35
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 Kelemen13-26/+0
2024-04-09tdf#88214 sw: text formatting: adapt empty line at end of para to WordMichael Stahl2-0/+11
2024-04-04tdf#160301 import DOCVARIABLE fields as user fieldsOliver Specht2-23/+50
2024-03-27tdf#160390: make sure to forward the iteratorMike Kaganski1-21/+19
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-13reduce symbol visibility in swNoel Grandin1-3/+3
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski15-75/+75
2024-03-08use more string_viewNoel Grandin6-12/+12
2024-03-06tdf#160049 doc import: use margins with left/right HoriOrientRelationJustin Luth1-0/+6
2024-03-05make more symbols private in writerNoel Grandin1-2/+2
2024-03-04tdf160017: make sure to emit the closing tags in correct orderMike Kaganski2-227/+188
2024-02-28Related: tdf#150408 RTF filter: handle legal numberingMiklos Vajna1-1/+6
2024-02-27cid#1592377 Uncaught exceptionCaolán McNamara2-1/+8
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)4-6/+6
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski4-5/+8
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski13-40/+37