summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)Author
2020-04-17tdf#131979 Chart ODF import-export of Link to source formatBalazs Varga
2020-04-17xmloff: create SchXMLExport (flat OOoXML) instances with an uno constructorMiklos Vajna
2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth
2020-04-09tdf#131966: chart legend attribs width and height unknown for ODF 1.2 (strict)Julien Nabet
2020-04-09xmloff: create SchXMLExport_Oasis_Content instances with an uno constructorMiklos Vajna
2020-04-03xmloff: create SchXMLExport_Oasis_Styles instances with an uno constructorMiklos Vajna
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-20xmloff: create SchXMLExport_Oasis_Meta instances with an uno constructorMiklos Vajna
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-13xmloff: create SchXMLExport_Oasis instances with an uno constructorMiklos Vajna
2020-03-06xmloff: create SchXMLImport_Content instances with an uno constructorMiklos Vajna
2020-03-05tdf#75330 chart: implement ODF import/export of legend overlay featureTünde Tóth
2020-03-02don't rely on parser ::characters callback only firing onceNoel Grandin
2020-02-29tdf#130955 chart export: fix repeated custom labelsBalazs Varga
2020-02-28Removed duplicated includeAndrea Gelmini
2020-02-28xmloff: create SchXMLImport_Styles instances with an uno constructorMiklos Vajna
2020-02-27tdf#108110 ODF chart: import/export of custom position of data point labelsBalazs Varga
2020-02-21xmloff: create SchXMLImport_Meta instances with an uno constructorMiklos Vajna
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2020-02-14xmloff: create SchXMLImport instances with an uno constructorMiklos Vajna
2020-02-13chart: don't export LO_EXT hide-legend in ODF 1.2László Németh
2020-02-13tdf#130225 implement ODF export of deleted legend entries of pie chartsTünde Tóth
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-23tdf#130133: fix wrong values for attribute chart:regression-type in ODF 1.2Julien Nabet
2020-01-21use more FastParser in SvXMLStylesContextNoel Grandin
2020-01-20return nullptr from CreateChildContext methods in subclassesNoel Grandin
2020-01-15use FastParser for SchXMLImportNoel Grandin
2020-01-07extract some common code from ImportContext classesNoel Grandin
2020-01-02tdf#123206 Add test: import custom-label-fieldTamas Bunth
2020-01-01tdf#123206 Store custom label as chart:data-labelTamas Bunth
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-29tdf#123206 Import/Export chart custom label textTamas Bunth
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-30tdf#128432 OOXML chart import: fix x axis scale regression of 3D chartsBalazs Varga
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen
2019-09-17tdf#42949 Fix IWYU warnings in xmloff/inc/Gabor Kelemen
2019-09-03loplugin:constmethod in xmloffNoel Grandin
2019-08-20loplugin:constvars in writerfilter..xmlscriptNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin
2019-08-14tdf#124243 fix import of deleted X axis of 3D chartsBalazs Varga
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann