summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-04-17WaE: MacOSX itemZOrder may be unused uninitializedCaolán McNamara1-2/+2
2012-04-17implement relativeHeight (z-order) in .docx import (part of bnc#747461)Luboš Luňák7-1/+76
2012-04-16remove unused variableLuboš Luňák1-1/+0
2012-04-15fdo#39053 writerfilter: implement RTF_BINMiklos Vajna3-21/+53
2012-04-15rtftok: add back explicit OUString ctors where still neededMiklos Vajna1-2/+2
2012-04-15implement RTF import of zoom levelMiklos Vajna2-3/+8
2012-04-15rtftok: RTL_CONSTASCII_USTRINGPARAM removalsMiklos Vajna2-38/+31
2012-04-14dmapper: parse NS_ooxml::LN_CT_Zoom_percent tokenMiklos Vajna3-6/+33
2012-04-14dmapper: log unhandled attributes in the settings tableMiklos Vajna2-6/+7
2012-04-14dmapper: use PropNameSupplier in SectionPropertyMap::CloseSectionGroup()Miklos Vajna3-1/+3
2012-04-14dmapper: fix import of odd/even page breaksMiklos Vajna1-2/+9
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara2-1/+11
2012-04-12implement wp:docPr title and fix descrLuboš Luňák2-1/+17
2012-04-11fdo#44176 dmapper: fix import of titlepg top/bottom marginMiklos Vajna1-3/+12
2012-04-10fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna1-1/+5
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan1-1/+1
2012-04-08Fix "Same expression..." reported by cppcheckJulien Nabet1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi4-4/+4
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-0/+2
2012-04-08simplify use of configuration from unit testsDavid Tardon1-3/+1
2012-04-08always use --protector for UNO testsDavid Tardon1-1/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-4/+0
2012-04-08gbuild: "use" vs. "add":Michael Stahl9-20/+20
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-20/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-15/+15
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi4-9/+9
2012-04-06rtftok: drop m_bIsSubstream, we already have a m_pSuperstreamMiklos Vajna2-15/+6
2012-04-05n#751017 dmapper: fix handling of GetExpression and SetExpression fieldsMiklos Vajna3-1/+26
2012-04-04writerfilter: use CustomTarget makefileMatúš Kukan5-129/+81
2012-04-04removed duplicate #includesTakeshi Abe8-20/+0
2012-04-03fdo#45182 fix RTF import of character encoding in footnotesMiklos Vajna2-2/+17
2012-04-03fdo#47107 rtftok: support bullet points in paragraph numberingsMiklos Vajna2-2/+32
2012-04-03fdo#47107 rtftok: initial PN (legacy numbering syntax) supportMiklos Vajna2-1/+96
2012-04-03Fix RTF levelfollow import and exportBrennan Vincent5-4/+10
2012-04-02fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna2-15/+5
2012-03-29fdo#45394 fix RTF import of custom fonts in substreamsMiklos Vajna2-8/+34
2012-03-29fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna1-0/+1
2012-03-29rtftok: OSL_FAIL() -> SAL_WARN()Miklos Vajna1-2/+2
2012-03-28n#751117 writerfilter: include all oox tokens in gperffasttoken.hxxMiklos Vajna2-9/+8
2012-03-27RTFFrame::getSprms: Id is a number, not an instanceMiklos Vajna1-3/+3
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara1-4/+3
2012-03-24fdo#46955 fix RTF import of all capitals char propMiklos Vajna1-0/+1
2012-03-24fdo#47036 fix RTF import of multi-paragraph exact height textboxesMiklos Vajna2-5/+8
2012-03-24fdo#47036 fix RTF import of shapes inside text frames at the start of the docMiklos Vajna1-0/+11
2012-03-24rtftok: various refactoringMiklos Vajna2-61/+130
2012-03-23fdo#47326 fix RTF import of mixed super/nonsuper textMiklos Vajna1-0/+8
2012-03-22n#751054 fix VML import of absolutely positioned picturesMiklos Vajna1-0/+7
2012-03-21writerfilter: PropertyMap: speed this up a bitMichael Stahl1-0/+23