summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter
AgeCommit message (Expand)AuthorFilesLines
2018-07-12Add missing sal/log.hxx headersGabor Kelemen2-0/+3
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-2/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-2/+2
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2-6/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-5/+8
2018-02-14oox: move putPropertiesToDocumentGrabBag to XmlFilterBaseAshod Nakashian1-34/+2
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna1-1/+1
2017-12-11tdf#112443 disable off-page content positioningPatrick Jaap1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-3/+2
2017-10-04loplugin:finalclasses in writerfilterNoel Grandin1-2/+0
2017-09-07writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna2-3/+3
2017-08-25writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna2-8/+8
2017-08-20Typo about "document"Julien Nabet1-1/+1
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai1-4/+0
2017-07-03writerfilter: fix indentationMiklos Vajna1-2/+2
2017-06-28loplugin:oncevar in writerfilter..xmlhelpNoel Grandin2-4/+8
2017-06-15writerfilter: remove unused WriterFilterDetectorMiklos Vajna1-134/+0
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna1-3/+8
2017-06-02Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna1-0/+3
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-8/+8
2017-02-15writerfilter: can use std::move() hereMiklos Vajna2-5/+5
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-42/+42
2017-01-19New loplugin:dynexcspec: Add @throws documentation, writerfilterStephan Bergmann1-0/+1
2017-01-06tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat optionMiklos Vajna1-0/+1
2016-12-20writerfilter: various small cleanupsMiklos Vajna1-3/+1
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth1-1/+0
2016-11-24loplugin:unnecessaryoverride (dtors) in writerfilterStephan Bergmann3-7/+0
2016-10-29tdf#41542 rename variable to match LO5.4 terminologyJustin Luth1-1/+1
2016-10-25tdf#84678 DOCX import: fix handling of textbox marginsMiklos Vajna1-0/+1
2016-09-01Formatting: consistent spot for TreatSingleColumnBreakAsPageBreakJustin Luth1-1/+1
2016-08-30tdf#76349 writer: make 1column-as-page break a compatibility optionJustin Luth1-0/+1
2016-06-15writerfilter: clean up virtual keywords where override already implies thatMiklos Vajna3-23/+23
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+2
2016-05-20writerfilter: use '= default;'Miklos Vajna3-7/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-28/+28
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