summaryrefslogtreecommitdiffstats
path: root/sc/inc/clipcontext.hxx
Commit message (Expand)AuthorAgeFilesLines
* cache mdds positions during ScDocument::CopyBlockFromClip() (tdf#112000)Luboš Luňák2019-05-201-0/+1
* loplugin:constfields in scNoel Grandin2018-10-151-6/+6
* loplugin:includeform: scStephan Bergmann2017-10-231-1/+1
* loplugin:constantparamNoel Grandin2016-09-301-4/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-4/+4
* C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke2016-04-261-6/+3
* tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo2016-04-051-2/+3
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-1/+1
* boost->stdCaolán McNamara2015-09-181-2/+2
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-2/+2
* boost->stdCaolán McNamara2015-09-171-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-1/+0
* Deteremine the script type of source cell during paste replication.Kohei Yoshida2014-12-101-0/+5
* Adjust ref undo to ensure group area listeners are used.Kohei Yoshida2014-11-251-0/+5
* Move this code to the context class.Kohei Yoshida2014-11-181-0/+2
* Speed up pasting of single row onto multiple destination rows.Kohei Yoshida2014-11-181-10/+19
* Make these methods non-inline again.Kohei Yoshida2014-11-181-16/+16
* create type-safe bitfield for sc insert/delete flagsNoel Grandin2014-09-041-6/+6
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-15/+15
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida2014-02-181-1/+30
* Handle note instances during copy-n-pasting of single cell.Kohei Yoshida2014-01-271-0/+5
* Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida2014-01-241-4/+16
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-231-0/+2
* Reduce dependency on mtvelements.hxx header.Kohei Yoshida2013-06-241-3/+7
* A bit of a cleanup.Kohei Yoshida2013-05-201-12/+8
* Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida2013-05-201-0/+7
* Do the same thing for CopyToDocument.Kohei Yoshida2013-05-201-0/+7
* Move the boolean flags to the context bucket.Kohei Yoshida2013-05-201-2/+11
* Do the same optimization for CopyToClip.Kohei Yoshida2013-05-201-11/+26
* Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida2013-05-201-4/+6
* Keep track of current block position when pasting a range of cells.Kohei Yoshida2013-05-201-0/+11
* Move the column element block definitions out of ScColumn.Kohei Yoshida2013-05-201-0/+1
* Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida2013-05-201-1/+27
* Introduce copy-from-clip context for copy handling code.Kohei Yoshida2013-05-201-0/+26