summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLPlotAreaContext.cxx
AgeCommit message (Expand)Author
2020-12-16use views to parseNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin
2020-11-30fastparser in SchXMLDataLabelContextNoel
2020-11-30fastparser in shapeimportNoel
2020-11-25use string_view for the parsing in sax utilsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19fastparser in SchXMLSeries2ContextNoel Grandin
2020-11-19fastparser in SchXMLDataPointContextNoel Grandin
2020-11-19fastparser in SchXMLPlotAreaContextNoel Grandin
2020-11-17fastparser in SchXMLChartContextNoel Grandin
2020-11-02drop the SvXMLExport::EndElement method..Noel
2020-11-02drop the SvXMLExport::Characters method..Noel
2020-10-01loplugin:reducevarscope in xmloffNoel
2020-09-05tdf#135366 ODF import of line and fill of data labelsRegina Henschel
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-06loplugin:flatten in xml/chartNoel Grandin
2020-07-29Remove some unused includesMiklos Vajna
2020-03-02don't rely on parser ::characters callback only firing onceNoel Grandin
2020-02-27tdf#108110 ODF chart: import/export of custom position of data point labelsBalazs Varga
2020-02-13tdf#130225 implement ODF export of deleted legend entries of pie chartsTünde Tóth
2020-01-20return nullptr from CreateChildContext methods in subclassesNoel 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-11-29tdf#123206 Import/Export chart custom label textTamas Bunth
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-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-21loplugin:referencecasting in xmloffNoel Grandin
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2017-11-26Replace some lists by vectors in xmloffJulien Nabet
2017-11-15loplugin:flatten in xmloffNoel Grandin
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-28loplugin:constparams in xmloffNoel Grandin
2017-07-20loplugin:constparams in xmloffNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-28loplugin:oncevar in xmloffNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmloffStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-06-23Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky
2016-06-22Simplify dynamic_cast followed by a static_cast.Jan Holesovsky