summaryrefslogtreecommitdiffstats
path: root/sc/inc/chartlis.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:finalclasses in scNoel Grandin2017-10-271-2/+1
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-1/+1
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-01-171-0/+3
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-2/+2
* loplugin:countusersofdefaultparamsNoel Grandin2016-08-291-2/+2
* loplugin:unuseddefaultparams in sc (part2)Noel Grandin2016-03-031-2/+1
* loplugin:unusedmethods unused return value in scNoel Grandin2016-01-151-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-11-061-5/+5
* com::sun::star->css in scNoel Grandin2015-10-281-6/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* boost->stdCaolán McNamara2015-09-181-5/+4
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-4/+5
* boost->stdCaolán McNamara2015-09-171-5/+4
* fdo#68016 Add unittests for ScChartListenerCollectionTobias Lippert2015-08-041-4/+4
* fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert2015-08-041-9/+4
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-1/+0
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-051-1/+1
* idle includes and enum useJennifer Liebel2015-03-061-0/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-6/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-4/+4
* changed timers to idlesJennifer Liebel2014-12-091-1/+1
* fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke2014-11-151-0/+6
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-5/+5
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-2/+2
* fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida2014-03-151-1/+1
* Drop unnecessary #includeTakeshi Abe2014-02-131-1/+0
* convert sc/inc/chartlis.hxx from String to OUStringNoel Grandin2013-10-081-1/+1
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-311-6/+0
* remove chart listener when chart is deleted, fdo#64639Markus Mohrhard2013-05-271-0/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-9/+9
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* -Werror,-Wshadow (Clang 3.1)Stephan Bergmann2012-07-231-1/+1
* unusedcode.easy: remove some unused codeThomas Arnhold2012-06-051-1/+0
* callcatcher: remove freshly unused codeCaolán McNamara2012-04-251-1/+0
* Remove unused code in sc.Santiago Martinez2012-04-241-2/+0
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
* ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida2012-02-041-1/+0
* Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida2012-02-031-1/+3
* Method description.Kohei Yoshida2012-02-011-0/+4
* Always look up chart objects by name, change method names' casing.Kohei Yoshida2012-02-011-7/+7
* We don't really need GetCount().Kohei Yoshida2012-02-011-1/+0
* ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida2012-02-011-23/+37
* std::auto_ptr to boost::scoped_ptr.Kohei Yoshida2012-02-011-5/+7
* Lots more cleanups.Kohei Yoshida2011-08-091-15/+15