summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* n#757890 dmapper: paragraph properties of shape text should have limited scopeMiklos Vajna2012-04-231-0/+2
* rtftok: try to make tinderboxes happyMiklos Vajna2012-04-213-15/+2
* fdo#44736 speed up RTF import a bit by sorting keywordsMiklos Vajna2012-04-214-14/+38
* rtftok: make it possible to see the time spent in the filterMiklos Vajna2012-04-211-1/+3
* fdo#48876 fix RTF import of \sl without \slmultMiklos Vajna2012-04-211-2/+8
* rtftok: dump collected strings after encodingMiklos Vajna2012-04-211-1/+1
* fdo#48023 fix RTF import of Russian characters without an encoding specifiedMiklos Vajna2012-04-211-1/+14
* RTFDocumentImpl::resolvePict: use new-style uno ctorMiklos Vajna2012-04-201-3/+2
* fdo#48356 fix RTF import of special unicode charactersMiklos Vajna2012-04-201-1/+1
* RTFDocumentImpl: get rid of practically unused m_bWasInFrameMiklos Vajna2012-04-192-5/+1
* WaE: MacOSX itemZOrder may be unused uninitializedCaolán McNamara2012-04-171-2/+2
* implement relativeHeight (z-order) in .docx import (part of bnc#747461)Luboš Luňák2012-04-177-1/+76
* remove unused variableLuboš Luňák2012-04-161-1/+0
* fdo#39053 writerfilter: implement RTF_BINMiklos Vajna2012-04-153-21/+53
* rtftok: add back explicit OUString ctors where still neededMiklos Vajna2012-04-151-2/+2
* implement RTF import of zoom levelMiklos Vajna2012-04-152-3/+8
* rtftok: RTL_CONSTASCII_USTRINGPARAM removalsMiklos Vajna2012-04-152-38/+31
* dmapper: parse NS_ooxml::LN_CT_Zoom_percent tokenMiklos Vajna2012-04-143-6/+33
* dmapper: log unhandled attributes in the settings tableMiklos Vajna2012-04-142-6/+7
* dmapper: use PropNameSupplier in SectionPropertyMap::CloseSectionGroup()Miklos Vajna2012-04-143-1/+3
* dmapper: fix import of odd/even page breaksMiklos Vajna2012-04-141-2/+9
* Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara2012-04-142-1/+11
* implement wp:docPr title and fix descrLuboš Luňák2012-04-122-1/+17
* fdo#44176 dmapper: fix import of titlepg top/bottom marginMiklos Vajna2012-04-111-3/+12
* fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna2012-04-101-1/+5
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
* Fix "Same expression..." reported by cppcheckJulien Nabet2012-04-081-1/+1
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-084-4/+4
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+1
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0
* drop uses_ureDavid Tardon2012-04-081-2/+0
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-4/+0
* gbuild: "use" vs. "add":Michael Stahl2012-04-089-20/+20
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-20/+14
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-15/+15
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-9/+9
* rtftok: drop m_bIsSubstream, we already have a m_pSuperstreamMiklos Vajna2012-04-062-15/+6
* n#751017 dmapper: fix handling of GetExpression and SetExpression fieldsMiklos Vajna2012-04-053-1/+26
* writerfilter: use CustomTarget makefileMatúš Kukan2012-04-045-129/+81
* removed duplicate #includesTakeshi Abe2012-04-048-20/+0
* fdo#45182 fix RTF import of character encoding in footnotesMiklos Vajna2012-04-032-2/+17
* fdo#47107 rtftok: support bullet points in paragraph numberingsMiklos Vajna2012-04-032-2/+32
* fdo#47107 rtftok: initial PN (legacy numbering syntax) supportMiklos Vajna2012-04-032-1/+96
* Fix RTF levelfollow import and exportBrennan Vincent2012-04-035-4/+10
* fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna2012-04-022-15/+5
* fdo#45394 fix RTF import of custom fonts in substreamsMiklos Vajna2012-03-292-8/+34
* fdo#45394 fix RTF import of tables with empty first rowMiklos Vajna2012-03-291-0/+1
* rtftok: OSL_FAIL() -> SAL_WARN()Miklos Vajna2012-03-291-2/+2