summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2017-03-01tdf#77111 odt import: treat PAGEDESC_PAGENUMOFFSET==0 as autoJustin Luth1-1/+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 Stahl3-0/+60
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 Grandin11-23/+18
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 Grandin9-73/+44
2016-11-14loplugin:unusedmethodsNoel Grandin1-11/+0
2016-11-14sw: prefix members of CellSaveStructMiklos Vajna1-107/+107
2016-11-09sw: clean up redundant get() calls on smart pointers in rtfattributeoutputMiklos Vajna4-18/+9
2016-11-07loplugin:unnecessaryvirtual in svx..swNoel Grandin2-6/+6
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-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
2016-11-01Omit the default comparatorTakeshi Abe1-1/+1
2016-10-31loplugin:oncevar in swNoel Grandin2-11/+3
2016-10-31SvxBrushItem::GetGraphicLink no longer returns a pointerStephan Bergmann1-1/+1
2016-10-31MS formats allow padding without borders, regardless of display.Justin Luth1-14/+1
2016-10-31fix logic error - still set zero padding if no border setJustin Luth1-0/+8
2016-10-29tdf#103753: DOCX: Handle relative positions to left or right marginTamás Zolnai1-2/+4
2016-10-29tdf#41542 rename variable to match LO5.4 terminologyJustin Luth2-4/+4
2016-10-28tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai1-4/+1
2016-10-27loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2016-10-27I'm testing inserting a rtf, but really want to test simple loadingCaolán McNamara1-11/+17
2016-10-27loplugin:expandablemethods in swNoel Grandin11-67/+15
2016-10-25tdf#101814 sw: MSWord export: don't override first-page with heuristicsMichael Stahl1-7/+8
2016-10-24tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth1-0/+7
2016-10-24sw: prefix members of SvxCSS1PropertyInfoMiklos Vajna11-338/+338
2016-10-22implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara1-11/+80
2016-10-22rework things in light of now available documentationCaolán McNamara1-12/+15
2016-10-21coverity#1371301 Missing move assignment operatorCaolán McNamara2-2/+2
2016-10-20loplugin:expandablemethodds in sw(part3)Noel Grandin17-60/+16