summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/RtfFilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-07-02writerfilter/filter: kill remaining CONSTASCII madnessMiklos Vajna1-4/+4
2012-06-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-14hide progress bar even if loading failedDavid Tardon1-5/+9
2012-04-21rtftok: make it possible to see the time spent in the filterMiklos Vajna1-1/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-01-11fdo#38057 implement RTF import progressbarMiklos Vajna1-1/+7
2011-12-09writerfilter: fix build breakersMichael Stahl1-3/+2
2011-12-09Removed useless code due to the move to SAL_INFOCédric Bosdonnat1-5/+1
2011-12-08Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)Cédric Bosdonnat1-2/+2
2011-11-23Show some exception message when getting one in RtfFilterCédric Bosdonnat1-1/+6
2011-08-29WaE: unused variableCaolán McNamara1-1/+1
2011-08-18Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna1-40/+23
2011-08-03a control word's name cannot be longer than 32 lettersMiklos Vajna1-19/+26
2011-08-03the old filter does not support parsing without a destination documentMiklos Vajna1-1/+1
2011-08-03RtfFilter::filter: always do an import, unless a source document is givenMiklos Vajna1-36/+33
2011-06-27Enable rtftok on experimental mode onlyMiklos Vajna1-2/+3
2011-06-15pass XFrame to the implementation to avoid assertion failuresMiklos Vajna1-1/+5
2011-06-11pass the destination doc model to RTFDocumentImplMiklos Vajna1-1/+1
2011-06-10pass the component context to RTFDocumentImplMiklos Vajna1-1/+1
2011-06-01Make it easy to disable the new importerMiklos Vajna1-17/+33
2011-05-27indentMiklos Vajna1-1/+1
2011-05-27RtfFilter::filter: open/close domainmapper loggerMiklos Vajna1-0/+12
2011-05-27wip: let RtfFilter::filter call RTFDocument::resolveMiklos Vajna1-10/+16
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-2/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-09-17cws-vmiklos01.diff: Better RTF export filterMiklos Vajna1-0/+145