summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
AgeCommit message (Expand)Author
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin
2022-08-15xmloff: import and export for the chart data tableTomaž Vajngerl
2021-11-15move xmloff chart tables into cxx fileNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt
2020-10-01loplugin:reducevarscope in xmloffNoel
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-06-30Related: tdf#131175 OOXML chart: import data label fill patternGülşah Köse
2020-05-19xmloff: ODF export: additional ODF 1.3 chart featuresMichael Stahl
2020-05-09xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl
2020-05-04tdf#131175 Import data label solid fill and color.Gülşah Köse
2020-01-23tdf#130133: fix wrong values for attribute chart:regression-type in ODF 1.2Julien Nabet
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-07convert SymbolBitmapURL to SymbolBitmap used in chart2Tomaž Vajngerl
2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann
2016-12-13tdf#95416 Fix includes for xmloffAdam Kasztenny
2016-12-12coverity#704108 Unchecked return valueCaolán McNamara
2016-10-11catch the exception to prevent broken charts, tdf#98690Markus Mohrhard
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti
2015-07-15-Werror,-Wunused-private-fieldStephan Bergmann
2015-04-18these two attributes are not part of ODF and unnecessaryMarkus Mohrhard
2015-03-13Typo: elemet->elementJulien Nabet
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from xmloffAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke