summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-4/+4
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-2/+2
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida1-0/+1
2014-10-28loplugin: cstylecastNoel Grandin1-2/+2
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-8/+8
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-17/+17
2014-10-08Resolves: fdo#48405 GetString can call a macro which modifies the documentCaolán McNamara1-19/+22
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-37/+19
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+6
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-9/+10
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
2014-06-25remove whitespaceMarkus Mohrhard1-20/+0
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-1/+13
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-1/+1
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-2/+2
2014-05-12Move this function object to o3tl.Kohei Yoshida1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-23sc: sal_Bool->boolNoel Grandin1-3/+3
2014-04-17limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard1-0/+5
2014-04-09coverity#708097 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-27coverity#1187678 Dereference null return valueCaolán McNamara1-0/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-31/+31