summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/rtftok
Commit message (Expand)AuthorAgeFilesLines
* fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna2012-11-258-6/+65
* writerfilter: sort RTF keywords only once in RTFTokenizerMiklos Vajna2012-11-232-4/+12
* AllSettings with LanguageTagEike Rathke2012-11-222-2/+2
* fdo#55525 import RTF_TRLEFTMiklos Vajna2012-11-141-0/+37
* fdo#48442 fix default hori/vert frame anchor during RTF importMiklos Vajna2012-11-061-4/+6
* fdo#52989 ignore provided size of JPEG files during RTF importMiklos Vajna2012-11-052-3/+7
* WaE uno any conversion does not like intNorbert Thiebaud2012-11-031-2/+4
* fdo#56512 fix RTF import of non-unicode Hebrew textMiklos Vajna2012-10-301-1/+5
* import RTF_DPROUNDRMiklos Vajna2012-10-291-1/+6
* usual int == sal_Int32 on 64bit and long == sal_Int32 on 32bit woesCaolán McNamara2012-10-271-4/+4
* fix top/left/right/bottom margin of RTF imported inline imagesMiklos Vajna2012-10-271-0/+4
* fdo#42407 fix RTF import of WMF images inside textframesMiklos Vajna2012-10-271-1/+5
* ignore spaces while reading RTF image dataMiklos Vajna2012-10-271-1/+1
* use textframes for importing RTF_DPTXBXMiklos Vajna2012-10-271-5/+41
* -Werror=maybe-uninitializedStephan Bergmann2012-10-231-2/+2
* fdo#51145 give better error message on import invalid RTFMiklos Vajna2012-10-233-5/+22
* import RTF_DPPOLYLINEMiklos Vajna2012-10-192-1/+35
* RTF_DOBYPARA import: Y is verticalMiklos Vajna2012-10-181-1/+1
* import RTF_DPLINEHOLLOWMiklos Vajna2012-10-184-8/+16
* import RTF_DODHGTMiklos Vajna2012-10-174-8/+17
* import RTF_DOBYPARAMiklos Vajna2012-10-171-0/+8
* make RTFDocumentImpl::runBreak privateMiklos Vajna2012-10-173-22/+14
* implement import of RTF_{DPTXBXTEXT,DPTXBX}Miklos Vajna2012-10-171-0/+13
* fix import of RTF_PARD inside RTF_SHPTXTMiklos Vajna2012-10-171-1/+2
* fdo#55493 fix RTF import of specific PNG imageMiklos Vajna2012-10-111-1/+4
* fdo#52475 fix import of RTF_CHCBPAT with value 0Miklos Vajna2012-10-011-2/+1
* fdo#49655 fix RTF import of text in the middle of table definitionMiklos Vajna2012-09-241-0/+8
* fdo#52389 fix RTF import of paragraph without RTF_PAR at the end of the docMiklos Vajna2012-09-211-0/+2
* writerfilter: try to make clang tinderbox happyMiklos Vajna2012-09-191-1/+2
* Import RTF shape wrap property.Eilidh McAdam2012-09-193-2/+23
* Correctly import multiple-point curves from RTF document.Eilidh McAdam2012-09-191-2/+11
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+1
* Move group handling from RTFDocumentImpl to RTFTokenizerMiklos Vajna2012-08-284-22/+36
* fdo#52052 fix RTF import of page breaks on landscape pagesMiklos Vajna2012-08-282-6/+48
* fix math export/import in docx/rtfLuboš Luňák2012-08-231-2/+7
* RTF shape filter: handle custom segment typesMiklos Vajna2012-08-141-2/+3
* fdo#47495 fix RTF import of multiple shapes inside textframesMiklos Vajna2012-08-131-1/+4
* drop unnecessary RTFDocumentImpl::isEmptyMiklos Vajna2012-08-133-9/+3
* fdo#48446 implement RTF_CPGMiklos Vajna2012-08-101-0/+3
* Related: fdo#51112 import RTF_CLSHDNGMiklos Vajna2012-08-091-0/+40
* RTFDocumentImpl::popState: drop unnecessary state copiesMiklos Vajna2012-08-021-40/+19
* no need to invoke dmapper hereMiklos Vajna2012-08-021-8/+2
* fdo#49892 import RTF_SHPB{X,Y}PAGEMiklos Vajna2012-08-023-0/+23
* fdo#49892 implement RTF import of dhgt shape propertyMiklos Vajna2012-08-021-0/+10
* Related: fdo#36089 improve import of EQ field in writerfilterMiklos Vajna2012-07-302-20/+4
* fdo#48033 fix RTF import of pictures inside table cellsMiklos Vajna2012-07-271-1/+7
* RTFDocumentImpl::text: don't try to read beyond the end of stringMiklos Vajna2012-07-271-1/+1
* SmOoxmlImport::handleR: escape brackets in math runsMiklos Vajna2012-07-271-7/+0
* fix import of nested RTF_MF groupsMiklos Vajna2012-07-271-13/+18
* implement import/export of RTF_MMATHPICTMiklos Vajna2012-07-271-0/+1