summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/filter
Commit message (Expand)AuthorAgeFilesLines
* writerfilter: fix indentationMiklos Vajna2017-07-031-2/+2
* loplugin:oncevar in writerfilter..xmlhelpNoel Grandin2017-06-282-4/+8
* writerfilter: remove unused WriterFilterDetectorMiklos Vajna2017-06-151-134/+0
* Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna2017-06-071-3/+8
* Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna2017-06-021-0/+3
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* new loplugin unoanyNoel Grandin2017-02-281-8/+8
* writerfilter: can use std::move() hereMiklos Vajna2017-02-152-5/+5
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-263-42/+42
* New loplugin:dynexcspec: Add @throws documentation, writerfilterStephan Bergmann2017-01-191-0/+1
* tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat optionMiklos Vajna2017-01-061-0/+1
* writerfilter: various small cleanupsMiklos Vajna2016-12-201-3/+1
* tdf#41542 globally allow padding without borders: UIJustin Luth2016-11-241-1/+0
* loplugin:unnecessaryoverride (dtors) in writerfilterStephan Bergmann2016-11-243-7/+0
* tdf#41542 rename variable to match LO5.4 terminologyJustin Luth2016-10-291-1/+1
* tdf#84678 DOCX import: fix handling of textbox marginsMiklos Vajna2016-10-251-0/+1
* Formatting: consistent spot for TreatSingleColumnBreakAsPageBreakJustin Luth2016-09-011-1/+1
* tdf#76349 writer: make 1column-as-page break a compatibility optionJustin Luth2016-08-301-0/+1
* writerfilter: clean up virtual keywords where override already implies thatMiklos Vajna2016-06-153-23/+23
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+2
* writerfilter: use '= default;'Miklos Vajna2016-05-203-7/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-28/+28
* tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna2016-03-311-0/+1
* tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna2016-02-231-1/+1
* Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna2016-02-161-2/+1
* writerfilter: DOCX signature is read in xmlsecurity already, remove TODOMiklos Vajna2016-02-101-8/+0
* Remove unused includesMiklos Vajna2016-01-302-2/+0
* loplugin:unusedfields writerfilter,writerperfectNoel Grandin2015-12-211-7/+4
* writerfilter: set a BaseURL on embedded math objectsMichael Stahl2015-12-151-1/+2
* writerfilter: dmapper ctor can read TextInsertModeRange directlyMiklos Vajna2015-10-192-6/+2
* tdf#94374 DOCX import: allow insert -> object -> documentMiklos Vajna2015-10-191-1/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-20/+20
* this debugging code can definitely use oslCaolán McNamara2015-08-181-3/+3
* new loplugin: refcountingNoel Grandin2015-08-031-2/+2
* Unused includesMiklos Vajna2015-06-081-1/+0
* tdf#90260 writerfilter: pasted RTF documents may contain no \parMiklos Vajna2015-05-121-1/+2
* writerfilter: noExplicitConstructor cppcheck fixesMiklos Vajna2015-05-043-3/+3
* SkipImages option for document importLászló Németh2015-03-241-1/+2
* Unused includesMiklos Vajna2015-03-142-8/+0
* loplugin:unreffunStephan Bergmann2015-02-231-2/+0
* writerfilter: clean up WriterFilterDetectionMiklos Vajna2015-02-232-117/+65
* writerfilter: clean up DOCX XFilter implementationMiklos Vajna2015-02-223-452/+381
* writerfilter: clean up RtfFilterMiklos Vajna2015-02-212-109/+57
* -Werror=unused-parameterMiklos Vajna2015-02-191-1/+3
* writerfilter: use constructor for writerfilter moduleChris Sherlock2015-02-197-87/+20
* Guard against createInstance throwing non-Runtime-ExceptionStephan Bergmann2015-02-111-3/+14
* writerfilter: make sure that these headers are self-containedMiklos Vajna2015-02-082-2/+3
* Use std::initializer_list ctorMiklos Vajna2015-01-251-5/+6
* loplugin:stringconcatStephan Bergmann2015-01-221-2/+2