summaryrefslogtreecommitdiffstats
path: root/oox/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#70415 PPTX import: fix assert fail in importEmbeddedGraphics()Miklos Vajna2017-06-021-7/+4
* convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2017-06-021-1/+1
* sw: add separate DOCM filterMiklos Vajna2017-06-011-2/+4
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-311-3/+0
* tdf#76446 GSoC: incorrect rotation of VML shapesGrzegorz Araminowicz2017-05-312-12/+30
* tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2017-05-312-12/+19
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-312-6/+0
* remove duplicate 'using namespace'Jochen Nitschke2017-05-302-2/+0
* getUtf8TokenName can return by const refNoel Grandin2017-05-294-3/+5
* remove unnecessary use of OString::getStrNoel Grandin2017-05-283-31/+9
* Watermark: VML font-family import for textpathSzymon Kłos2017-05-282-0/+23
* Watermark: docx interoperabilitySzymon Kłos2017-05-262-3/+12
* loplugin:constantparamNoel Grandin2017-05-253-14/+12
* svtools: add GraphicProvider::queryGraphics()Miklos Vajna2017-05-231-16/+13
* oox: add GraphicHelper::importGraphics()Miklos Vajna2017-05-231-7/+42
* oox: add GraphicHelper::importEmbeddedGraphics()Miklos Vajna2017-05-232-8/+36
* oox: these getShape() functions can be constMiklos Vajna2017-05-223-3/+3
* PPTX import: import JPEG images ahead of timeMiklos Vajna2017-05-221-0/+41
* cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke2017-05-216-17/+0
* loplugin:unusedfields improve write-only analysisNoel Grandin2017-05-161-2/+0
* Correct URI for HDPHOTO, tdf#107197 follow-upEike Rathke2017-05-151-1/+1
* tdf#107197 Replace relationship URIFakabbir Amin2017-05-144-22/+52
* remove unused uno::Reference varsNoel Grandin2017-05-124-8/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-0920-20/+0
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-091-18/+14
* loplugin:constantparamNoel Grandin2017-05-091-2/+1
* remove unused boolJochen Nitschke2017-05-081-5/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-076-19/+18
* tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock2017-05-076-18/+19
* tdf#106520 xlsx: black square where image should beThomas Beck2017-05-041-3/+3
* cleanup includesJochen Nitschke2017-05-044-10/+10
* loplugin:checkunusedparams in ooxNoel Grandin2017-05-0215-44/+21
* replace oox internal hashing code with new comphelper codeMarkus Mohrhard2017-04-293-143/+20
* loplugin:salunicodeliteral: ooxStephan Bergmann2017-04-281-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-3/+1
* tdf#107020: Reintroduce uses of I32S, I64SStephan Bergmann2017-04-273-114/+114
* clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin2017-04-241-4/+1
* Indentation fixesMiklos Vajna2017-04-241-1/+1
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-212-4/+4
* cppcheck: arrayIndexThenCheckJulien Nabet2017-04-161-1/+1
* first stab at replacing hard coded relationships with calls to a methodMarkus Mohrhard2017-04-162-0/+34
* tdf#100926: PPTX import of table with rotated textTamás Zolnai2017-04-151-0/+5
* convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin2017-04-132-18/+27
* Removed duplicated includesAndrea Gelmini2017-04-131-4/+0
* enum spelling: throught -> throughJustin Luth2017-04-121-1/+1
* convert AX_FONTDATA constants to scoped enumNoel Grandin2017-04-122-11/+13
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-121-3/+2
* loplugin:inlinefields in oox::vml::VMLExportNoel Grandin2017-04-101-6/+3
* Improved loplugin:redundantcast, static_cast on arithmetic types: ooxStephan Bergmann2017-04-062-7/+7
* loplugin:singlevalfieldsNoel Grandin2017-04-062-9/+7