summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
AgeCommit message (Expand)Author
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
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-08-04fdo#68016 Add unittests for ScChartListenerCollectionTobias Lippert
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-03-06idle includes and enum useJennifer Liebel
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-09changed timers to idlesJennifer Liebel
2014-11-15fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
2014-02-13Drop unnecessary #includeTakeshi Abe
2013-10-08convert sc/inc/chartlis.hxx from String to OUStringNoel Grandin
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara
2012-04-24Remove unused code in sc.Santiago Martinez
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-02-03Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida
2012-02-01Method description.Kohei Yoshida
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida
2012-02-01We don't really need GetCount().Kohei Yoshida
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida
2012-02-01std::auto_ptr to boost::scoped_ptr.Kohei Yoshida
2011-08-09Lots more cleanups.Kohei Yoshida
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-12translate german comments in /sc/incNicolas Christener
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-06port repository calc to boost unordered containersFridrich Štrba
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-21Removed ScSharedTokenRef and replaced it with ScTokenRef.Kohei Yoshida
2010-10-28add modelines to .hxx files as wellCaolán McNamara