summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/RtfFilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi1-1/+0
2014-01-28writerfilter: whitespace fixes in RtfFilterMiklos Vajna1-51/+44
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-1/+1
2013-12-05RTF: use "InsertMode" insead of "IsNewDoc" for consistencyMichael Stahl1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-2/+2
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza1-8/+4
2012-12-28fdo#45533 make it easier to debug RTF copy&pasteMiklos Vajna1-5/+16
2012-12-01sw: remove unused UNO wrapper around old internal RTF importMiklos Vajna1-13/+0
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna1-1/+3
2012-10-27writerfilter: make it easy to debug the old RTF filterMiklos Vajna1-0/+13
2012-10-23RtfFilter::filter: not allowed to throw WrongFormatException:Michael Stahl1-2/+5
2012-10-23fdo#51145 give better error message on import invalid RTFMiklos Vajna1-0/+5
2012-10-16RtfFilter::filter: add code to dump input stream for copy&pasteMiklos Vajna1-0/+16
2012-10-15fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna1-1/+2
2012-09-21fdo#49819 - allow slightly inconsistent docx files to be repairedMichael Meeks1-1/+2
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