summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-20tdf#89064 Fix import of pages with comments and notesPaul Trojahn1-2/+2
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem5-0/+15
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-2/+2
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem1-2/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke10-12/+0
2017-06-11allow build without tls and ssljan Iversen1-0/+24
2017-06-10coverity#1412145 Result is not floating pointCaolán McNamara1-1/+1
2017-06-09GSoC: import VML shape adjustmentsGrzegorz Araminowicz3-14/+36
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin2-14/+12
2017-06-09VML: EMU to Points conversionSzymon Kłos1-3/+1
2017-06-08oox: replace PUT_PROP macro with comphelper::makePropertyValue() callsMiklos Vajna1-67/+58
2017-06-08Watermark: VML export/import font sizeSzymon Kłos3-2/+19
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin8-8/+8
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna2-8/+15
2017-06-06Related: tdf#108269 oox: ignore case when checking .docm extensionMiklos Vajna1-2/+11
2017-06-05typosJulien Nabet1-1/+1
2017-06-05spelling instanciate -> instantiateNoel Grandin1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin15-19/+22
2017-06-04Remove usage of OString("")Arnaud Versini1-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-02tdf#70415 PPTX import: fix assert fail in importEmbeddedGraphics()Miklos Vajna1-7/+4
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-1/+1
2017-06-01sw: add separate DOCM filterMiklos Vajna1-2/+4
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-3/+0
2017-05-31tdf#76446 GSoC: incorrect rotation of VML shapesGrzegorz Araminowicz2-12/+30
2017-05-31tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2-12/+19
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin2-6/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke2-2/+0
2017-05-29getUtf8TokenName can return by const refNoel Grandin5-4/+6
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-31/+9
2017-05-28Watermark: VML font-family import for textpathSzymon Kłos2-0/+23
2017-05-26Watermark: docx interoperabilitySzymon Kłos2-3/+12
2017-05-25loplugin:constantparamNoel Grandin3-14/+12
2017-05-23svtools: add GraphicProvider::queryGraphics()Miklos Vajna1-16/+13
2017-05-23oox: add GraphicHelper::importGraphics()Miklos Vajna1-7/+42
2017-05-23oox: add GraphicHelper::importEmbeddedGraphics()Miklos Vajna2-8/+36
2017-05-22oox: these getShape() functions can be constMiklos Vajna3-3/+3
2017-05-22PPTX import: import JPEG images ahead of timeMiklos Vajna1-0/+41
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke6-17/+0
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-2/+0
2017-05-15Correct URI for HDPHOTO, tdf#107197 follow-upEike Rathke1-1/+1
2017-05-14tdf#107197 Replace relationship URIFakabbir Amin4-22/+52
2017-05-12remove unused uno::Reference varsNoel Grandin4-8/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke20-20/+0
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-18/+14
2017-05-09loplugin:constantparamNoel Grandin1-2/+1
2017-05-08remove unused boolJochen Nitschke1-5/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock6-19/+18