summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-07-03fix for wrong case value in dmapperAdam Co1-2/+2
2013-07-01RTF import: support shapes inside tablesMiklos Vajna2-8/+21
2013-07-01RTFValue: support storing RTFShapeMiklos Vajna2-3/+36
2013-07-01SmOoxmlImport: update doc on how to extract handled token listMiklos Vajna2-1/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-3/+3
2013-06-29remove some createFromAscii usageThomas Arnhold1-3/+3
2013-06-28RTFDesitnationState -> RTFDestinationStateMiklos Vajna2-6/+6
2013-06-28DOCX import fix for table with auto sizeAdam Co2-2/+43
2013-06-27n#820800: docx import of wrap polyon was based on dest size of pictureCédric Bosdonnat3-7/+6
2013-06-26bnc#823675 RTF import: fix import of numbering bullet associated fontMiklos Vajna2-4/+14
2013-06-26Kill RTFDocumentImpl::getState()Miklos Vajna5-9/+33
2013-06-25fdo#66040 RTF import: initial groupshape supportMiklos Vajna3-6/+57
2013-06-25remove unused variableLuboš Luňák1-1/+0
2013-06-25fdo65400: fix for Character Shading being lostAdam Co5-93/+173
2013-06-24bnc#823655 fix RTF import of freeform shape coordinatesMiklos Vajna1-7/+7
2013-06-24fdo#56679, fdo#65710 : fix for import and export of underline colorAdam Co1-2/+6
2013-06-23cppcheck: fix inefficient checkingJulien Nabet1-3/+3
2013-06-21bnc#823655 RTF import: ignore styles without a typeMiklos Vajna1-0/+3
2013-06-20fdo#43641 writerfilter: tokenize lc:lockedCanvasMiklos Vajna2-0/+24
2013-06-19fdo#64238: fix for missing footer bugAdam Co2-32/+60
2013-06-19fix rtf import on big endianDavid Tardon1-27/+15
2013-06-19fdo#43460 unoxml,writerfilter,xmlsecurity: use isEmpty()Jelle van der Waa1-3/+3
2013-06-18bnc#825305 RTF import of fFilled shape propertyMiklos Vajna1-1/+8
2013-06-18-Werror=maybe-uninitializedStephan Bergmann1-2/+1
2013-06-18n#820836: dmapper, fixed typos in first page style creationCédric Bosdonnat1-2/+2
2013-06-18n#820504: default color hidden by Default style in writerfilterCédric Bosdonnat1-2/+1
2013-06-16Import/export RTF_REVISIONSMiklos Vajna1-0/+3
2013-06-16RTFDocumentImpl::getShapetextBuffer can go as wellMiklos Vajna2-18/+1
2013-06-16RTFDocumentImpl::replayShapetext is no longer neededMiklos Vajna3-18/+1
2013-06-16docx: fdo#43093 fdo#44029 fix the alignment when the paragraph are RTLFaisal M. Al-Otaibi1-4/+19
2013-06-16RTF import of fFitShapeToText shape propertyMiklos Vajna1-1/+9
2013-06-16RTF import: implement support for tables inside text framesMiklos Vajna4-13/+54
2013-06-16Factor out RTFSdrImport::applyProperty() from RTFSdrImport::resolve()Miklos Vajna4-48/+54
2013-06-15RTF filter: import posh/posv property of shapesMiklos Vajna3-0/+48
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-1/+1
2013-06-13fdo#65655 : fix for Different_Odd_And_Even_Pages flag ignoredAdam Co1-2/+8
2013-06-12Fix typoPavel Janík2-2/+2
2013-06-12rtl_string2UString_status() - Wrong TextEncodingMiklos Vajna1-1/+1
2013-06-11abi#4817 attempt to access an element in an empty containerMiklos Vajna2-1/+7
2013-06-11writerfilter: move the RTF tests to slowcheckMiklos Vajna1-1/+1
2013-06-11hack for reading properly textencoding for opensymbol from old LOLuboš Luňák1-0/+8
2013-06-10Correct the XML document handler...Oliver-Rainer Wittmann5-48/+43
2013-06-10Related fdo#33895 add some checks against NULL derefsJulien Nabet1-1/+6
2013-06-10fdo#64656 RTF import: handle levelnumbers without leveltextMiklos Vajna2-0/+11
2013-06-07RTFDocumentImpl::checkUnicode: make this a bit more readableMiklos Vajna2-11/+11
2013-06-06valgrind: uninit variableCaolán McNamara1-2/+3
2013-06-06add some checks against NULL derefsCaolán McNamara2-0/+6
2013-06-05bnc#820509 DOCX import: handle M.d.yyyy date format in w:sdtMiklos Vajna1-2/+3
2013-06-05bnc#820509 DOCX import: try harder to disable form design modeMiklos Vajna5-5/+24
2013-06-04fdo#62044 RTF import: don't overwrite existing styles when pastingMiklos Vajna3-8/+11