summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chartlis.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-47/+56
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-18boost->stdCaolán McNamara1-8/+8
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-8/+8
2015-09-17boost->stdCaolán McNamara1-8/+8
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert1-34/+8
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-3/+2
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06idle includes and enum useJennifer Liebel1-1/+1
2015-02-14silence coverity#1266479 Resource leakCaolán McNamara1-0/+1
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-12-09fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke1-2/+2
2014-12-09changed timers to idlesJennifer Liebel1-2/+2
2014-12-09removed unused timeout definesTobias Madl1-1/+0
2014-12-09fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke1-0/+3
2014-12-09changed timers to idlesJennifer Liebel1-10/+7
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-2/+2
2014-11-15fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke1-0/+21
2014-08-15Revert "another memory leak based on release().release()"Caolán McNamara1-6/+32
2014-08-15another memory leak based on release().release()Markus Mohrhard1-32/+6
2014-07-31fix memory leak around chart listenersMarkus Mohrhard1-15/+8
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-20/+0
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-3/+3
2014-05-12Move this function object to o3tl.Kohei Yoshida1-3/+4
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-1/+1
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+0
2013-10-08convert sc/inc/chartlis.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-22/+2
2013-07-24More of the same.Kohei Yoshida1-4/+4
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard1-0/+5
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-11/+11
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-30fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-4/+4
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann1-17/+17
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold1-8/+0
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara1-7/+0
2012-04-24Remove unused code in sc.Santiago Martinez1-15/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-02-03Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida1-0/+5
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida1-30/+15
2012-02-01We don't really need GetCount().Kohei Yoshida1-5/+0
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida1-81/+199
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot1-1/+1
2011-08-09Lots more cleanups.Kohei Yoshida1-18/+18