summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix 64-bit build after OUStringBuffer changeMichael Stahl2015-01-232-2/+2
* avoid terminate on loading fdo73574-3.docxCaolán McNamara2015-01-233-6/+10
* writerfilter: WaE unused variableMichael Stahl2015-01-221-1/+1
* loplugin:stringconcatStephan Bergmann2015-01-221-2/+2
* WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara2015-01-221-1/+1
* writerfilter: DOCX import: better error handling than "catch (...) {}"Michael Stahl2015-01-222-2/+94
* writerfilter: set the SystemId to get stream name in SAXExceptionsMichael Stahl2015-01-221-0/+1
* Some more loplugin:cstylecast: writerfilterStephan Bergmann2015-01-204-14/+14
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-191-2/+1
* writerfilter: turn RTFFieldStatus into a C++11 scoped enumerationMiklos Vajna2015-01-172-9/+9
* rhbz#1180114: writerfilter: don't crash on w:customXmlDelRangeStart etc.Michael Stahl2015-01-143-1/+24
* writerfilter: document action tokenidMichael Stahl2015-01-141-0/+2
* Use std::initializer_list ctorMiklos Vajna2015-01-111-3/+4
* writerfilter: clean up RTFFrame::getSprms()Miklos Vajna2015-01-101-3/+1
* RTF filter: change uses of cppu::WeakImplHelper* to use variadic variantsMiklos Vajna2015-01-101-2/+2
* RtfFilter: indentation fixesMiklos Vajna2015-01-101-37/+25
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+0
* WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist2015-01-051-1/+1
* fdo#79738: FILEOPEN: Number lines in footer not compatible with MSOCharu Tyagi2015-01-041-0/+32
* Use std::make_sharedMiklos Vajna2015-01-033-273/+236
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-5/+6
* Use std::make_shared to create RTFDocumentImplMiklos Vajna2015-01-012-2/+2
* writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna2014-12-3057-143/+139
* RtfFilter::filter: don't leak pInMiklos Vajna2014-12-281-5/+4
* writerfilter: turn RTFBmpStyle into a C++11 scoped enumerationMiklos Vajna2014-12-262-9/+9
* writerfilter: turn SourceDocumentType into a C++11 scoped enumerationMiklos Vajna2014-12-254-7/+8
* writerfilter: turn RTFInternalState into a C++11 scoped enumerationMiklos Vajna2014-12-244-19/+18
* writerfilter: turn RTFError into a C++11 scoped enumerationMiklos Vajna2014-12-237-146/+146
* fix indentationMiklos Vajna2014-12-221-1/+1
* writerfilter: fold single remaining header of resourcemodel into dmapperMiklos Vajna2014-12-2221-30/+28
* resolveSprmProps() is used only in dmapperMiklos Vajna2014-12-2210-87/+21
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2014-12-221-1/+1