summaryrefslogtreecommitdiff
path: root/oox/source/export/chartexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-11tdf#121744 XLSX Export Combinated Chart (Column and Line)Jozsef Szakacs1-8/+18
2019-01-21tdf#122031 Change element order for OOXML compatibility.Gülşah Köse1-1/+1
2019-01-18tdf#122031 Export number format of chart label to OOXML Gülşah Köse1-2/+18
2018-09-12tdf#94502 Fix overlap export of Stacked Bar Chart to *.xlsxBalazs Varga1-1/+16
2018-08-29tdf#96469 Export Data Point properties in Charts on DOCX/XLSXBalazs Varga1-0/+51
2018-08-10tdf#108078 OOXML Export Chart shapes area fill propertiesBalazs Varga1-14/+8
2018-08-02tdf#119029: also export rotation for data seriesMike Kaganski1-7/+21
2018-08-02tdf#115945 oox export: data label writeRunPropertiesJustin Luth1-0/+2
2018-07-20tdf#114821 import/export/place complex data labels in chartsSzymon Kłos1-4/+103
2018-04-12Add export of the side wall for 3D chart, during .xlsx exportBartosz Kosiorek1-6/+12
2018-04-12tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek1-3/+14
2018-04-12tdf#114139 Don't export Plot Area shape property fot 3D chartsBartosz Kosiorek1-1/+5
2018-03-19tdf#116163: Limit label height in chart if neededSzymon Kłos1-3/+17
2018-02-28tdf#115859 Export number format for chart seriesSzymon Kłos1-0/+18
2018-01-26crashtesting: multiple export failuresCaolán McNamara1-10/+16
2018-01-17export explosion property for pie chart property, tdf#114182Markus Mohrhard1-2/+22
2018-01-09tdf#114173 Preserve size of chart legend during xlsx exportBartosz Kosiorek1-19/+41
2017-12-19don't export category info to bubble charts, tdf#103988Markus Mohrhard1-1/+1
2017-12-19fix validation error in lineChart export, related tdf#57832Markus Mohrhard1-2/+2
2017-10-23loplugin:includeform: ooxStephan Bergmann1-4/+4
2017-10-13SmartArt: export text rotation in the PPTXSzymon Kłos1-21/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-6/+6
2017-09-23tdf#112089 add charts to the ShapeMapSzymon Kłos1-9/+1
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin1-4/+4
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-1/+1
2017-07-31loplugin:constparams in ooxNoel Grandin1-1/+1
2017-07-14Remove unused [m]sChartAddressStephan Bergmann1-125/+3
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-2/+2
2017-07-07merge BS and ToPsz10, etcCaolán McNamara1-6/+6
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-10/+5
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-3/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-15/+3
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-2/+0
2017-05-14tdf#107197 Replace relationship URIFakabbir Amin1-2/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-5/+0
2017-05-08remove unused boolJochen Nitschke1-5/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin1-3/+1
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-3/+1
2017-04-27tdf#107020: Reintroduce uses of I32S, I64SStephan Bergmann1-31/+31
2017-03-31use actual UNO enums in ooxNoel Grandin1-2/+2
2017-03-25There should be no need to distinguish between I32S and I64SStephan Bergmann1-31/+31
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-04tdf#106304: Don't unnecessarily use bogus default char size for a:endParaRPrTor Lillqvist1-3/+8
2017-02-02loplugin:stringconstantStephan Bergmann1-1/+1