summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-15fdo#76803: Kill resourcemodel::Fraction, and use Fraction from tools instead.Jan Holesovsky6-227/+12
2014-07-14writerfilter: add unit test for Fraction initializationMichael Stahl1-1/+16
2014-07-14Clean up SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna1-30/+24
2014-07-14DOCX import: fix FooterBodyDistance for first pagesMiklos Vajna1-0/+1
2014-07-14unused WRITERFILTER_*_DLLIMPLEMENTATION definesMatúš Kukan1-5/+0
2014-07-12writerfilter: convert factoryimpl to PythonMiklos Vajna4-297/+207
2014-07-11Use comphelper::SequenceAsVectorMiklos Vajna2-8/+4
2014-07-11new loplugin: externalandnotdefinedNoel Grandin7-31/+40
2014-07-11writerfilter: remove unlocalized help textJacobo Aragunde Pérez1-1/+0
2014-07-11fdo#76279 Invalid Citation on RoundTripSourav1-3/+3
2014-07-10DOCX import: handle character format of dateTime SDTMiklos Vajna3-4/+9
2014-07-10DOCX import: handle <w:alias> in <w:sdtPr>Miklos Vajna1-1/+11
2014-07-10DOCX import: handle exact end of w:sdt tagsMiklos Vajna5-0/+28
2014-07-09unit test for convertTwipToMM100 functions (cp#1000087)Matúš Kukan3-8/+29