summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-2227-619/+108
* Revert "fdo#62096: Replaced some compareTo with =="Fridrich Štrba2013-04-221-7/+7
* fdo#62096: Replaced some compareTo with ==Sameer Deshmukh2013-04-221-7/+7
* fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna2013-04-191-4/+4
* fdo#63023 incorrect RTF background color in headerMiklos Vajna2013-04-181-3/+8
* Update pchAurimas Fišeras2013-04-171-0/+4
* fdo#61193 fix crash on RTF paste of footnoteMiklos Vajna2013-04-161-3/+7
* RTF import: initial handling of posrelh and posrelv shape propertiesMiklos Vajna2013-04-121-0/+22
* RTF filter: import fShadow, shadowColor and shadowOffset shape propertiesMiklos Vajna2013-04-111-3/+23
* RTF import of new-style frames: implement line color/widthMiklos Vajna2013-04-111-1/+17
* RTF shape import: fix default horizontal/vertical orient relationMiklos Vajna2013-04-111-0/+7
* Resolves: #i119464# Update default alignment value for docx [Sub]TitleYong Lin Ma2013-04-111-1/+18
* fix new-style RTF frame default internal margin valuesMiklos Vajna2013-04-103-14/+20
* add msfilter::util::ConvertColor to avoid copy&pasteMiklos Vajna2013-04-101-22/+2
* RTF import: fix priority handling of shpz vs dhgtMiklos Vajna2013-04-101-0/+4
* RTF import of fillType and fillFocus shape propertiesMiklos Vajna2013-04-103-1/+60
* coverity#1000707: out of bounds accessMarkus Mohrhard2013-04-101-1/+1
* RTF import of new-style frames: fix txflTextFlow shape propertyMiklos Vajna2013-04-101-4/+7
* RTF import of new-style frames: fix nameMiklos Vajna2013-04-101-1/+10
* restore disabled rtfimport testsMiklos Vajna2013-04-103-0/+10
* RTF equivalent of 229f6e187bd85d0af47da9feffef2d9ac7f83120Miklos Vajna2013-04-101-1/+5
* RTF: also import rectangles as Writer text framesMiklos Vajna2013-04-101-4/+3
* RTF import of d{x,y}WrapDist* shape propertiesMiklos Vajna2013-04-101-0/+8
* fix RTF import of default fFitShapeToTextMiklos Vajna2013-04-101-0/+4
* RTF import of d{x,y}Text* shape propertiesMiklos Vajna2013-04-101-0/+9
* RTF import of new-style frames: fix defaultsMiklos Vajna2013-04-103-25/+43
* RTF import of new-style frames: avoid fake empty paragraph at the endMiklos Vajna2013-04-101-1/+8
* RTF filter: import text box shapes as a Writer textframeMiklos Vajna2013-04-101-4/+16
* Fix variables not initializedJulien Nabet2013-04-071-0/+5
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-071-1/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0713-59/+41
* new module i18nlangtagEike Rathke2013-04-053-3/+3
* import RTF_LISTPICTURE and RTF_LEVELPICTUREMiklos Vajna2013-04-052-3/+34
* Resolves: #i119621# Outline level in sample file lostJürgen Schmidt2013-04-053-6/+16
* DOCX import of w:numPicBulletMiklos Vajna2013-04-049-9/+168
* Resolves: #i119544# sequence number is not displayed in docxJürgen Schmidt2013-04-041-1/+27
* fdo#51916 out of bounds substring accessMiklos Vajna2013-04-031-3/+6
* fdo#51916 don't try to support nested tables having table styles for nowMiklos Vajna2013-04-032-2/+13
* writerfilter: fix silly init causing trivial STL assertion in testMichael Stahl2013-04-031-2/+2
* writerfilter: -Werror=sign-compareMichael Stahl2013-04-031-1/+1
* ooxmlimport: conditional table styles fixedSJacobi2013-04-035-68/+110
* implement import/export of RTF_MNORMiklos Vajna2013-04-022-3/+17
* fdo#59273 DOCX import: fix table width when w:tblW is missingMiklos Vajna2013-04-022-0/+17
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-04-011-4/+3
* upgrade icu to 51.1Peter Foley2013-03-301-0/+1
* ResMgr with LanguageTagEike Rathke2013-03-291-1/+1
* WaE: -Wsign-compareMiklos Vajna2013-03-281-2/+2
* fixed table width, supporting rel table width, fixed grid handlingSJacobi2013-03-286-15/+47
* fdo#37716 implement import of RTF_NOWRAPMiklos Vajna2013-03-282-0/+11
* use of aState instead of m_aStates.top in popStateMaxime de Roucy2013-03-271-23/+21