summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-10-29DOCX: w:doNotUseHTMLParagraphAutoSpacing should affect AddParaTableSpacingMiklos Vajna1-1/+0
2012-10-02n#779627: added quite some compat options from the ww8 filter on writerfilterCédric Bosdonnat1-0/+14
2012-10-02n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat1-0/+1
2012-09-28n#778140 enable AddParaTableSpacing for docx, as it's enabled for ww8 as wellMiklos Vajna1-0/+1
2012-09-28n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna1-0/+1
2012-09-28n#775899 docx import of w:usePrinterMetrics compat optionMiklos Vajna1-2/+0
2012-09-28n#775899 docx import: set PrinterIndependentLayout like ww8 doesMiklos Vajna1-0/+2
2012-09-28n#775899 sw: add FloattableNomargins compat flagMiklos Vajna1-0/+1
2012-06-02targeted string re-workNorbert Thiebaud1-4/+4
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-08Fix "Same expression..." reported by cppcheckJulien Nabet1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-11/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+5
2012-03-03Avoid temporary rtl::OUStringJulien Nabet1-1/+1
2012-01-23Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot1-1/+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-11-12n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat1-0/+9
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-07-23revert to old writerfilter gbuilizationBjoern Michaelsen3-3/+3
2011-07-21resyncing to masterBjoern Michaelsen2-5/+39
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-5/+0
2011-06-27Enable rtftok on experimental mode onlyMiklos Vajna1-2/+3
2011-06-26Merge remote-tracking branch 'origin/master'Miklos Vajna1-1/+1
2011-06-20gnumake4: switching gbuildizationBjoern Michaelsen4-5/+4
2011-06-20remove merge trashBjoern Michaelsen1-86/+0
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen8-66/+160
2011-06-17writerfilter10: convert writerfilter to gbuild [hg:1013d9bf5d0a]Michael Stahl2-54/+4
2011-06-17resolved issues found by cppcheck [hg:3bf5ecb86397]Henning Brinkmann1-1/+2
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-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-1/+1
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
2011-05-24Fix post-mergeThorsten Behrens1-1/+1
2011-05-15Use specific DLLPUBLIC for each libraryTor Lillqvist3-3/+3
2011-04-20make component methods public component fails to load otherwiseNoel Power1-2/+2
2011-04-14gbuildize writerfilterDavid Tardon1-52/+0