summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2016-04-07tdf#99100 DOC import: handle subset of STYLEREF nativelyMiklos Vajna3-3/+44
2016-03-01tdf#97960 - .doc: preserve font size in empty cellsJustin Luth1-1/+1
2016-02-25tdf#96175 RTF filter: export \companyMiklos Vajna1-0/+15
2016-02-04tdf#61511 RTF export: handle page background solid color fillMiklos Vajna5-19/+42
2015-12-17sw: DOCX export: convert ODF embedded objects to OOXMLMichael Stahl2-13/+122
2015-12-17sw: fix DOCX export of embedded OOXML objectsMichael Stahl1-14/+24
2015-12-17sw: move ProgId parsing to DocxExport::WriteOLEObjectMichael Stahl3-89/+105
2015-12-17sw: DOCX export: eliminate chart numbering non-determinismMichael Stahl2-3/+5
2015-12-16tdf#92754: Excel Chart content type is not exported properly.yogesh.bharate0011-0/+6
2015-11-13Resolves: tdf#95321 tables in headers/footers with wrong contentCaolán McNamara1-1/+1
2015-10-20fix SwIndex assert on fdo66692-2.docCaolán McNamara1-0/+15
2015-10-14fix tdf#94818 while retaining the tdf#90504 fixCaolán McNamara1-5/+18
2015-09-23tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna7-34/+55
2015-09-21don't hang on busted subdocument offsetsCaolán McNamara1-4/+8
2015-09-15tdf#93449 Internal hyperlinks are not exported corectly in HTMLVasily Melenchuk1-1/+2
2015-09-11tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna2-0/+20
2015-09-04WaE: loplugin:staticmethods in the non-Java caseTor Lillqvist1-0/+6
2015-09-04Related: tdf#93676 special 255 Percent Flag should not be exported to docxCaolán McNamara2-8/+12
2015-09-03doc para property ranges cannot be 0 lengthCaolán McNamara1-0/+13
2015-09-02detect if new offsets are the same as the previous ones and avoid loopCaolán McNamara1-0/+9
2015-09-02check for over long record len and check readsCaolán McNamara1-18/+26
2015-09-01check for ridiculous lengths and check stream statusCaolán McNamara1-9/+13
2015-08-29sw: Flat ODF import: set the InReading and InXMLImport flagsMichael Stahl1-0/+12
2015-08-26behave like the native format filter for non-insert modeCaolán McNamara1-0/+4
2015-08-26we only need the PaM for its Point and only to create a uno cursorCaolán McNamara3-23/+25
2015-08-26ensure editeng str len is in sync with attributesCaolán McNamara2-11/+59
2015-08-26there may be no storage available in older formatsCaolán McNamara1-2/+7
2015-08-25Handle non-aligned FFNsStephan Bergmann1-24/+123
2015-08-25consider validity of m_nDrawCpOCaolán McNamara3-3/+5
2015-08-25Handle GetBaseCp overflowStephan Bergmann3-29/+52
2015-08-25Handle zero nPLCFStephan Bergmann1-1/+2
2015-08-25loop over successfully read bookmarksCaolán McNamara1-3/+2
2015-08-25limit seeks to valid areaCaolán McNamara1-5/+4
2015-08-25guard against hangs with bogus unsorted plcfsCaolán McNamara2-0/+18
2015-08-24dismiss bad seek offsets earlyCaolán McNamara1-1/+2
2015-08-24fix crash with empty booknamesCaolán McNamara1-3/+4
2015-08-23check for bad locationsCaolán McNamara1-8/+18
2015-08-23check that src index is in doc rangeCaolán McNamara1-3/+10
2015-08-21avoid hang in certain ww6 docsCaolán McNamara1-1/+1
2015-08-21don't crash due to earlier short readsCaolán McNamara1-0/+3
2015-08-21fix another ww6 crashCaolán McNamara1-0/+1
2015-08-21if read string was truncated, then truncate attributes range to matchCaolán McNamara2-8/+9
2015-08-21add ww6 test dir and fix a crashCaolán McNamara1-13/+16
2015-08-21clip text to skip to max text availableCaolán McNamara1-1/+2
2015-08-20sanitize lcbCmds lengthCaolán McNamara3-12/+11
2015-08-17clip Sttbf to available dataCaolán McNamara1-0/+2
2015-08-17convert pPieceGrpprls to vector and merge calc and load loops togetherCaolán McNamara2-48/+16
2015-08-17skip importing properties if the desired start pos is invalidCaolán McNamara2-12/+15
2015-08-13convert pStatus to vector and use at to check offsetsCaolán McNamara2-11/+11
2015-08-13tdf#92885 - Incorrect cell border drawing in DOC file after saving in 5.0Noel Grandin2-8/+16