summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
AgeCommit message (Expand)Author
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-23RTF: OLE object import with graphic result fixed, the file can now be openedCédric Bosdonnat
2011-11-22RTF import: better implement \trrh to import fixed height rowsCédric Bosdonnat
2011-11-22n#417818: empty paragraphs in tables weren't considered in the table.Cédric Bosdonnat
2011-11-21Related: i#86517 avoid crash on invalid LEVELTEXTMiklos Vajna
2011-11-19RTFSdrImport: unneeded includeMiklos Vajna
2011-11-18RTFDocumentImpl: remove 15 unused includesMiklos Vajna
2011-11-16Related i#113308: fix import of RTF table rows having no cellsMiklos Vajna
2011-11-13Related: i#110745 fix crash on invalid RTF tablesMiklos Vajna
2011-11-13RTFDocumentImpl: cleanupMiklos Vajna
2011-11-12RTF import: Fixed unicode characters import, fdo#42109Cédric Bosdonnat
2011-11-12Related: fdo#37716 null pointer check for the unit testMiklos Vajna
2011-11-12Related: fdo#37498 don't try to read after the last closing braceMiklos Vajna
2011-11-09fix rtf image import ( causing wrong image sometimes displayed ) fdo#42640Noel Power
2011-11-08RTFDocumentImpl: rename m_bIsInShape to m_bIsInFrameMiklos Vajna
2011-11-06RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelperMiklos Vajna
2011-11-06RTF import: close file descriptor once import finishedMiklos Vajna
2011-11-06RTF import: delete graphic helper once it's not used (fdo#42640)Miklos Vajna
2011-11-02Related: i#95668 Fix encoding of non-continuous font indexesMiklos Vajna
2011-10-29RTF_FFRES should be parsed for list fields onlyMiklos Vajna
2011-10-29Fix crash of text frames inside RTF tables (fdo#39856)Miklos Vajna
2011-10-20char can be unsigned, use sal_Int8Tor Lillqvist
2011-10-14fdo#41080: fix crash while importing footnotes in RTF tablesMiklos Vajna
2011-10-07WaE: assignment within conditional expressionTor Lillqvist
2011-09-09map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara
2011-09-08Fix duplicateBreakJulien Nabet
2011-09-04Related: fdo#38966 initial support for first page header/footer in RTF importMiklos Vajna
2011-09-03Related: fdo#38966 RTF import should not ignore page breaks before empty parsMiklos Vajna
2011-09-02RTFSymbol: avoid unnecessary typedefMiklos Vajna
2011-08-26Related: fdo#39337 It turns out dmapper ignores the position of an entryMiklos Vajna
2011-08-22Implement RTF_ANSICPGMiklos Vajna
2011-08-22Make frame start/end a bit more robustMiklos Vajna
2011-08-22Make sure runs are closed before we end a frameMiklos Vajna
2011-08-19WaE: fix buildCaolán McNamara
2011-08-19pictures in fly frames are already handledMiklos Vajna
2011-08-19a pard between two frame definitions means two framesMiklos Vajna
2011-08-19paragraphs inside frames do not countMiklos Vajna
2011-08-19handle sections containing no paragraphsMiklos Vajna
2011-08-19multiple sections in a frame are not allowedMiklos Vajna
2011-08-19make sure frame props are always emittedMiklos Vajna
2011-08-19have the twip->mm100 conversion code for frame props at a single placeMiklos Vajna
2011-08-18warnings fixes for RTFPicture and RTFFrameMiklos Vajna
2011-08-18Tokenize text::HoriOrientationMiklos Vajna
2011-08-18complete text::VertOrientationMiklos Vajna
2011-08-18tokenize text::RelOrientationMiklos Vajna
2011-08-18implement RTF_FLYANCHORMiklos Vajna
2011-08-18these ctors are unusedMiklos Vajna
2011-08-18fly props are needed outside their destinationMiklos Vajna
2011-08-18implement RTF_FLYVERT and RTF_FLYHORZMiklos Vajna
2011-08-18enter RTF_FLYMAINCNTMiklos Vajna