summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann1-2/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-6/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-57/+3
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-4/+0
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-2/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-10/+10
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-6/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-43/+39
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-8/+4
2016-09-02Avoid calling memcpy with illegal nullptr (when aHiddenValues.empty())Stephan Bergmann1-1/+3
2016-09-01std::list<sal_Int32> to vectorNoel Grandin1-8/+3
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-2/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+2
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-07coverity#1358119 Uninitialized scalar fieldCaolán McNamara1-1/+6
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke1-3/+10
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis1-5/+4
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2015-12-19no need to repeatedly call getLengthMarkus Mohrhard1-2/+2
2015-12-19std::pair<OUString, OUString> is the more natural key typeMarkus Mohrhard1-12/+15
2015-12-18sc: convert SequenceMapping O(n^2) algorithm to O(n log(n)) tdf#85548Noel Grandin1-38/+35
2015-11-19use comphelper::containerToSequenceNoel Grandin1-27/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-2/+1
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-10-28com::sun::star->css in scNoel Grandin1-4/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-28Simply move std::vector instances around hereStephan Bergmann1-108/+84
2015-09-22convert Link<> to typedNoel Grandin1-4/+3
2015-09-18boost->stdCaolán McNamara1-29/+29
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-29/+29
2015-09-17boost->stdCaolán McNamara1-29/+29
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha1-3/+1
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-27Clean up aEmptyStephan Bergmann1-2/+4
2015-08-25tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert1-71/+38
2015-08-14loplugin: defaultparamsNoel Grandin1-3/+2
2015-08-03new loplugin: refcountingNoel Grandin1-2/+2
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1