summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)Author
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-07coverity#1358119 Uninitialized scalar fieldCaolán McNamara
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-12-19no need to repeatedly call getLengthMarkus Mohrhard
2015-12-19std::pair<OUString, OUString> is the more natural key typeMarkus Mohrhard
2015-12-18sc: convert SequenceMapping O(n^2) algorithm to O(n log(n)) tdf#85548Noel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-28Simply move std::vector instances around hereStephan Bergmann
2015-09-22convert Link<> to typedNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-25tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-10-08Resolves: fdo#48405 GetString can call a macro which modifies the documentCaolán McNamara
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida