summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/filter
Commit message (Expand)AuthorAgeFilesLines
* DOCX: w:doNotUseHTMLParagraphAutoSpacing should affect AddParaTableSpacingMiklos Vajna2012-10-291-1/+0
* writerfilter: make it easy to debug the old RTF filterMiklos Vajna2012-10-271-0/+13
* RtfFilter::filter: not allowed to throw WrongFormatException:Michael Stahl2012-10-231-2/+5
* fdo#51145 give better error message on import invalid RTFMiklos Vajna2012-10-231-0/+5
* RtfFilter::filter: add code to dump input stream for copy&pasteMiklos Vajna2012-10-161-0/+16
* fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna2012-10-151-1/+2
* writerfilter: fix new clang warningsMiklos Vajna2012-10-131-1/+0
* Use prefixTor Lillqvist2012-10-021-1/+1
* fdo#49819 - allow slightly inconsistent docx files to be repairedMichael Meeks2012-09-212-5/+5
* n#779627: added quite some compat options from the ww8 filter on writerfilterCédric Bosdonnat2012-09-201-0/+14
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+1
* n#778140 enable AddParaTableSpacing for docx, as it's enabled for ww8 as wellMiklos Vajna2012-09-141-0/+1
* n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna2012-09-121-0/+1
* n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat2012-09-041-0/+1
* n#775899 docx import of w:usePrinterMetrics compat optionMiklos Vajna2012-08-271-2/+0
* n#775899 docx import: set PrinterIndependentLayout like ww8 doesMiklos Vajna2012-08-271-0/+2
* n#775899 sw: add FloattableNomargins compat flagMiklos Vajna2012-08-231-0/+2
* fdo#53175: Don't load the default values of the styles in writerfilterCédric Bosdonnat2012-08-201-0/+3
* writerfilter: rtl::OUString -> OUStringMiklos Vajna2012-07-213-20/+20
* writerfilter/filter: kill remaining CONSTASCII madnessMiklos Vajna2012-07-023-26/+20
* re-base on ALv2 code. Includes:Michael Meeks2012-06-287-164/+101
* targeted string re-workNorbert Thiebaud2012-06-021-4/+4
* hide progress bar even if loading failedDavid Tardon2012-05-141-5/+9
* rtftok: make it possible to see the time spent in the filterMiklos Vajna2012-04-211-1/+3
* Fix "Same expression..." reported by cppcheckJulien Nabet2012-04-081-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-11/+8
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-5/+5
* Avoid temporary rtl::OUStringJulien Nabet2012-03-031-1/+1
* Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot2012-01-231-1/+1
* fdo#38057 implement RTF import progressbarMiklos Vajna2012-01-111-1/+7
* writerfilter: fix build breakersMichael Stahl2011-12-091-3/+2
* Removed useless code due to the move to SAL_INFOCédric Bosdonnat2011-12-091-5/+1
* Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)Cédric Bosdonnat2011-12-081-2/+2
* Show some exception message when getting one in RtfFilterCédric Bosdonnat2011-11-231-1/+6
* n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat2011-11-121-0/+9
* WaE: unused variableCaolán McNamara2011-08-291-1/+1
* Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna2011-08-181-40/+23
* a control word's name cannot be longer than 32 lettersMiklos Vajna2011-08-031-19/+26
* the old filter does not support parsing without a destination documentMiklos Vajna2011-08-031-1/+1
* RtfFilter::filter: always do an import, unless a source document is givenMiklos Vajna2011-08-031-36/+33
* revert to old writerfilter gbuilizationBjoern Michaelsen2011-07-233-3/+3
* resyncing to masterBjoern Michaelsen2011-07-212-5/+39
|\
| * Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-5/+0
| * Enable rtftok on experimental mode onlyMiklos Vajna2011-06-271-2/+3
| * Merge remote-tracking branch 'origin/master'Miklos Vajna2011-06-261-1/+1
| |\
| * | pass XFrame to the implementation to avoid assertion failuresMiklos Vajna2011-06-151-1/+5
| * | pass the destination doc model to RTFDocumentImplMiklos Vajna2011-06-111-1/+1
| * | pass the component context to RTFDocumentImplMiklos Vajna2011-06-101-1/+1
| * | Make it easy to disable the new importerMiklos Vajna2011-06-011-17/+33