summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2021-06-08tdf#104995: Fix opposite cropping issue on flipped images in WriterBayram Çiçek1-4/+25
2021-06-08tdf#142404 DOCX c15: add compat flag TabOverSpacingJustin Luth5-8/+41
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski5-329/+104
2021-06-08tdf#142128 sw: set author-color strikethrough for AS_CHAR imagesLászló Németh5-6/+16
2021-06-08tdf#142128 sw: set author-color strikethrough for deleted imagesLászló Németh4-7/+14
2021-06-04sw HTML export: allow custom DPI for the bitmaps of shapesMiklos Vajna1-4/+4
2021-06-04Extended MoveShapeHandle command for Anchors as wellmerttumer1-2/+4
2021-06-03tdf#79069 DOCX: support tracked table (row) deletionLászló Németh1-1/+15
2021-06-02fix messageNoel Grandin1-1/+1
2021-06-02quieten down this warningNoel Grandin1-1/+1
2021-06-02SAL_WARN -> SAL_INFONoel Grandin1-1/+1
2021-06-01tdf#60382 sw: fix tracked row deletion at rejectionLászló Németh1-0/+21
2021-05-31no need to allocate this separatelyNoel Grandin7-53/+28
2021-05-31no need to allocate this separatelyNoel Grandin1-4/+4
2021-05-30std::unique_ptr -> std::optionalNoel Grandin4-14/+13
2021-05-30std::unique_ptr->std::optionalNoel Grandin1-10/+10
2021-05-29std::unique_ptr->std::optionalNoel Grandin3-15/+15
2021-05-29no need to allocate this hint on the heapNoel Grandin1-5/+4
2021-05-29no need to allocate these on the heapNoel Grandin3-8/+10
2021-05-29no need to allocate these on the heapNoel Grandin6-68/+65
2021-05-29no need to store SwSortKey separately on the heapNoel Grandin3-34/+31
2021-05-29no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-28fix buildJustin Luth1-1/+1
2021-05-28tdf#142404 sw compat layout: ignore blank size only on one-linersJustin Luth1-2/+2
2021-05-28Replace magic numbers in SwContentFrame::UpdateAttr_()Miklos Vajna1-9/+16
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh3-5/+5
2021-05-27Fix typosAndrea Gelmini1-2/+2
2021-05-27no need to allocate Sw2LinesPos separately on heapNoel Grandin3-24/+24
2021-05-27Introduce SwContentFrameInvFlags to replace magic numbers in ...Miklos Vajna2-23/+40
2021-05-26fix leak in BuildMultiPortionNoel Grandin1-3/+4
2021-05-26fix leak of SwCompareLine in CompareDataNoel Grandin1-49/+48
2021-05-26CoreToPixel should take a SwRect argumentNoel Grandin4-16/+16
2021-05-26make SwRect(Rectangle) constructor explicitNoel Grandin14-36/+35
2021-05-25tdf#138141 sw: fix textbox z-orderAttila Bakos (NISZ)2-6/+146
2021-05-24fix leak of wronglist in SwTextNodeNoel Grandin12-112/+105
2021-05-23tdf#142448 sw offapi: add custom color metadata field shadingLászló Németh7-20/+97
2021-05-23fix leak in SwUndoFormatCreateNoel Grandin2-3/+4
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna85-279/+279
2021-05-21sw: layout: fix footnote UAF on tdf132248-3.odt (also, tdf134127-1.odt)Michael Stahl1-1/+9
2021-05-21Removed executable bits on source fileAndrea Gelmini1-0/+0
2021-05-21sw: eliminate recently added static_cast<SwTwips>() callsMiklos Vajna11-26/+26
2021-05-21Replace magic numbers in SwTabFrame::UpdateAttr_()Miklos Vajna1-7/+7
2021-05-21tdf#104254 sw DOCX import: fix text wrapping in headersDaniel Arato (NISZ)1-3/+5
2021-05-20sw: allow the height of a line to be larger than 65536 twipsMiklos Vajna20-89/+89
2021-05-20Introduce SwTabFrameInvFlags to replace magic numbers in ...Miklos Vajna2-20/+36
2021-05-20tdf#60382 sw offapi: add change tracking of table/row deletionLászló Németh6-0/+108
2021-05-19fix leak when removing PageDescNoel Grandin1-0/+1
2021-05-19sw: fix not needed invalidation of custom field on each keypressMiklos Vajna1-3/+11
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara6-55/+59
2021-05-18loplugin:unusedfieldsNoel Grandin1-1/+1