summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-03tdf#153923: modify the unit test for the 7.0 branchdistro/vector/vector-7.0Mike Kaganski1-8/+8
2023-03-03tdf#153923: close 'dd' tag properlyMike Kaganski3-0/+50
2023-02-08tdf#153304: Add undo entries and set modified in SwXFrame::setProperty*Mike Kaganski4-18/+39
2023-01-27tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::StepMike Kaganski2-5/+7
2023-01-20sw HTML import: initial CSS support on tablesMiklos Vajna5-0/+81
2023-01-20sw XHTML export: use CSS instead of <center> for tablesMiklos Vajna3-2/+55
2023-01-13sw HTML export: fix invalid HTML when all cells of a row have the same rowspanMiklos Vajna2-8/+78
2023-01-06sw XHTML export: avoid sdnum and sdval attributes on table cellsMiklos Vajna2-1/+38
2022-12-21CVE-2022-26305 compare authors using ThumbprintCaolán McNamara1-4/+19
2022-12-20only use X509DataCaolán McNamara3-0/+12
2022-12-20xmlsecurity: replace OOXMLSecParser implementationMichael Stahl3-234/+1312
2022-12-20xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl22-214/+678
2022-12-20xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl4-90/+221
2022-12-20xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl8-80/+68
2022-12-20xmlsecurity: replace XSecParser implementationMichael Stahl8-358/+1404
2022-12-20do same set error state as ReadAndVerifySignature doesCaolán McNamara1-0/+1
2022-12-20default to CertificateValidity::INVALIDCaolán McNamara1-2/+2
2022-12-14sw, createTextRangeByPixelPosition(): fix crash with at-page anchored imagesMiklos Vajna2-0/+48
2022-12-12sw layout: invalidate margins of body content when moving a fly from pageMiklos Vajna3-0/+51
2022-11-29SVG import: add support for semi-transparent textMiklos Vajna4-3/+57
2022-11-22sw, createTextRangeByPixelPosition(): fix crash when the position is an imageMiklos Vajna3-1/+88
2022-11-14SVG export: fix handling of semi-transparent, multi-para shape textMiklos Vajna3-0/+34
2022-11-09tdf#151844 Make EMR_EXTSELECTCLIPRGN factor in WinOrg coordinatesParis Oplopoios4-4/+31
2022-11-09tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek1-0/+9
2022-11-09EMF tdf#142745 Improve performance of FILLRGN, PAINTRGN, EXTSELECTCLIPRGNBartosz Kosiorek1-13/+20
2022-11-09pass ImplReadRegion the remaining len of record available for consumptionCaolán McNamara1-45/+65
2022-11-09tdf#55058 EMF: Implement PAINTRGN recordBartosz Kosiorek1-1/+12
2022-11-09tdf#55058 tdf#141394 EMF FILLRGN record is not displayed correctlyBartosz Kosiorek3-21/+49
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl14-109/+137
2022-11-03Fix and unify the two methods that get scaled text sizeMike Kaganski5-74/+12
2022-11-03svx UNO API for shapes: expose what scaling factor is used for autofit scalingMiklos Vajna3-2/+37
2022-11-03editeng: rename pBuf to pCharPositionArrayTomaž Vajngerl1-5/+5
2022-11-03editeng: don't use GetSize to set the sizeTomaž Vajngerl2-32/+59
2022-11-03editeng: prefix the instance variable aDefFont-> maDefFontTomaž Vajngerl2-6/+6
2022-10-26sw html import: fix handling of CDATAMiklos Vajna6-0/+70
2022-10-18sw: fix crash on deleting a bookmark with active selection listenersMiklos Vajna2-3/+104
2022-10-12tdf#151470 svtools: prevent storing broken graphic of embedded objectsMiklos Vajna1-1/+34
2022-09-27sw HTML export: fix PNG export of Writer images containing metafilesMiklos Vajna4-46/+91
2022-09-20sw HTML import: fix height of images when it is missing and width is relativeMiklos Vajna3-10/+71
2022-09-20ofz#41081 divide by zeroCaolán McNamara1-2/+2
2022-09-20tdf#142781 - Calculate width/height keeping aspect ratioAndreas Heinisch3-0/+27
2022-09-07sw HTML import: fix height of OLE objs when it is missing and width is relativeMiklos Vajna5-2/+1066
2022-09-07sw XHTML import: fix lost empty paragraphsMiklos Vajna5-2/+135
2022-08-31sw reqif/xhtml export: fix invalid pixel formats of graphics exported as OLEMiklos Vajna3-0/+39
2022-08-24sw: fix missing cache invalidation when switching between imagesMiklos Vajna4-1/+202
2022-08-18sw XHTML import: fix unexpected link on imageMiklos Vajna3-0/+38
2022-08-03sw: make shift-doubleclick on graphics open the graphic dialogMiklos Vajna4-0/+295
2022-07-27sw reqif-xhtml export: fix duplicated bookmark names in fragmentsMiklos Vajna2-3/+10
2022-07-22sw XHTML export: fix writing of section directionMiklos Vajna5-2/+42
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák5-1/+48