summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2017-05-31tdf#108072: match sprmTFCantSplit with its correct idAron Budea3-8/+8
2017-05-22ofz: check for null paraCaolán McNamara1-3/+7
2017-05-16Resolves: tdf#107786 crash on null pointer accessCaolán McNamara1-1/+1
2017-05-09tdf#107620 RTF export: handle DocumentSettingId::PARA_SPACE_MAX compat settingMiklos Vajna1-0/+5
2017-05-08ofz check against expected struct sizeCaolán McNamara1-4/+8
2017-04-24ofz#1220 sanitize nTyp to legal valuesCaolán McNamara1-1/+1
2017-04-13ofz: header has to be at least 1 pair longCaolán McNamara1-1/+9
2017-04-12ofz: treat short properties as run endCaolán McNamara1-60/+68
2017-04-07tdf#106974 docx export: Crop is "long", not sal_Int16Justin Luth1-4/+4
2017-04-06ofz: treat short properties as run endCaolán McNamara1-1/+1
2017-04-05ofz: check olst sprm for valid ANLD payload lenCaolán McNamara1-0/+8
2017-04-04ofz: guard against bogus sprm lenCaolán McNamara1-0/+5
2017-04-04ofz: check anldPap sprm for valid ANLD payload lenCaolán McNamara1-0/+7
2017-04-04ofz: check anlv text boundsCaolán McNamara3-7/+26
2017-03-18tdf#106001: Clamp CharScaleWidth outliers when exporting to DOCXAron Budea1-1/+4
2017-03-07tdf#101178 sw: DOCX export: fix crashMichael Stahl1-5/+2
2017-03-07doc/docx: make unit test for tdf#99120 round-tripableJustin Luth1-0/+1
2017-03-03Resolves: tdf#106261 throw away old node map for tableCaolán McNamara1-0/+8
2017-02-23sw: fix import of table in ooo44732-2.docMichael Stahl1-2/+3
2017-02-22i#92948 sw: WW8 import: fix table in Apo in headerMichael Stahl1-0/+1
2017-02-16Resolves: tdf#101000 ensure unique image names in .docscp-5.3-branch-pointCaolán McNamara1-7/+20
2017-02-06tdf#104082 RTF filter: handle user-defined document properties of type numberMiklos Vajna2-7/+20
2017-02-02bffvalidator: animated text srpm has 1 byte payload, not 2Caolán McNamara1-1/+1
2017-01-25tdf#96277 revert ww8 import: fix upper margin of floating tableJustin Luth4-34/+9
2017-01-25tdf#104334 DOC import: don't map STYLREF with switches to SwChapterFieldMiklos Vajna1-0/+8
2017-01-19tdf#92470 docxexport: add support for XML_numRestartJustin Luth1-0/+14
2017-01-02tdf#81263 ww8par6: only use valid sal_uInt16 values for ULSpaceJustin Luth1-2/+3
2016-12-22tdf#75856 SwTwips: replace with unambiguous sal_Int32Justin Luth1-1/+1
2016-12-21tdf#104805 DOC import: fix non-0-starting LVL.xst with none-type prev levelMiklos Vajna1-3/+11
2016-12-19sw: WW8 import: try to prevent overlapping field-marks and redlinesMichael Stahl2-0/+59
2016-12-03tdf#104333 revert ww8import: set table keep/split if emulatedJustin Luth1-54/+0
2016-11-22tdf#103982 DOCX export: make sure SdrObject margin is non-negativeMiklos Vajna1-4/+9
2016-11-21convert inventorId to scoped enumNoel Grandin8-20/+15
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl1-0/+1
2016-11-21sw: prefix members of WW8PLCFManMiklos Vajna2-194/+194
2016-11-18coverity#1394416 ensure there's enough data to readCaolán McNamara1-1/+1
2016-11-18Resolves: tdf#91916 different word 6/7 vers have ambiguous sprmsCaolán McNamara7-66/+174
2016-11-18includes should be at the top of the fileNoel Grandin2-4/+3
2016-11-18tdf#103944: Fix symbol font remappingKhaled Hosny1-5/+0
2016-11-16sw: remove redundant initializer for members in rtfexportMiklos Vajna1-9/+4
2016-11-15loplugin:constantparamNoel Grandin7-50/+35
2016-11-14loplugin:unusedmethodsNoel Grandin1-11/+0
2016-11-09sw: clean up redundant get() calls on smart pointers in rtfattributeoutputMiklos Vajna3-17/+8
2016-11-07loplugin:unnecessaryvirtual in svx..swNoel Grandin1-4/+4
2016-11-07sw: prefix members of WW8ScannerBaseMiklos Vajna2-178/+178
2016-11-07tdf#41542 MSWordExport: accommodate image's borderless paddingJustin Luth4-25/+59
2016-11-05make a useful function - SvxBoxItem::CalcLineWidthJustin Luth2-31/+5
2016-11-05tdf#41542 MSWordExport: accommodate page's borderless paddingJustin Luth3-6/+6
2016-11-02sw: prefix members of WW8TabDescMiklos Vajna1-399/+399
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1