summaryrefslogtreecommitdiff
path: root/sc/inc/clipcontext.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-6/+6
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-0/+1
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-4/+4
2019-05-20cache mdds positions during ScDocument::CopyBlockFromClip() (tdf#112000)Luboš Luňák1-0/+1
2018-10-15loplugin:constfields in scNoel Grandin1-6/+6
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2016-09-30loplugin:constantparamNoel Grandin1-4/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke1-6/+3
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-2/+3
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-0/+5
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-0/+5
2014-11-18Move this code to the context class.Kohei Yoshida1-0/+2
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida1-10/+19
2014-11-18Make these methods non-inline again.Kohei Yoshida1-16/+16
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-6/+6
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-15/+15
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-1/+30
2014-01-27Handle note instances during copy-n-pasting of single cell.Kohei Yoshida1-0/+5
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-4/+16
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-0/+2
2013-06-24Reduce dependency on mtvelements.hxx header.Kohei Yoshida1-3/+7
2013-05-20A bit of a cleanup.Kohei Yoshida1-12/+8
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida1-0/+7
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida1-0/+7
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida1-2/+11
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida1-11/+26
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida1-4/+6
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida1-0/+11
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida1-0/+1
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida1-1/+27
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida1-0/+26