summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)AuthorFilesLines
2021-10-10loplugin:moveparam in xmloffNoel Grandin2-29/+27
2021-09-15loplugin:constvarsNoel Grandin2-3/+3
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin2-3/+1
2021-09-01tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis5-23/+102
2021-06-30Purge out rtl::math::setNanBaiXiaochun2-14/+6
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-7/+2
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl4-46/+70
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-6/+6
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC25-99/+25
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt2-2/+32
2021-02-11tdf#136011 convert numbers in categories to string during chart exportOuyang Leyan1-1/+5
2021-02-08tdf#94235 Only write data-label-series attr to ODF 1.3 docsSamuel Mehrbrodt1-1/+2
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt2-0/+16
2021-02-07Remove unneeded breaks on xmloff/Andrea Gelmini2-3/+0
2021-01-17use ::Color in ColorPropertySet constructorNoel Grandin3-4/+4
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-18use more string_view in IsXMLTokenNoel3-3/+3
2020-12-18use more string_view in convertEnumNoel1-2/+2
2020-12-17use more string_view in SvXMLUnitConverterNoel2-2/+2
2020-12-16use views to parseNoel1-2/+1
2020-12-15use views to parse rather than allocating OUStringNoel7-60/+52
2020-12-14use more direct parsing on FastAttributeListNoel1-3/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-12-08remove now unused XML_TOK_ constantsNoel1-9/+0
2020-12-08fastparser in stylesNoel Grandin1-12/+10
2020-12-07loplugin:unusedmethodsNoel1-238/+0
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin2-1/+5
2020-12-04fastparser in CreateGroupChildContextNoel2-45/+3
2020-11-30fastparser in SchXMLDomain2ContextNoel1-14/+11
2020-11-30fastparser in SchXMLDataLabelContextNoel2-19/+19
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel4-12/+12
2020-11-30fastparser in shapeimportNoel11-286/+259
2020-11-28fastparser in SchXMLDocContextNoel2-24/+4
2020-11-27Fix typo in commentStephan Bergmann1-1/+1
2020-11-26Fix typoAndrea Gelmini1-1/+1
2020-11-25use string_view for the parsing in sax utilsNoel2-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel6-25/+25
2020-11-23tdf#134059 Always include hidden cells in chart series labelOuyang Leyan1-0/+8
2020-11-19fastparser in SchXMLSeries2ContextNoel Grandin8-42/+27
2020-11-19tdf#123936 Formatting files in module xmloff with clang-formatPhilipp Hofer3-11/+12
2020-11-19fastparser in SchXMLTextListContextNoel Grandin2-21/+25
2020-11-19fastparser in SchXMLTableContextNoel Grandin4-105/+80
2020-11-19fastparser in SchXMLRegressionCurveObjectContextNoel Grandin2-21/+14
2020-11-19fastparser in SchXMLDataPointContextNoel Grandin3-55/+47
2020-11-19fastparser in SchXMLParagraphContextNoel Grandin2-17/+14