summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2015-02-23loplugin:unreffunStephan Bergmann1-2/+0
2015-02-23writerfilter: clean up WriterFilterDetectionMiklos Vajna2-117/+65
2015-02-22writerfilter: clean up DOCX XFilter implementationMiklos Vajna4-453/+382
2015-02-21TyposJulien Nabet1-1/+1
2015-02-21writerfilter: clean up RtfFilterMiklos Vajna2-109/+57
2015-02-20Remove unnecessary prefixesStephan Bergmann1-1/+1
2015-02-19-Werror=unused-parameterMiklos Vajna1-1/+3
2015-02-19writerfilter: use constructor for writerfilter moduleChris Sherlock9-91/+26
2015-02-15RTF filter: handle mirrored marginsMiklos Vajna1-0/+3
2015-02-14writerfilter: turn RTFFormFieldTypes into a C++11 scoped enumerationMiklos Vajna2-15/+15
2015-02-14indentation fixesMiklos Vajna2-14/+14
2015-02-13tdf#49893 partial fix for blank rentangle problem in RTFVasily Melenchuk2-7/+13
2015-02-11Guard against createInstance throwing non-Runtime-ExceptionStephan Bergmann2-5/+32
2015-02-08writerfilter: make sure that these headers are self-containedMiklos Vajna9-8/+17
2015-02-07Use std::initializer_list ctorMiklos Vajna1-2/+4
2015-02-07loplugin:deletedspecialStephan Bergmann3-4/+4
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage22-51/+65
2015-02-05Updated all precompiled headers.Ashod Nakashian1-15/+12
2015-02-03Update for CJK numbered list enhancement.Mark Hung1-1/+1
2015-02-02coverity#1267629 Logically dead codeCaolán McNamara2-11/+6
2015-02-02WaE: unused variableNorbert Thiebaud1-1/+2
2015-02-02callcatcher: remove some unused methodsCaolán McNamara2-12/+0
2015-02-01writerfilter: import paragraph color as fill attributesMiklos Vajna3-3/+13
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-48/+0
2015-01-28remove unused typedefsNoel Grandin2-2/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-13/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin9-32/+29
2015-01-25Use std::initializer_list ctorMiklos Vajna1-5/+6
2015-01-24writerfilter: turn RTFBorderState into a C++11 scoped enumerationMiklos Vajna2-18/+18
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl2-2/+2
2015-01-23avoid terminate on loading fdo73574-3.docxCaolán McNamara3-6/+10
2015-01-22writerfilter: WaE unused variableMichael Stahl1-1/+1
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 Stahl2-2/+94
2015-01-22writerfilter: set the SystemId to get stream name in SAXExceptionsMichael Stahl1-0/+1
2015-01-20Some more loplugin:cstylecast: writerfilterStephan Bergmann4-14/+14
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-17writerfilter: turn RTFFieldStatus into a C++11 scoped enumerationMiklos Vajna2-9/+9
2015-01-14rhbz#1180114: writerfilter: don't crash on w:customXmlDelRangeStart etc.Michael Stahl3-1/+24
2015-01-14writerfilter: document action tokenidMichael Stahl1-0/+2
2015-01-11Use std::initializer_list ctorMiklos Vajna1-3/+4
2015-01-10writerfilter: clean up RTFFrame::getSprms()Miklos Vajna1-3/+1
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
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+0
2015-01-05WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist1-1/+1
2015-01-04fdo#79738: FILEOPEN: Number lines in footer not compatible with MSOCharu Tyagi1-0/+32
2015-01-03Use std::make_sharedMiklos Vajna3-273/+236