summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl5-35/+203
2018-01-31tdf#111417 Import read only property on ActiveX text boxbrian houston morrow2-0/+4
2018-01-30tdf#114821 calculate better label positionSzymon Kłos1-10/+24
2018-01-30Revert "tdf#114821 calculate correct label position"Szymon Kłos1-2/+2
2018-01-29tdf#114821 export complex data labels in chartsSzymon Kłos1-4/+103
2018-01-29tdf#114821 import complex data labels in bar chartSzymon Kłos3-0/+81
2018-01-29Fix typosAndrea Gelmini1-1/+1
2018-01-28tdf#111786: PPTX export: Shape's line transparency is not exportedTamás Zolnai1-2/+7
2018-01-28tdf#114821 calculate correct label positionSzymon Kłos1-2/+2
2018-01-26tdf#107608: PPTX: Import pattern fill background colorTamás Zolnai3-3/+10
2018-01-24sal_Bool -> bool (remaining uses of css::uno::Any::has)Stephan Bergmann1-1/+1
2018-01-24tdf#114913 Use master if char size wasn't setPaul Trojahn1-4/+7
2018-01-19refactor to look prettierCaolán McNamara1-6/+6
2018-01-19new loplugin:emptyifNoel Grandin1-3/+0
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann3-4/+0
2018-01-18crashtesting: multiple export failuresCaolán McNamara1-7/+13
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15Fix typoAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: ooxStephan Bergmann3-5/+5
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-2/+2
2018-01-14Use = for initializationStephan Bergmann1-1/+1
2018-01-14ofz#5293 Null-dereference READCaolán McNamara1-1/+3
2018-01-14fix indentCaolán McNamara1-9/+9
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann20-45/+45
2018-01-11Fix typo in codeAndrea Gelmini1-2/+2
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-3/+2
2018-01-09tdf#114173 Preserve size of chart legend during xlsx exportBartosz Kosiorek1-19/+41
2018-01-08support exporting of hatch for chart background, tdf#114180Markus Mohrhard2-3/+29
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna2-0/+2
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem1-15/+18
2018-01-04loplugin:unusedfieldsNoel Grandin1-12/+7
2018-01-03ofz#4929 ensure min input len for openssl ciphersCaolán McNamara1-0/+10
2018-01-02RID_* can be extern global variablesNoel Grandin1-1/+1
2017-12-31try to fix android buildCaolán McNamara1-1/+1
2017-12-30tdf#90626 PPTX: Fix image bullet position in PPTPaul Trojahn1-4/+31
2017-12-30tdf#113788 ActiveX controls' text color is not exported to DOCXBán Róbert1-0/+7
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin5-9/+9
2017-12-29export explosion property for pie chart property, tdf#114182Markus Mohrhard1-2/+22
2017-12-25various coverity exception warningsCaolán McNamara8-17/+12
2017-12-23tdf#111790: Shadow imported from a PPTX file is not overridenmartinb2141-12/+71
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna6-4/+7
2017-12-22also export basic chart structure for empty chartsMarkus Mohrhard1-26/+38
2017-12-21tdf#114613: Repair function does not work after opening PPTX fileTamás Zolnai1-0/+18
2017-12-20coverity#1426744 Uninitialized scalar variableCaolán McNamara1-1/+1
2017-12-20tdf#105517: overwrite existing scheme colors in vectorAron Budea1-1/+5
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-19don't export category info to bubble charts, tdf#103988Markus Mohrhard1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-2/+2