summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Revert "fdo#62096: Replaced some compareTo with =="Fridrich Štrba1-7/+7
2013-04-22fdo#62096: Replaced some compareTo with ==Sameer Deshmukh1-7/+7
2013-04-19fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna1-4/+4
2013-04-18fdo#63023 incorrect RTF background color in headerMiklos Vajna1-3/+8
2013-04-17Update pchAurimas Fišeras1-0/+4
2013-04-16fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna1-3/+7
2013-04-12RTF import: initial handling of posrelh and posrelv shape propertiesMiklos Vajna1-0/+22
2013-04-11RTF filter: import fShadow, shadowColor and shadowOffset shape propertiesMiklos Vajna1-3/+23
2013-04-11RTF import of new-style frames: implement line color/widthMiklos Vajna1-1/+17
2013-04-11RTF shape import: fix default horizontal/vertical orient relationMiklos Vajna1-0/+7
2013-04-11Resolves: #i119464# Update default alignment value for docx [Sub]TitleYong Lin Ma1-1/+18
2013-04-10fix new-style RTF frame default internal margin valuesMiklos Vajna3-14/+20
2013-04-10add msfilter::util::ConvertColor to avoid copy&pasteMiklos Vajna1-22/+2
2013-04-10RTF import: fix priority handling of shpz vs dhgtMiklos Vajna1-0/+4
2013-04-10RTF import of fillType and fillFocus shape propertiesMiklos Vajna3-1/+60
2013-04-10coverity#1000707: out of bounds accessMarkus Mohrhard1-1/+1
2013-04-10RTF import of new-style frames: fix txflTextFlow shape propertyMiklos Vajna1-4/+7
2013-04-10RTF import of new-style frames: fix nameMiklos Vajna1-1/+10
2013-04-10restore disabled rtfimport testsMiklos Vajna3-0/+10
2013-04-10RTF equivalent of 229f6e187bd85d0af47da9feffef2d9ac7f83120Miklos Vajna1-1/+5
2013-04-10RTF: also import rectangles as Writer text framesMiklos Vajna1-4/+3
2013-04-10RTF import of d{x,y}WrapDist* shape propertiesMiklos Vajna1-0/+8
2013-04-10fix RTF import of default fFitShapeToTextMiklos Vajna1-0/+4
2013-04-10RTF import of d{x,y}Text* shape propertiesMiklos Vajna1-0/+9
2013-04-10RTF import of new-style frames: fix defaultsMiklos Vajna3-25/+43
2013-04-10RTF import of new-style frames: avoid fake empty paragraph at the endMiklos Vajna1-1/+8
2013-04-10RTF filter: import text box shapes as a Writer textframeMiklos Vajna1-4/+16
2013-04-07Fix variables not initializedJulien Nabet1-0/+5
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák13-59/+41
2013-04-05new module i18nlangtagEike Rathke3-3/+3
2013-04-05import RTF_LISTPICTURE and RTF_LEVELPICTUREMiklos Vajna2-3/+34
2013-04-05Resolves: #i119621# Outline level in sample file lostJürgen Schmidt3-6/+16
2013-04-04DOCX import of w:numPicBulletMiklos Vajna9-9/+168
2013-04-04Resolves: #i119544# sequence number is not displayed in docxJürgen Schmidt1-1/+27
2013-04-03fdo#51916 out of bounds substring accessMiklos Vajna1-3/+6
2013-04-03fdo#51916 don't try to support nested tables having table styles for nowMiklos Vajna2-2/+13
2013-04-03writerfilter: fix silly init causing trivial STL assertion in testMichael Stahl1-2/+2
2013-04-03writerfilter: -Werror=sign-compareMichael Stahl1-1/+1
2013-04-03ooxmlimport: conditional table styles fixedSJacobi5-68/+110
2013-04-02implement import/export of RTF_MNORMiklos Vajna2-3/+17
2013-04-02fdo#59273 DOCX import: fix table width when w:tblW is missingMiklos Vajna2-0/+17
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-4/+3
2013-03-30upgrade icu to 51.1Peter Foley1-0/+1
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-28WaE: -Wsign-compareMiklos Vajna1-2/+2
2013-03-28fixed table width, supporting rel table width, fixed grid handlingSJacobi6-15/+47
2013-03-28fdo#37716 implement import of RTF_NOWRAPMiklos Vajna2-0/+11
2013-03-27use of aState instead of m_aStates.top in popStateMaxime de Roucy1-23/+21
2013-03-27reformat of rtfdocumentimpl.cxxMaxime de Roucy1-687/+944