summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-28don't overwrite numbering properties with paragraph properties (bnc#751028)Luboš Luňák2-17/+18
2012-04-27WaE: msvc2008 unused variablesCaolán McNamara2-3/+4
2012-04-26fdo#48037 fix RTF import of localized fieldsMiklos Vajna1-0/+3
2012-04-25fall flat on the face when doing UNO call with incorrect argumentsLuboš Luňák1-2/+10
2012-04-25don't use properties that aren't valid for paragraphs (part of bnc#751028)Luboš Luňák1-5/+11
2012-04-25handle w:suff correctlyLuboš Luňák2-6/+22
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara1-1/+1
2012-04-25use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna1-2/+3
2012-04-25avoid code duplication by introducing RTFDocumentImpl::singleCharMiklos Vajna2-64/+24
2012-04-25fdo#48193 fix RTF import of fields without a resultMiklos Vajna2-1/+34
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna2-14/+3
2012-04-24WaE: make MSVC happy wrt. RTFDocumentImpl::dispatchDestination()Miklos Vajna1-1/+1
2012-04-23n#757890 dmapper: paragraph properties of shape text should have limited scopeMiklos Vajna1-0/+2
2012-04-21rtftok: try to make tinderboxes happyMiklos Vajna3-15/+2
2012-04-21fdo#44736 speed up RTF import a bit by sorting keywordsMiklos Vajna4-14/+38
2012-04-21rtftok: make it possible to see the time spent in the filterMiklos Vajna1-1/+3
2012-04-21fdo#48876 fix RTF import of \sl without \slmultMiklos Vajna1-2/+8
2012-04-21rtftok: dump collected strings after encodingMiklos Vajna1-1/+1
2012-04-21fdo#48023 fix RTF import of Russian characters without an encoding specifiedMiklos Vajna1-1/+14
2012-04-20RTFDocumentImpl::resolvePict: use new-style uno ctorMiklos Vajna1-3/+2
2012-04-20fdo#48356 fix RTF import of special unicode charactersMiklos Vajna1-1/+1
2012-04-19RTFDocumentImpl: get rid of practically unused m_bWasInFrameMiklos Vajna2-5/+1
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