summaryrefslogtreecommitdiffstats
path: root/oox/source/export/chartexport.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* Fix for Corruption of chart due to Data Lables in Writer, Impress and CalcRohit Deshmukh2013-10-121-23/+57
* Force intercept export for OOXMLTomaž Vajngerl2013-07-031-0/+14
* fix element order in OOXML exportMarkus Mohrhard2013-07-031-7/+9
* Support for trendlines in charts when exporting in OOXML format.Tomaž Vajngerl2013-07-031-0/+123
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-8/+8
* Search for char instead of 1 char long string, when possible.Thomas Arnhold2013-06-291-1/+1
* respect element order in OOXML chart export, related fdo#63114Markus Mohrhard2013-05-271-3/+3
* WaE on mac osx buildNorbert Thiebaud2013-05-191-1/+1
* -Werror=maybe-uninitializedStephan Bergmann2013-05-131-2/+2
* data label export does not work with bar chartsMarkus Mohrhard2013-05-061-1/+1
* another validation error in chart OOXML exportMarkus Mohrhard2013-05-051-8/+9
* respect element order in OOXML chart export, fdo#59857Markus Mohrhard2013-05-051-3/+5
* respect element order in OOXML chart export, related fdo#59857Markus Mohrhard2013-05-051-4/+4
* respect element order in OOXML export, related fdo#59857Markus Mohrhard2013-05-051-0/+14
* overlap is only valid for the 2D bar chart, related fdo#59857Markus Mohrhard2013-05-051-13/+1
* respect element order in OOXML chart export, related fdo#59857Markus Mohrhard2013-05-051-10/+10
* respect order of elements in OOXML chart export, related fdo#59857Markus Mohrhard2013-05-051-10/+10
* we need to exclude scatter chart for data label export for nowMarkus Mohrhard2013-05-011-1/+4
* better to use no overlay for nowMarkus Mohrhard2013-04-301-0/+3
* only export c:SymbolSize if attribute is thereMarkus Mohrhard2013-04-301-7/+9
* also export point sizeMarkus Mohrhard2013-04-301-0/+15
* export markers to OOXMLMarkus Mohrhard2013-04-301-2/+34
* remove a few more unused variablesMarkus Mohrhard2013-04-301-44/+0
* c:varyColor is true by default in ExcelMarkus Mohrhard2013-04-291-0/+4
* OSL_TRACE => SAL_WARN in chartexport.cxxMarkus Mohrhard2013-04-291-3/+1
* c:delete is true by default in ExcelMarkus Mohrhard2013-04-291-6/+2
* change order to allow validation of chart partMarkus Mohrhard2013-04-291-2/+3
* another validation error with OOXML chart exportMarkus Mohrhard2013-04-291-1/+3
* order of element matters in OOXML exportMarkus Mohrhard2013-04-291-8/+8
* export for error bars to OOXML, fdo#62312Markus Mohrhard2013-04-291-0/+154
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
* -Wunused-macrosStephan Bergmann2013-03-271-12/+0
* clean up DBG_ERRORnThomas Arnhold2013-03-221-2/+1
* remove duplicate copy of SchXMLSeriesHelper: take 2Peter Foley2013-03-211-1/+1
* Revert "remove duplicate copy of SchXMLSeriesHelper"Peter Foley2013-03-211-1/+1
* remove duplicate copy of SchXMLSeriesHelperPeter Foley2013-03-211-1/+1
* fdo#58789: export field separators, fix series name displayKatarina Behrens2013-02-171-1/+14
* oox: MSVC complains that nPlacement may be uninitializedMichael Stahl2013-02-131-1/+1
* oox: fix build breaker: stop using some non-existent "S"Michael Stahl2013-02-131-2/+2
* fdo#59789: xlsx export of data point labels, first cutKatarina Behrens2013-02-131-1/+80
* oox: kill no longer needed S() macroMiklos Vajna2013-01-221-34/+34
* Removel ::rtl:: prefixes and macros in ooxJosé Guilherme Vanz2012-12-191-34/+30
* oox: fix loplugin warningsMiklos Vajna2012-10-131-1/+1
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-22/+6
* write only non NaN chart series values (fixes part of n#760997Radek Doulik2012-09-201-1/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-07-171-23/+14
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-1/+1
* targeted string re-workNorbert Thiebaud2012-06-011-55/+55
* nuke unused typedefTakeshi Abe2012-05-311-2/+0