summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-10-17tdf#77014 fix input field breaking of words at new lineTomaž Vajngerl1-50/+1
2015-10-17tdf#94804 sw: allow duplicate heading cross reference bookmarksMichael Stahl6-5/+164
2015-10-17tdf#94804: prefix to save cross reference bookmark fixedOliver Specht1-1/+1
2015-10-17tdf#94679 Writer: fix lost selection with Shift-PageDownJustin Luth1-3/+7
2015-10-07tdf#92454 DOCX import: allow overriding para prop from num style in para styleMiklos Vajna2-0/+10
2015-10-02tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna9-34/+62
2015-10-02bnc#939996 tdf#93919 DOCX import: fix left-from-style and first-from-directMiklos Vajna2-0/+6
2015-10-02Fix tdf#87500 - Freeze with English/Japanese mixture undo.Mark Hung1-18/+25
2015-10-02don't hang on busted subdocument offsetsCaolán McNamara2-4/+8
2015-09-17tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna2-0/+7
2015-09-17tdf#79018: Prevent line break as footnote labelOliver Specht1-2/+9
2015-09-17tdf#93449 Internal hyperlinks are not exported corectly in HTMLVasily Melenchuk3-2/+4
2015-09-17tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna4-0/+32
2015-09-17Revert "Fix single node CopyRange"Michael Stahl6-37/+139
2015-09-17stray debugging linesCaolán McNamara1-2/+0
2015-09-04Related: tdf#93676 special 255 Percent Flag should not be exported to docxCaolán McNamara3-8/+12
2015-09-04doc para property ranges cannot be 0 lengthCaolán McNamara2-0/+13
2015-09-04tdf#87922 SwDrawTextInfo::ApplyAutoColor: handle fill attributesMiklos Vajna1-0/+10
2015-09-04tdf#87924 DOCX import: rot=90 and vert=vert270 means no text rotationMiklos Vajna2-0/+8
2015-09-04tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian5-12/+35
2015-09-04detect if new offsets are the same as the previous ones and avoid loopCaolán McNamara1-0/+9
2015-09-04check for over long record len and check readsCaolán McNamara2-18/+26
2015-09-04check for ridiculous lengths and check stream statusCaolán McNamara2-9/+13
2015-09-04tdf#88986 sw: add missing XPropertyList pool items on TextFrame insertionMiklos Vajna4-5/+18
2015-08-31ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl2-0/+22
2015-08-31related: tdf#92379: sw: backward compatible ODF export of overridingMichael Stahl2-1/+22
2015-08-31tdf#92379: sw: ODF import: fix fo:background-color="transparent"Michael Stahl3-2/+73
2015-08-31tdf#92379: svx: don't overwrite fo:background-color on ODF importMichael Stahl4-2/+76
2015-08-31sw: Flat ODF import: set the InReading and InXMLImport flagsMichael Stahl1-0/+12
2015-08-31there may be no storage available in older formatsCaolán McNamara2-2/+7
2015-08-31behave like the native format filter for non-insert modeCaolán McNamara1-0/+3
2015-08-31we only need the PaM for its Point and only to create a uno cursorCaolán McNamara3-24/+26
2015-08-31ensure editeng str len is in sync with attributesCaolán McNamara3-11/+59
2015-08-31tdf#91969: Parts of paragraph border is missingZolnai Tamás1-2/+2
2015-08-31Handle non-aligned FFNsStephan Bergmann1-24/+123
2015-08-31Handle GetBaseCp overflowStephan Bergmann3-29/+52
2015-08-31Handle zero nPLCFStephan Bergmann1-1/+2
2015-08-31loop over successfully read bookmarksCaolán McNamara2-3/+2
2015-08-31limit seeks to valid areaCaolán McNamara2-5/+4
2015-08-31guard against hangs with bogus unsorted plcfsCaolán McNamara3-1/+19
2015-08-31dismiss bad seek offsets earlyCaolán McNamara1-1/+2
2015-08-31fix crash with empty booknamesCaolán McNamara1-3/+4
2015-08-31check for bad locationsCaolán McNamara2-8/+18
2015-08-31check that src index is in doc rangeCaolán McNamara2-3/+10
2015-08-31avoid hang in certain ww6 docsCaolán McNamara2-1/+1
2015-08-31don't crash due to earlier short readsCaolán McNamara2-0/+3
2015-08-31fix another ww6 crashCaolán McNamara2-0/+1
2015-08-31clip text to skip to max text availableCaolán McNamara2-2/+3
2015-08-31if read string was truncated, then truncate attributes range to matchCaolán McNamara3-8/+9
2015-08-31add ww6 test dir and fix a crashCaolán McNamara6-13/+20