summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2014-06-27writerfilter: RTF import: fix handling of associated char propertiesMichael Stahl1-14/+27
2014-06-24fdo#76260 - Switch from vector to std::stack.Michael Meeks2-4/+4
2014-06-17writerfilter: try to make tinderbox happy againMichael Stahl1-1/+1
2014-06-17n#825305: writerfilter RTF import: override style properties like WordMichael Stahl5-16/+93
2014-06-17fdo#70578: writerfilter RTF import: by default style is para style 0Michael Stahl1-0/+24
2014-06-16DOCX import: fix additional empty paragraphs around footnote textMiklos Vajna3-1/+8
2014-06-13fdo#76633: writerfilter: RTF import: do not leak the XShape of imageMichael Stahl3-9/+27
2014-06-13fdo#76633: writerfilter RTF import: disappear the rectangle shapes on imagesMichael Stahl3-6/+15
2014-06-12related: fdo#77979: writerfilter RTF import: read encoded font nameMichael Stahl1-4/+5
2014-06-03writerfilter: fix log areaMichael Stahl1-1/+1
2014-06-03(related: bnc#823675) RTF import: get rid of hacks for \f in LISTLEVELMichael Stahl1-6/+3
2014-06-03RTF import: fix handling of \loch \hich \dbch \ltrch \rtlchMichael Stahl2-5/+20
2014-06-03fdo#79384: replace the work-around with a different oneMichael Stahl1-7/+7
2014-06-03fdo#79384: RTF import: fix literal Shift-JIS textMichael Stahl2-5/+31
2014-06-03oox, writerfilter: Support for artistic effects on picturesJacobo Aragunde Pérez3-1/+415
2014-06-02fdo#79384 RTF import: allow { without } in style namesMiklos Vajna1-1/+6
2014-05-30fdo#78883: Writer getting Hang while opening documentTushar Bende4-3/+30
2014-05-29handle direct formatting for numbering in .docx (bnc#875717)Luboš Luňák3-0/+5
2014-05-27fdo#78348 DOCX import: end progressbar after parsing is doneMiklos Vajna1-0/+3
2014-05-26fdo#78900 RTF import: allow \dpxsize inside \dptxbxtextMiklos Vajna1-0/+11
2014-05-24discard more header/footer stuff when discarding headers/footers (bnc#875718)Luboš Luňák1-4/+10
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-4/+4
2014-05-19writerfilter: remove using namespace from headersThomas Arnhold9-73/+76
2014-05-19DOCX import: tokenize v:background (VML description of page background)Miklos Vajna2-2/+24
2014-05-18writerfilter: drop last 'using' statement from headersMiklos Vajna11-136/+122
2014-05-18writerfilter: drop remaining non-css global 'using' from headersMiklos Vajna7-76/+64
2014-05-18writerfilter: drop remaining 'using' statements from headers in dmapperMiklos Vajna3-13/+9
2014-05-18writerfilter: drop global 'using css' from WrapPolygonHandler.hxxMiklos Vajna3-8/+6
2014-05-18writerfilter: drop global 'using' from XPathLoggerMiklos Vajna2-12/+9
2014-05-18writerfilter: drop global 'using css' from WW8ResourceModel.hxxMiklos Vajna38-206/+213
2014-05-18writerfilter: clean up two 'using' statement from header filesMiklos Vajna2-8/+5
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-3/+3
2014-05-16DOCX import: make sure inline shapes are not in the backgroundMiklos Vajna1-0/+4
2014-05-16ooxml: Preserve effects on picturesJacobo Aragunde Pérez1-1/+12
2014-05-15DOCX import: fix chart size when it's inside a TextFrameMiklos Vajna1-0/+4
2014-05-14DomainMapper_Impl::AddDummyParaForTableInSection: shapes can't have sectionsMiklos Vajna1-0/+3
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin7-15/+15
2014-05-14writerfilter: DomainMapper_Impl::SetSymbolData() should take an intMiklos Vajna2-2/+2
2014-05-14fdo#78384: Fix for corruption if file contains symbols.Rohit Deshmukh3-1/+25
2014-05-13fdo#78657 writerfilter: tokenize a:hlinkClickMiklos Vajna2-7/+27
2014-05-13writerfilter: unused mnRefCountThomas Arnhold2-3/+0
2014-05-12writerfilter: write out table::BorderLineStyle::NONEMiklos Vajna1-2/+1
2014-05-12writerfilter: unused 'using' in dmapperMiklos Vajna2-3/+0
2014-05-12writerfilter: unused 'using' in rtftokMiklos Vajna1-2/+0
2014-05-08Fix 'outset' and 'inset' table border type import in DOCX and RTFAdam Co2-4/+4
2014-05-06DomainMapperTableManager::endOfRowAction(): valgrind warningsMichael Stahl1-2/+2
2014-05-06ooxml: fix cell theme color and shade preservationJacobo Aragunde Pérez2-1/+14
2014-05-06writerfilter: try to fix 32-bit buildsMichael Stahl1-6/+6
2014-05-06fdo#77887 : Floating Table positions are not preserved when doing ExportRavindra Vidhate4-11/+105
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin2-2/+2