summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/RtfFilter.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-07-02writerfilter/filter: kill remaining CONSTASCII madnessMiklos Vajna1-4/+4
Change-Id: I2f51f4709e8f92fd6779e8e59227e82ac335050b
2012-06-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297
2012-05-14hide progress bar even if loading failedDavid Tardon1-5/+9
Change-Id: Ia330e70e393309dbbad025fc2ede8f4ab41a674c
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
Disable the unit tests in sw, as that would duplicate the unit test in writerfilter now. Do not remove the old filter yet, so this commit can be reverted later if needed.
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
so that later it can access its modelfactory
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
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-09-17cws-vmiklos01.diff: Better RTF export filterMiklos Vajna1-0/+145