summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLExport.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-10tdf#131966: chart legend attribs width and height unknown for ODF 1.2 (strict)Julien Nabet1-1/+3
2020-03-02tdf#130955 chart export: fix repeated custom labelsBalazs Varga1-2/+0
2020-01-08tdf#123206 Store custom label as chart:data-labelTamas Bunth1-23/+32
2019-12-02tdf#123206 Import/Export chart custom label textTamas Bunth1-9/+54
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-11/+0
2019-09-03loplugin:constmethod in xmloffNoel Grandin1-1/+1
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-8/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann1-7/+7
2019-07-24Fix typosAndrea Gelmini1-1/+1
2019-07-21loplugin:referencecasting in xmloffNoel Grandin1-8/+7
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin1-20/+20
2019-06-13Simplify Sequence iterations in xmloff/source/{chart..core}Arkadiy Illarionov1-99/+55
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-7/+7
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin1-5/+2
2019-03-14loplugin:unusedfields in xmloffNoel Grandin1-10/+0
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin1-2/+2
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+2
2018-12-31tdf#112782: data-pilot-source is invalid in odf1.2 strictJulien Nabet1-1/+1
2018-12-20use unique_ptr in xmloffNoel Grandin1-12/+5
2018-12-08related tdf#51671, store new "hide legend" feature also in ODFMarkus Mohrhard1-0/+13
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann1-4/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-7/+6
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov1-49/+46
2018-09-13loplugin:constfields in xmloffNoel Grandin1-5/+8
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke1-6/+3
2018-07-12tdf#65353 separate autostyle collection and exportTomaž Vajngerl1-1/+24
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-01cppcheck: variableScopeJochen Nitschke1-4/+2
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-6/+7
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-21/+21
2017-12-03Replace list by vector in SchXMLExport (xmloff)Julien Nabet1-10/+10
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-4/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-15/+13
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin1-9/+9
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-07-20mxStatusIndicator is unusedNoel Grandin1-6/+0
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-3/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-7/+5
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-4/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-6/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-3/+1