summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* writerfilter: turn RTFDestinationState into a C++11 scoped enumerationMiklos Vajna2015-03-299-551/+555
* Use std::make_shared<>Miklos Vajna2015-03-283-26/+21
* writerfilter: avoid manual realloc in StyleSheetTableMiklos Vajna2015-03-271-7/+6
* tdf#89496 fixed crash on rtf shape group parsingVasily Melenchuk2015-03-261-0/+1
* TyposJulien Nabet2015-03-251-1/+1
* SkipImages option for document importLászló Németh2015-03-245-9/+18
* Use std::make_shared<>Miklos Vajna2015-03-221-20/+18
* Char shading: use a marker for character background imported from MSO shadingZolnai Tamás2015-03-213-0/+3
* Char highlight: RTF filtersZolnai Tamás2015-03-212-10/+13
* Char highlight: enable DOCX importZolnai Tamás2015-03-211-1/+1
* Use comphelper::containerToSequence()Miklos Vajna2015-03-211-29/+24
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-2/+2
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-2/+2
* RTF import: handle \sautoupdMiklos Vajna2015-03-151-0/+3
* Use comphelper::containerToSequence() instead of manual reallocMiklos Vajna2015-03-152-44/+39
* Use comphelper::containerToSequence()Miklos Vajna2015-03-141-14/+12
* Unused includesMiklos Vajna2015-03-143-9/+0
* TyposJulien Nabet2015-03-121-1/+1
* tdf#49893: fix for missing header on page 2Vasily Melenchuk2015-03-082-4/+4
* V801: Decreased performanceCaolán McNamara2015-03-059-35/+33
* V813: Decreased performanceCaolán McNamara2015-03-0411-29/+24
* loplugin:unreffunStephan Bergmann2015-02-231-2/+0
* writerfilter: clean up WriterFilterDetectionMiklos Vajna2015-02-232-117/+65
* writerfilter: clean up DOCX XFilter implementationMiklos Vajna2015-02-224-453/+382
* TyposJulien Nabet2015-02-211-1/+1
* writerfilter: clean up RtfFilterMiklos Vajna2015-02-212-109/+57
* Remove unnecessary prefixesStephan Bergmann2015-02-201-1/+1
* -Werror=unused-parameterMiklos Vajna2015-02-191-1/+3
* writerfilter: use constructor for writerfilter moduleChris Sherlock2015-02-199-91/+26
* RTF filter: handle mirrored marginsMiklos Vajna2015-02-151-0/+3
* writerfilter: turn RTFFormFieldTypes into a C++11 scoped enumerationMiklos Vajna2015-02-142-15/+15
* indentation fixesMiklos Vajna2015-02-142-14/+14
* tdf#49893 partial fix for blank rentangle problem in RTFVasily Melenchuk2015-02-132-7/+13
* Guard against createInstance throwing non-Runtime-ExceptionStephan Bergmann2015-02-112-5/+32
* writerfilter: make sure that these headers are self-containedMiklos Vajna2015-02-089-8/+17
* Use std::initializer_list ctorMiklos Vajna2015-02-071-2/+4
* loplugin:deletedspecialStephan Bergmann2015-02-073-4/+4
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-0622-51/+65
* Updated all precompiled headers.Ashod Nakashian2015-02-051-15/+12
* Update for CJK numbered list enhancement.Mark Hung2015-02-031-1/+1
* coverity#1267629 Logically dead codeCaolán McNamara2015-02-022-11/+6
* WaE: unused variableNorbert Thiebaud2015-02-021-1/+2
* callcatcher: remove some unused methodsCaolán McNamara2015-02-022-12/+0
* writerfilter: import paragraph color as fill attributesMiklos Vajna2015-02-013-3/+13
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-48/+0
* remove unused typedefsNoel Grandin2015-01-282-2/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-262-13/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-269-32/+29
* Use std::initializer_list ctorMiklos Vajna2015-01-251-5/+6
* writerfilter: turn RTFBorderState into a C++11 scoped enumerationMiklos Vajna2015-01-242-18/+18