summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-8/+0
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+3
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov1-7/+5
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-07convert SymbolBitmapURL to SymbolBitmap used in chart2Tomaž Vajngerl1-8/+13
2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-21/+12
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann1-1/+1
2016-12-13tdf#95416 Fix includes for xmloffAdam Kasztenny1-1/+1
2016-12-12coverity#704108 Unchecked return valueCaolán McNamara1-4/+4
2016-10-11catch the exception to prevent broken charts, tdf#98690Markus Mohrhard1-2/+9
2016-04-12Avoid reserved identifierStephan Bergmann1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti1-1/+0
2015-07-15-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2015-04-18these two attributes are not part of ODF and unnecessaryMarkus Mohrhard1-4/+0
2015-03-13Typo: elemet->elementJulien Nabet1-1/+1
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin1-1/+1
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida1-0/+21
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-2/+2
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-4/+4
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-5/+5
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-02-26Remove visual noise from xmloffAlexander Wilms1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke1-2/+2
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-6/+6
2013-09-17Resolves: fdo#68431 style:font-name unknown in non autostyles in impress/drawCaolán McNamara1-1/+2
2013-09-17sal_Bool to boolTakeshi Abe1-13/+13
2013-08-16Properly hide implementation details.Kohei Yoshida1-3/+3
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-10/+0
2013-07-03ODT regression curves export refactored to use chart2 APITomaž Vajngerl1-5/+35
2013-07-03Refactor regression curve handling in xmloff import to use chart2.Tomaž Vajngerl1-11/+13
2013-06-19fdo#43460 xmloff: use isEmpty()Jelle van der Waa1-1/+1
2013-04-22get the handling of error bar ranges correct in xmloffMarkus Mohrhard1-0/+37
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-03-20simplify OUString assignmentsChr. Rossmanith1-5/+5
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-5/+5
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-1/+0
2012-01-25Fix for fdo43460 Part XLVII getLength() to isEmpty()Olivier Hallot1-3/+3