summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-10-03rhbz#861680 fix crash on tables in substreamsMiklos Vajna1-1/+2
2012-08-24fix math export/import in docx/rtfLuboš Luňák2-2/+8
2012-08-14Fix fdo#47495 backportMiklos Vajna1-2/+2
2012-08-14fdo#47495 fix RTF import of multiple shapes inside textframesMiklos Vajna1-1/+4
2012-08-13fdo#48446 implement RTF_CPGMiklos Vajna1-0/+3
2012-08-02fdo#51034 fix docx import of HYPERLINK field, l paramMiklos Vajna1-1/+1
2012-08-02fdo#49892 import RTF_SHPB{X,Y}PAGEMiklos Vajna3-0/+23
2012-07-31sd, sfx2, writerfilter, xmloff: fix some warningsMichael Stahl1-0/+12
2012-07-31fdo#48033 fix RTF import of pictures inside table cellsMiklos Vajna1-1/+7
2012-07-30do not crash when opening rtf file with unclosed field groupDavid Tardon1-0/+3
2012-07-19fdo#46966 dmapper: fix headery/footery default valueMiklos Vajna1-1/+2
2012-07-19fdo#52066 fix RTF import of rectangle shape without text in itMiklos Vajna3-6/+10
2012-07-05fdo#43398: dmapper: Switch paragraphs to RTL based on the value of w:BiDi.Muhammad Haggag1-2/+7
2012-07-05writerfilter: workaround for double border import regression:Michael Stahl1-0/+5
2012-06-20fdo#50087 fix RTF import of Title, Subject, Comments document propertiesMiklos Vajna2-1/+22
2012-06-19fdo#49659 three RTF fixesMiklos Vajna5-2/+29
2012-06-18fdo#50665 fdo#37063 rtftok: don't ignore character properties of text fieldsMiklos Vajna4-4/+30
2012-06-13Resolves: fdo#49178 CRASH when FILEOPEN particular RTFJulien Nabet1-1/+2
2012-06-09WaE: MacOSX itemZOrder may be unused uninitializedCaolán McNamara1-2/+2
2012-06-05fdo#50539 fix RTF import of automatic character background colorMiklos Vajna1-0/+1
2012-06-04fdo#49968 speed up RTF import of repeated character/paragraph propertiesMiklos Vajna3-10/+26
2012-05-31.docx wrap values mean different things than in LO, map them (bnc#750838)Luboš Luňák1-4/+8
2012-05-31implement relativeHeight (z-order) in .docx import (part of bnc#747461)Luboš Luňák7-1/+76
2012-05-31handle column break in .docx properly tooLuboš Luňák1-0/+18
2012-05-30fdo#45190 import of RTF_LI should reset inherited RTF_FIMiklos Vajna1-1/+7
2012-05-18handle recursive <w:p> because of shapes (bnc#751077)Luboš Luňák5-2/+77
2012-05-18WaE: non-virtual destructorTor Lillqvist3-0/+8
2012-05-18WaE: narrowing conversion from unsigned int to sal_Int32David Tardon1-1/+3
2012-05-15fdo#49940 dmapper: handle m_bTitlePage when m_nBreakType is zeroMiklos Vajna1-9/+16
2012-05-14fdo#49683 implement RTF_KEYWORDSMiklos Vajna3-0/+9
2012-05-14fdo#49692 RTFValue::Clone(): copy m_bForceString as wellMiklos Vajna2-4/+4
2012-05-11fdo#49501 RTF_MARGL/R/T/B should also set the current marginMiklos Vajna1-14/+10
2012-05-11Revert "another partial fix for bnc#693238" ( and fixes fdo#44292 )Noel Power1-112/+112
2012-05-10fdo#38786 implement RTF_CHPGNMiklos Vajna1-0/+9
2012-05-10avoid code duplication by introducing RTFDocumentImpl::singleCharMiklos Vajna2-64/+24
2012-05-09fdo#47764 fix RTF import of automatic paragraph background colorMiklos Vajna1-0/+1
2012-05-09Resolves: fdo#47347 overwrite incorrect font table entry with the correct oneCaolán McNamara1-1/+9
2012-05-08fdo#48193 fix RTF import of fields without a resultMiklos Vajna2-1/+34
2012-04-30fdo#48037 fix RTF import of localized fieldsMiklos Vajna1-0/+3
2012-04-27fdo#48876 fix RTF import of \sl without \slmultMiklos Vajna1-2/+8
2012-04-25fdo#44176 dmapper: fix import of titlepg top/bottom marginMiklos Vajna1-3/+12
2012-04-24need to adapt for older apiCaolán McNamara1-2/+2
2012-04-24fdo#48023 fix RTF import of Russian characters without an encoding specifiedMiklos Vajna1-1/+14
2012-04-23fdo#39053 writerfilter: implement RTF_BINMiklos Vajna3-21/+53
2012-04-20fdo#48356 fix RTF import of special unicode charactersMiklos Vajna1-1/+1
2012-04-16fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna1-1/+5
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara2-1/+11
2012-04-13fdo#45182 fix RTF import of character encoding in footnotesMiklos Vajna2-2/+17
2012-04-11fdo#47107 rtftok: support bullet points in paragraph numberingsMiklos Vajna2-2/+32
2012-04-11fdo#47107 rtftok: initial PN (legacy numbering syntax) supportMiklos Vajna2-1/+97