summaryrefslogtreecommitdiff
path: root/oox/source/core
AgeCommit message (Expand)AuthorFilesLines
2018-04-05oox: don't segfault when failing to open a custom fragmentAshod Nakashian1-6/+9
2018-03-26tdf#116283 oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky1-2/+0
2018-03-26oox: preserve the ContentType of custom filesAshod Nakashian1-12/+26
2018-03-25oox: cosmetic cleanupAshod Nakashian1-2/+2
2018-03-25oox: preserve custom oox fragments and packagesAshod Nakashian1-0/+172
2018-03-25oox: move putPropertiesToDocumentGrabBag to XmlFilterBaseAshod Nakashian1-0/+30
2017-10-23loplugin:includeform: ooxStephan Bergmann13-47/+47
2017-09-27readonly maPublicId in RecordInputSourceNoel Grandin1-1/+1
2017-09-19fix SequenceOutputStream constnessNoel Grandin1-1/+1
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin2-2/+2
2017-09-05Use LanguageTag::getBcp47MS() to write MS malformed tags to OOXML, tdf#83190Eike Rathke1-1/+1
2017-08-25loplugin:unusedmethodsNoel Grandin1-296/+0
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-08-09tdf#111548: Better fix for PPTX / XLSX import of ActiveX controlsTamás Zolnai1-0/+1
2017-07-31loplugin:constparams in ooxNoel Grandin2-3/+3
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky1-2/+4
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: ooxStephan Bergmann2-3/+0
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-3/+1
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem2-0/+8
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin2-2/+2
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna1-8/+1
2017-06-06Related: tdf#108269 oox: ignore case when checking .docm extensionMiklos Vajna1-2/+11
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-06-02Related: tdf#108269 oox: allow recovering broken DOCM filesMiklos Vajna1-7/+12
2017-06-02oox: clean up lclHasSuffix() and its copy&pasted versionMiklos Vajna1-9/+2
2017-06-01sw: add separate DOCM filterMiklos Vajna1-2/+4
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-3/+3
2017-04-05add a clearDocumentHandler for null document handler caseCaolán McNamara2-1/+8
2017-04-05loplugin:constantparam part2Noel Grandin1-9/+2
2017-03-30loplugin:unusedenumconstantsNoel Grandin1-2/+1
2017-03-29loplugin:unusedmethodsNoel Grandin1-57/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-4/+4
2017-02-22loplugin:unusedfieldsNoel Grandin1-6/+4
2017-02-10coverity#736181 Out-of-bounds readCaolán McNamara1-5/+4
2017-02-06loplugin:unusedenumconstants in ooxNoel Grandin1-4/+4
2017-02-03tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna1-1/+7
2017-01-26Remove dynamic exception specificationsStephan Bergmann11-82/+73
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin1-5/+0
2017-01-24use rtl::Reference in FastParserNoel Grandin3-10/+7
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann3-0/+4
2017-01-04replace namespace URL strings with function calls...Rosemary Sebastian1-9/+9
2016-12-26use the existing namespace map for the oox namespace exportMarkus Mohrhard1-1/+16
2016-12-26OSL_ENSURE -> SAL_WARN_IF in oox relationship codeMarkus Mohrhard1-2/+2
2016-12-02tdf#104310: Accept x12ac lists and fallbacks in dataValidationsMike Kaganski2-1/+5
2016-11-09crashtesting: unexpected exception on novell403458-1.pptxCaolán McNamara1-3/+3