summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLChartContext.cxx
AgeCommit message (Expand)AuthorFilesLines
13 daystdf#160517 - chart odf: import/export formatted chart titlesBalazs Varga1-30/+9
2024-04-02Related: tdf#39052 - chart ooxml: export formatted chart titlesBalazs Varga1-0/+2
2024-03-18tdf#50934: Add a pie-with-remainder-as-another-pie chart typeKurt Nordback1-1/+22
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen1-3/+0
2023-12-30cid#1546349 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2022-09-27crashtesting: assert on converting ooo64499-3.sxc to odsCaolán McNamara1-4/+4
2022-09-21use more string_view in xmloffNoel Grandin1-14/+14
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-15xmloff: import and export for the chart data tableTomaž Vajngerl1-0/+4
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin1-4/+5
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann1-13/+13
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-3/+3
2022-04-08use more subView when converting to Int32Noel Grandin1-2/+3
2022-03-30Resolves: tdf#117162 ImportDocumentHandler expects data provider to existCaolán McNamara1-2/+2
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski1-22/+25
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-10loplugin:moveparam in xmloffNoel Grandin1-3/+1
2020-12-15use views to parse rather than allocating OUStringNoel1-12/+11
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin1-1/+1
2020-12-04fastparser in CreateGroupChildContextNoel1-41/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-30fastparser in shapeimportNoel1-1/+1
2020-11-18fastparser in SchXMLTitleContextNoel Grandin1-24/+23
2020-11-17fastparser in SchXMLChartContextNoel Grandin1-32/+63
2020-11-16simplify CreateChartContext, remove unused paramsNoel1-2/+2
2020-11-15fastparser in SchXMLAxisContextNoel Grandin1-4/+3
2020-11-02drop the SvXMLExport::EndElement method..Noel1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-4/+4
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin1-3/+3
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-1/+1
2020-01-07extract some common code from ImportContext classesNoel Grandin1-5/+0
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl1-1/+1
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-5/+0
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-1/+1
2019-07-21loplugin:referencecasting in xmloffNoel Grandin1-9/+8
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin1-4/+5
2019-06-13Simplify Sequence iterations in xmloff/source/{chart..core}Arkadiy Illarionov1-10/+8
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-13loplugin:constfields in xmloffNoel Grandin1-1/+1
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-11-26Modernize by using for-range loops (xmloff/chart)Julien Nabet1-36/+21
2017-11-26Replace some lists by vectors in xmloffJulien Nabet1-15/+15
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+2