summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLExport.cxx
AgeCommit message (Expand)Author
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-03Replace list by vector in SchXMLExport (xmloff)Julien Nabet
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin
2017-08-18Fix typosAndrea Gelmini
2017-07-20mxStatusIndicator is unusedNoel 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-21convert ErrCode to strong typedefNoel Grandin
2017-05-30remove duplicate 'using namespace'Jochen Nitschke
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-02xmloff: fix loplugin:stringconstantMiklos Vajna
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin
2016-10-11loplugin:unnnecessaryoverride in xmloffNoel Grandin
2016-07-13no need to create temporary OUString for comparisonNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-04-22Fix typosAndrea Gelmini
2016-04-14loplugin:passstuffbyref in xmloffNoel Grandin
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin
2016-02-05Fix typosAndrea Gelmini
2016-01-21cppcheck: variableScopeCaolán McNamara
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann