summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-07-29fdo#80580: LO crashes while opening the document on ubuntu buildYogesh Bharate1-2/+3
2014-07-29fdo#81486:custom property with the same name as Document Property not importedCharu Tyagi1-1/+10
2014-07-29DOCX import: handle ooxml::CT_Spacing_lineRule after lineMiklos Vajna1-0/+10
2014-07-28writerfilter: nobody reads the classfordefine attributeMiklos Vajna2-9/+3
2014-07-28(related: fdo#81033) writerfilter: default tab fill character is spaceMichael Stahl1-2/+7
2014-07-28fdo#81033: writerfilter: RTF import: fix tab stop inheritance from styleMichael Stahl1-1/+4
2014-07-28writerfilter: unneeded whitespace tweakMiklos Vajna1-6/+2
2014-07-28writerfilter: add script to detect generated code changesMiklos Vajna1-0/+47
2014-07-28Copy first-header-footer test from ww8 to ooxmlLuke Deller2-41/+15
2014-07-27writerfilter: convert factoryimpl_ns to PythonMiklos Vajna4-1214/+719
2014-07-27indentation fixesMiklos Vajna6-22/+12
2014-07-26coverity#1228873 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-07-26fdo#80908 - avoid lots of alloc/free of common integer values.Jeffrey Stedfast5-32/+54
2014-07-26fdo#80908 - avoid lots of alloc/free of 2x boolean values.Jeff Stedfast4-11/+30
2014-07-22fdo#80486 writerfilter: RTF import: ignore \par inside \ftnsepMichael Stahl1-7/+3
2014-07-22fdo#77996: writerfilter: RTF import: re-work destination text bufferingMichael Stahl2-46/+104
2014-07-22writerfilter: pass uno::Reference by reference, more dmapper...Michael Stahl12-34/+47
2014-07-22writerfilter: pass uno::Reference by reference in DomainMapper_ImplMichael Stahl4-59/+68
2014-07-22writerfilter: more pass uno::Reference by reference in dmapperMichael Stahl6-10/+12
2014-07-22writerfilter: pass uno::Reference by reference in RTFSdrImportMichael Stahl2-9/+12
2014-07-22writerfilter: pass uno::Reference by reference in RTFValueMichael Stahl2-14/+19
2014-07-22writerfilter: more pass by reference on PropertyMapMichael Stahl2-10/+13
2014-07-22writerfilter: pass uno::Reference by referenceMichael Stahl9-10/+12
2014-07-21Rename FILED_BIBLIOGRAPHY to FIELD_BIBLIOGRAPHYJoren De Cuyper2-4/+4
2014-07-21fdo#80902: Document grid type is not rendered properlyPriyankaGaikwad2-1/+19
2014-07-21fdo#81381 Objects:Icon is not editable after LO ExportRavindra_Vidhate1-1/+7
2014-07-21fdo#81380: LO crashes while opening the documentdinesh_mp1-1/+2
2014-07-21fix floating table over section with several columns (part of bnc#875383)Luboš Luňák2-1/+4
2014-07-19indentation fixesMiklos Vajna3-33/+38
2014-07-19writerfilter: RTF import: ignore \listname destination differentlyMichael Stahl2-0/+11
2014-07-19fdo#78502: writerfilter: RTF import: handle \u keyword inside levelnumbersMichael Stahl1-3/+8
2014-07-19(related: fdo#78502) writerfilter: RTF import: fix invalid string copyMichael Stahl1-1/+1
2014-07-18DOCX import: handle <w:alias> for the date SDTMiklos Vajna1-0/+2
2014-07-18Use comphelper::SequenceAsHashMapMiklos Vajna1-11/+8
2014-07-18(related: fdo#79319): writerfilter: RTF imoprt: don't lose shapes in headerMichael Stahl1-0/+2
2014-07-18fdo#79319: writerfilter: RTF import: support horizontal ruleMichael Stahl1-0/+48
2014-07-18(related: fdo#79319) writerfilter: RTF import: fix crash on "fake" pictMichael Stahl3-53/+101
2014-07-18typoMichael Stahl1-5/+5
2014-07-18writerfilter: import RTF_NOCOLBALMiklos Vajna1-0/+3
2014-07-18fdo#80800 : DOCX: Preservation of Direct Formatting for non first Table CellsPallavi Jadhav4-26/+8
2014-07-17DOCX import: handle <w:noColumnBalance> compat settingMiklos Vajna4-5/+17
2014-07-17DOCX import: set DontBalanceTextColumns=true for the last section ...Miklos Vajna10-4/+32
2014-07-16writerfilter: identation fixesMiklos Vajna2-4/+2
2014-07-16Cleanup intrusive_ptr usage temporarily.Michael Meeks2-15/+8
2014-07-16fdo#80907 Implemented OOXMLFactory using boost::intrusive_ptr.Fahad Al-Saidi1-2/+20
2014-07-16DOCX import: handle SDT around citation fieldMiklos Vajna3-13/+17
2014-07-16fdo#80924: writerfilter: RTF import: fix shapeType PictureFrame importMichael Stahl3-12/+22
2014-07-15writerfilter: convert factory_ns to PythonMiklos Vajna4-164/+86
2014-07-15WaE: unused variable 'sMarker'Matúš Kukan1-1/+1
2014-07-15Related: bnc#875718 DOCX import: fix missing character grab-bag on fieldsMiklos Vajna2-1/+29