summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
AgeCommit message (Expand)AuthorFilesLines
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-4/+0
2017-05-12remove unused uno::Reference varsNoel Grandin4-6/+0
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke2-2/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin3-19/+5
2017-05-07revert OSL_ASSERT changesChris Sherlock2-4/+4
2017-05-07tdf#43157: convert xmloff module away from OSL_ASSERT to assertChris Sherlock2-4/+4
2017-05-03typoTomaž Vajngerl1-1/+1
2017-04-29tdf#107097 invoke internal DP and correctly handle "range" namesTomaž Vajngerl1-5/+15
2017-04-28loplugin:salunicodeliteral: xmloffStephan Bergmann1-2/+2
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-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmloffStephan Bergmann2-4/+4
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl6-67/+147
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin7-61/+48
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin1-3/+4
2017-02-28new loplugin unoanyNoel Grandin6-15/+15
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann1-1/+1
2017-02-12Various typos about propertyJulien Nabet1-1/+1
2017-02-03new loplugin:unusedenumconstantsNoel Grandin1-1/+0
2017-02-02xmloff: fix loplugin:stringconstantMiklos Vajna1-1/+1
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-5/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-12/+12
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-6/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-89/+25
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara2-4/+0
2017-01-11Some loplugin:conststringvar/stringconstant improvements: xmloffStephan Bergmann1-4/+2
2016-12-13tdf#95416 Fix includes for xmloffAdam Kasztenny1-1/+1
2016-12-12coverity#704109 Unchecked return valueCaolán McNamara2-3/+3
2016-12-12coverity#704108 Unchecked return valueCaolán McNamara1-4/+4
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann6-31/+1
2016-11-15loplugin:constantparamNoel Grandin1-4/+4
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin1-1/+1
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin1-2/+1
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin2-12/+2
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-11loplugin:unnnecessaryoverride in xmloffNoel Grandin1-5/+0
2016-10-11catch the exception to prevent broken charts, tdf#98690Markus Mohrhard1-2/+9
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann27-43/+43
2016-09-09use std::unique_ptrDavid Tardon1-41/+13
2016-09-09use std::unique_ptrDavid Tardon1-19/+11
2016-08-16tdf#100547 Save to ODF XY customized namesLaurent Balland-Poirier1-0/+2
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-1/+1
2016-07-13no need to create temporary OUString for comparisonNoel Grandin1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann6-12/+12
2016-06-24loplugin:singlevalfields in xmlhelp,xmloffNoel Grandin2-3/+1
2016-06-23Simplify dynamic_cast followed by a static_cast.Jan Holesovsky1-9/+5
2016-06-23Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky5-72/+27
2016-06-22Simplify dynamic_cast followed by a static_cast.Jan Holesovsky1-13/+12