summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2012-05-07fdo#38786 implement RTF_CHPGNMiklos Vajna1-0/+9
2012-05-07introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna1-14/+3
2012-05-07implement RTF_DPFILLBGCR/G/BMiklos Vajna2-4/+22
2012-05-07implement RTF_DPLINECOR/G/BMiklos Vajna2-0/+27
2012-05-07rtftok: implement RTF_DPRECTMiklos Vajna1-8/+29
2012-05-05Resolves: fdo#47347 overwrite incorrect font table entry with the correct oneCaolán McNamara1-1/+9
2012-05-05Related: fdo#47347 m_aFontEncodings is a map so returns 0 on unknown fontindexCaolán McNamara1-2/+3
2012-05-04.docx wrap values mean different things than in LO, map them (bnc#750838)Luboš Luňák1-4/+8
2012-05-02fdo#47764 fix RTF import of automatic paragraph background colorMiklos Vajna1-0/+1
2012-05-02finish handling of w:pStyle in numbering (bnc#751028)Luboš Luňák4-26/+39
2012-05-02set as outline numbering only those ones that are for headings (bnc#751028)Luboš Luňák1-7/+18
2012-05-02bin unused macroLuboš Luňák1-2/+0
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