summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/ImportFilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-22writerfilter: clean up DOCX XFilter implementationMiklos Vajna1-354/+0
2015-02-19writerfilter: use constructor for writerfilter moduleChris Sherlock1-8/+7
2015-02-11Guard against createInstance throwing non-Runtime-ExceptionStephan Bergmann1-3/+14
2015-01-22loplugin:stringconcatStephan Bergmann1-2/+2
2015-01-22WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara1-1/+1
2015-01-22writerfilter: DOCX import: better error handling than "catch (...) {}"Michael Stahl1-1/+71
2014-12-25writerfilter: turn SourceDocumentType into a C++11 scoped enumerationMiklos Vajna1-1/+1
2014-12-20writerfilter: clean up copy&pasted dmapper_logger start / endMiklos Vajna1-16/+0
2014-12-20writerfilter: pass the whole MediaDescriptor to dmapperMiklos Vajna1-1/+1
2014-12-13writerfilter: use DomainMapperFactoryMiklos Vajna1-3/+3
2014-12-12writerfilter: let ImportFilter only assume that DomainMapper is a StreamMiklos Vajna1-6/+0
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-0/+1
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann1-1/+1
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna1-3/+3
2014-10-16writerfilter: make dmapper logging a runtime decision, not a buildtime oneMiklos Vajna1-1/+2
2014-09-13Use comphelper::SequenceAsHashMapMiklos Vajna1-14/+5
2014-08-28Remove pointless WriterFilter::initialize()Miklos Vajna1-30/+8
2014-08-07Use comphelper::SequenceAsHashMapMiklos Vajna1-22/+12
2014-06-18writerfilter: Fold all the various DEBUG_* macros into DEBUG_DOMAINMAPPER.Jan Holesovsky1-3/+3
2014-06-18writerfilter: Consistent naming of dmapper_logger.Jan Holesovsky1-4/+4
2014-06-11writerfilter: Kill debug_logger.Jan Holesovsky1-7/+1
2014-06-02fix debug=2 buildCaolán McNamara1-1/+1
2014-05-30writerfilter: clean up 'using namespace ::rtl'Miklos Vajna1-5/+3
2014-05-23DOCX import: detect document signatureMiklos Vajna1-0/+8
2014-04-12fdo#74599 RTF import: enable StylesNoDefault compat settingMiklos Vajna1-3/+0
2014-03-21DOCX import: implement progressbarMiklos Vajna1-1/+2
2014-02-28writerfilter: put w:compatSettings into a document level GrabBagTomaž Vajngerl1-1/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-01-10fdo#72520 : Added embedded data of docx file to InteropGrabBag.sushil_shinde1-1/+5
2013-12-13writerfilter: remove unused WW8StreamMiklos Vajna1-1/+0
2013-12-13fdo#71786 : Implemented Glossary folderRohit Deshmukh1-1/+7
2013-12-12writerfilter: refactor code to fill document grab bagJacobo Aragunde Pérez1-129/+57
2013-12-11fdo#64232: export w:themeFontLang setting to docxJacobo Aragunde Pérez1-1/+34
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-15[docx] activeX reference files (.bin) saved in InteropGrabBag and exported.sushil_shinde1-1/+5
2013-11-14[docx] activeX files saved in InteropGrabBag and exported.sushil_shinde1-0/+30
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-2/+2
2013-11-13[docx] CustomXml relationship files saved in InteropGrabBag and exported.sushil_shinde1-1/+6
2013-11-07remove unnecessary use of OUString constructor in WRITERFILTER moduleNoel Grandin1-2/+2
2013-11-05[docx] CustomXml saved in InteropGrabBag and exported customxml when saving.sushil_shinde1-0/+32
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza1-17/+4
2013-09-25writerfilter: remove dead WW8DocumentFactoryMiklos Vajna1-7/+0
2013-09-20writerfilter: OOXML theme saved in InteropGrabBagAndres Gomez1-0/+33
2013-01-08n#793998 sw: add TabOverMargin compat modeMiklos Vajna1-0/+1
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna1-1/+1
2012-10-29DOCX: w:doNotUseHTMLParagraphAutoSpacing should affect AddParaTableSpacingMiklos Vajna1-1/+0
2012-10-13writerfilter: fix new clang warningsMiklos Vajna1-1/+0
2012-09-21fdo#49819 - allow slightly inconsistent docx files to be repairedMichael Meeks1-4/+3
2012-09-20n#779627: added quite some compat options from the ww8 filter on writerfilterCédric Bosdonnat1-0/+14
2012-09-14n#778140 enable AddParaTableSpacing for docx, as it's enabled for ww8 as wellMiklos Vajna1-0/+1