summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-11-07fdo#52989 ignore provided size of JPEG files during RTF importMiklos Vajna1-2/+5
2012-11-07fdo#48442 fix default hori/vert frame anchor during RTF importMiklos Vajna1-4/+6
2012-11-05fdo#55493 fix RTF import of specific PNG imageMiklos Vajna1-6/+12
2012-10-01fdo#52475 fix import of RTF_CHCBPAT with value 0Miklos Vajna1-2/+1
2012-09-24fdo#49655 fix RTF import of text in the middle of table definitionMiklos Vajna1-0/+8
2012-09-21fdo#52389 fix RTF import of paragraph without RTF_PAR at the end of the docMiklos Vajna1-0/+2
2012-08-29fdo#52052 fix RTF import of page breaks on landscape pagesMiklos Vajna1-6/+45
2012-08-14Fix fdo#47495 backportMiklos Vajna1-2/+2
2012-08-14fdo#47495 fix RTF import of multiple shapes inside textframesMiklos Vajna1-1/+4
2012-08-13fdo#48446 implement RTF_CPGMiklos Vajna1-0/+3
2012-08-02fdo#49892 import RTF_SHPB{X,Y}PAGEMiklos Vajna1-0/+16
2012-07-30fdo#48033 fix RTF import of pictures inside table cellsMiklos Vajna1-1/+7
2012-07-19fdo#52066 fix RTF import of rectangle shape without text in itMiklos Vajna1-1/+3
2012-07-04rtftok: border types must be mapped to the values in ooxml/model.xmlMichael Stahl1-19/+18
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-25/+28
2012-06-15fdo#50087 fix RTF import of Title, Subject, Comments document propertiesMiklos Vajna1-0/+18
2012-06-11fdo#49659 three RTF fixesMiklos Vajna1-0/+15
2012-06-06fdo#50665 rtftok: don't ignore character properties of text fieldsMiklos Vajna1-2/+5
2012-06-01fdo#50539 fix RTF import of automatic character background colorMiklos Vajna1-0/+1
2012-05-30don't overload operator-> and just forward specific methods, take twoCaolán McNamara1-32/+32
2012-05-30Use RTFSprms::set() in RTFDocumentImpl everywhereMiklos Vajna1-146/+139
2012-05-30fdo#49968 speed up RTF import of repeated character/paragraph propertiesMiklos Vajna1-10/+10
2012-05-30rtftok: undo tryToSafelyUpdateAnExistingProp, will be back soonMiklos Vajna1-238/+178
2012-05-30Resolves: rhbz#825548 some rtf documents take vast amounts of time to loadCaolán McNamara1-3/+59
2012-05-30don't overload operator-> and just forward specific methodsCaolán McNamara1-178/+182
2012-05-24add missing initializationsDavid Tardon1-0/+2
2012-05-11fdo#45190 import of RTF_LI should reset inherited RTF_FIMiklos Vajna1-1/+7
2012-05-10RTFDocumentImpl::runProps: avoid copy&pasteMiklos Vajna1-28/+18
2012-05-09fdo#49271 rtftok: make sure we send char props if there are no runsMiklos Vajna1-0/+16
2012-05-09fdo#49683 implement RTF_KEYWORDSMiklos Vajna1-0/+7
2012-05-09fdo#49501 RTF_MARGL/R/T/B should also set the current marginMiklos Vajna1-14/+10
2012-05-09implement RTF_LANDSCAPEMiklos Vajna1-0/+3
2012-05-07fdo#38786 implement RTF_CHPGNMiklos Vajna1-0/+9
2012-05-07implement RTF_DPFILLBGCR/G/BMiklos Vajna1-4/+20
2012-05-07implement RTF_DPLINECOR/G/BMiklos Vajna1-0/+24
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-02fdo#47764 fix RTF import of automatic paragraph background colorMiklos Vajna1-0/+1
2012-04-26fdo#48037 fix RTF import of localized fieldsMiklos Vajna1-0/+3
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara1-1/+1
2012-04-25avoid code duplication by introducing RTFDocumentImpl::singleCharMiklos Vajna1-64/+22
2012-04-25fdo#48193 fix RTF import of fields without a resultMiklos Vajna1-1/+25
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna1-14/+2
2012-04-24WaE: make MSVC happy wrt. RTFDocumentImpl::dispatchDestination()Miklos Vajna1-1/+1
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