summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
AgeCommit message (Expand)Author
2012-07-24RTFDocumentImpl::popState: use switch hereMiklos Vajna
2012-07-24implement import of RTF_{MFUNC,MFUNCPR,MFNAME,MLIMLOW,MLIMLOWPR,MLIM}Miklos Vajna
2012-07-24escape RTF_LBRACE and RTF_RBRACE inside RTF_MRMiklos Vajna
2012-07-23implement import of RTF_{MD,MDPR,MBEGCHR,MENDCHR}Miklos Vajna
2012-07-23implement RTF_MBAR{,PR}Miklos Vajna
2012-07-23rtftok: cleanup - use M_TOKEN() macroMiklos Vajna
2012-07-23implement import of RTF_{MACC,MACCPR,MCHR,ME}Miklos Vajna
2012-07-23implement import of RTF_{MOMATH,MR,MF,MFPR,MCTRLPR,MNUM,MDEN}Miklos Vajna
2012-07-23RTFValue: extend to be able to store embed::XEmbeddedObjectMiklos Vajna
2012-07-19fdo#52066 fix RTF import of rectangle shape without text in itMiklos Vajna
2012-07-18implement import of RTF_ATRFSTART, RTF_ATRFEND and RTF_ATNIDMiklos Vajna
2012-07-04rtftok: border types must be mapped to the values in ooxml/model.xmlMichael Stahl
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-07-04removed unnecessary forward declarations of classTakeshi Abe
2012-07-02implement RTF_DPELLIPSEPavel Kysilka
2012-07-02implement shape lineWidthPavel Kysilka
2012-07-02implement shape rotationPavel Kysilka
2012-07-02implement fillOpacityPavel Kysilka
2012-07-02implement RTF_HIGHLIGHTPavel Kysilka
2012-06-28rtftok: implement RTF_FACINGPMiklos Vajna
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna
2012-06-15fdo#50087 fix RTF import of Title, Subject, Comments document propertiesMiklos Vajna
2012-06-11fdo#49659 handle RTF import of tables at the very end of the documentMiklos Vajna
2012-06-11fdo#49659 fix RTF import of pictures with inner groupsMiklos Vajna
2012-06-11RTFDocumentImpl::resolvePict: handle failure from importGraphicObject()Miklos Vajna
2012-06-06fdo#50665 rtftok: don't ignore character properties of text fieldsMiklos Vajna
2012-06-01fdo#50539 fix RTF import of automatic character background colorMiklos Vajna
2012-05-30don't overload operator-> and just forward specific methods, take twoCaolán McNamara
2012-05-30Use RTFSprms::set() in RTFDocumentImpl everywhereMiklos Vajna
2012-05-30fdo#49968 speed up RTF import of repeated character/paragraph propertiesMiklos Vajna
2012-05-30rtftok: undo tryToSafelyUpdateAnExistingProp, will be back soonMiklos Vajna
2012-05-30Resolves: rhbz#825548 some rtf documents take vast amounts of time to loadCaolán McNamara
2012-05-30don't overload operator-> and just forward specific methodsCaolán McNamara
2012-05-29implement operator= tooDavid Tardon
2012-05-24add missing initializationsDavid Tardon
2012-05-11fdo#45190 import of RTF_LI should reset inherited RTF_FIMiklos Vajna
2012-05-10fdo#49692 RTFValue::Clone(): copy m_bForceString as wellMiklos Vajna
2012-05-10RTFDocumentImpl::runProps: avoid copy&pasteMiklos Vajna
2012-05-09fdo#49271 rtftok: make sure we send char props if there are no runsMiklos Vajna
2012-05-09fdo#49683 implement RTF_KEYWORDSMiklos Vajna
2012-05-09fdo#49501 RTF_MARGL/R/T/B should also set the current marginMiklos Vajna
2012-05-09implement RTF_LANDSCAPEMiklos Vajna
2012-05-07fdo#38786 implement RTF_CHPGNMiklos Vajna
2012-05-07introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna
2012-05-07implement RTF_DPFILLBGCR/G/BMiklos Vajna
2012-05-07implement RTF_DPLINECOR/G/BMiklos Vajna
2012-05-07rtftok: implement RTF_DPRECTMiklos Vajna
2012-05-05Resolves: fdo#47347 overwrite incorrect font table entry with the correct oneCaolán McNamara
2012-05-05Related: fdo#47347 m_aFontEncodings is a map so returns 0 on unknown fontindexCaolán McNamara
2012-05-02fdo#47764 fix RTF import of automatic paragraph background colorMiklos Vajna