summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2011-11-08RTFDocumentImpl: rename m_bIsInShape to m_bIsInFrameMiklos Vajna1-5/+5
2011-11-06RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelperMiklos Vajna1-5/+3
2011-11-06RTF import: close file descriptor once import finishedMiklos Vajna1-0/+1
2011-11-06RTF import: delete graphic helper once it's not used (fdo#42640)Miklos Vajna1-0/+1
2011-11-02Related: i#95668 Fix encoding of non-continuous font indexesMiklos Vajna1-2/+3
2011-10-29RTF_FFRES should be parsed for list fields onlyMiklos Vajna1-3/+1
2011-10-29Fix crash of text frames inside RTF tables (fdo#39856)Miklos Vajna1-1/+3
2011-10-20char can be unsigned, use sal_Int8Tor Lillqvist1-3/+3
2011-10-14fdo#41080: fix crash while importing footnotes in RTF tablesMiklos Vajna1-2/+4
2011-09-09map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFSCaolán McNamara1-0/+1
2011-09-08Fix duplicateBreakJulien Nabet1-1/+0
2011-09-04Related: fdo#38966 initial support for first page header/footer in RTF importMiklos Vajna1-2/+2
2011-09-03Related: fdo#38966 RTF import should not ignore page breaks before empty parsMiklos Vajna1-17/+24
2011-08-26Related: fdo#39337 It turns out dmapper ignores the position of an entryMiklos Vajna1-3/+8
2011-08-22Implement RTF_ANSICPGMiklos Vajna1-0/+3
2011-08-22Make frame start/end a bit more robustMiklos Vajna1-2/+9
2011-08-22Make sure runs are closed before we end a frameMiklos Vajna1-0/+1
2011-08-19WaE: fix buildCaolán McNamara1-1/+1
2011-08-19pictures in fly frames are already handledMiklos Vajna1-1/+3
2011-08-19a pard between two frame definitions means two framesMiklos Vajna1-0/+1
2011-08-19paragraphs inside frames do not countMiklos Vajna1-1/+2
2011-08-19handle sections containing no paragraphsMiklos Vajna1-0/+6
2011-08-19multiple sections in a frame are not allowedMiklos Vajna1-0/+1
2011-08-19make sure frame props are always emittedMiklos Vajna1-0/+1
2011-08-19have the twip->mm100 conversion code for frame props at a single placeMiklos Vajna1-14/+18
2011-08-18warnings fixes for RTFPicture and RTFFrameMiklos Vajna1-0/+32
2011-08-18Tokenize text::HoriOrientationMiklos Vajna1-0/+10
2011-08-18complete text::VertOrientationMiklos Vajna1-3/+5
2011-08-18tokenize text::RelOrientationMiklos Vajna1-1/+10
2011-08-18implement RTF_FLYANCHORMiklos Vajna1-0/+4
2011-08-18fly props are needed outside their destinationMiklos Vajna1-0/+9
2011-08-18implement RTF_FLYVERT and RTF_FLYHORZMiklos Vajna1-2/+18
2011-08-18enter RTF_FLYMAINCNTMiklos Vajna1-0/+4
2011-08-18Support empty paragraphs in text framesMiklos Vajna1-32/+39
2011-08-17Support multiple paragraphs inside a single frameMiklos Vajna1-13/+20
2011-08-17Implement textframe marginsMiklos Vajna1-4/+14
2011-08-17initial textframe supportMiklos Vajna1-1/+55
2011-08-15send crop values to dmapperMiklos Vajna1-0/+4
2011-08-15implement RTF_PICWGOAL and RTF_PICHGOALMiklos Vajna1-23/+31
2011-08-15unused code: picture size is set in the extent attributesMiklos Vajna1-9/+0
2011-08-12support picture at the start of the documentMiklos Vajna1-0/+1
2011-08-12Picture frame: we need the destination text outside the pict groupMiklos Vajna1-0/+5
2011-08-11we already have a using directive for theseMiklos Vajna1-1/+1
2011-08-11fix the "last char is missing from footnote when Word produces the rtf" bugMiklos Vajna1-0/+15
2011-08-11ignore RTF_FORMSHADEMiklos Vajna1-0/+3
2011-08-11implement RTF_NOLINEMiklos Vajna1-0/+13
2011-08-11the rtf exporter uses RTF_ENDDOC to order footnotes to the end of a chapterMiklos Vajna1-0/+9
2011-08-11rtftok: send footnote numbering typesMiklos Vajna1-0/+15
2011-08-11skip RTF_AFTNRSTCONT and RTF_AFTNRESTARTMiklos Vajna1-0/+6
2011-08-11implement footnote numbering typesMiklos Vajna1-0/+18