summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLExport.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl1-0/+8
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin1-3/+4
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-02xmloff: fix loplugin:stringconstantMiklos Vajna1-1/+1
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-5/+2
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-6/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+7
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin1-1/+1
2016-10-11loplugin:unnnecessaryoverride in xmloffNoel Grandin1-5/+0
2016-07-13no need to create temporary OUString for comparisonNoel Grandin1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-6/+6
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-4/+2
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-14loplugin:passstuffbyref in xmloffNoel Grandin1-2/+2
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+4
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin1-8/+8
2016-03-29Avoid reserved identifiersStephan Bergmann1-6/+6
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin1-6/+6
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-21cppcheck: variableScopeCaolán McNamara1-2/+2
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-45/+36
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-6/+3
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-11-09new loplugin: oncevarNoel Grandin1-25/+9
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-11-04loplugin:stringconstantNoel Grandin1-25/+13
2015-10-30xmloff tree cleanupMario J. Rugiero1-14/+3
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-3/+0
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+2