summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter
AgeCommit message (Expand)AuthorFilesLines
2016-03-31tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna1-0/+1
2016-02-23tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna1-1/+1
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna1-2/+1
2016-02-10writerfilter: DOCX signature is read in xmlsecurity already, remove TODOMiklos Vajna1-8/+0
2016-01-30Remove unused includesMiklos Vajna2-2/+0
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin1-7/+4
2015-12-15writerfilter: set a BaseURL on embedded math objectsMichael Stahl1-1/+2
2015-10-19writerfilter: dmapper ctor can read TextInsertModeRange directlyMiklos Vajna2-6/+2
2015-10-19tdf#94374 DOCX import: allow insert -> object -> documentMiklos Vajna1-1/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-20/+20
2015-08-18this debugging code can definitely use oslCaolán McNamara1-3/+3
2015-08-03new loplugin: refcountingNoel Grandin1-2/+2
2015-06-08Unused includesMiklos Vajna1-1/+0
2015-05-12tdf#90260 writerfilter: pasted RTF documents may contain no \parMiklos Vajna1-1/+2
2015-05-04writerfilter: noExplicitConstructor cppcheck fixesMiklos Vajna3-3/+3
2015-03-24SkipImages option for document importLászló Németh1-1/+2
2015-03-14Unused includesMiklos Vajna2-8/+0
2015-02-23loplugin:unreffunStephan Bergmann1-2/+0
2015-02-23writerfilter: clean up WriterFilterDetectionMiklos Vajna2-117/+65
2015-02-22writerfilter: clean up DOCX XFilter implementationMiklos Vajna3-452/+381
2015-02-21writerfilter: clean up RtfFilterMiklos Vajna2-109/+57
2015-02-19-Werror=unused-parameterMiklos Vajna1-1/+3
2015-02-19writerfilter: use constructor for writerfilter moduleChris Sherlock7-87/+20
2015-02-11Guard against createInstance throwing non-Runtime-ExceptionStephan Bergmann1-3/+14
2015-02-08writerfilter: make sure that these headers are self-containedMiklos Vajna2-2/+3
2015-01-25Use std::initializer_list ctorMiklos Vajna1-5/+6
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
2015-01-10RTF filter: change uses of cppu::WeakImplHelper* to use variadic variantsMiklos Vajna1-2/+2
2015-01-10RtfFilter: indentation fixesMiklos Vajna1-37/+25
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-12-28RtfFilter::filter: don't leak pInMiklos Vajna1-5/+4
2014-12-25writerfilter: turn SourceDocumentType into a C++11 scoped enumerationMiklos Vajna2-2/+3
2014-12-20writerfilter: clean up copy&pasted dmapper_logger start / endMiklos Vajna2-30/+0
2014-12-20writerfilter: pass the whole MediaDescriptor to dmapperMiklos Vajna2-2/+2
2014-12-15Unused includesMiklos Vajna1-1/+0
2014-12-13writerfilter: use DomainMapperFactoryMiklos Vajna1-3/+3
2014-12-12writerfilter: let ImportFilter only assume that DomainMapper is a StreamMiklos Vajna1-6/+0
2014-12-12writerfilter: add a factory for DomainMapperMiklos Vajna1-2/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-08writerfilter: SW_DEBUG_RTF_PASTE_{TO,FROM} is expected to be UTF-8Miklos Vajna1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-5/+0
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-0/+1
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann2-5/+5
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna2-5/+5
2014-10-16writerfilter: make dmapper logging a runtime decision, not a buildtime oneMiklos Vajna2-2/+4