summaryrefslogtreecommitdiff
path: root/sc/source/core/data/clipcontext.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-22tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen1-0/+1
2018-02-03TypedWhichId in scNoel Grandin1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2017-06-13Use FormulaTokenArray::FirstToken() in one place where we canTor Lillqvist1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-01-05handle paste special of single formula cell if IsEmptyDisplayedAsString()Eike Rathke1-0/+5
2017-01-05handle paste special of single formula cell with error resultEike Rathke1-0/+7
2016-09-30loplugin:constantparamNoel Grandin1-7/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin1-2/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-7/+7
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-0/+15
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-1/+13
2014-11-18Scope reduction.Kohei Yoshida1-87/+86
2014-11-18Move this code to the context class.Kohei Yoshida1-0/+127
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida1-15/+27
2014-11-18Make these methods non-inline again.Kohei Yoshida1-0/+80
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-16/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-60/+0
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-3/+55
2014-01-27Handle note instances during copy-n-pasting of single cell.Kohei Yoshida1-1/+11
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-1/+28
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-1/+9
2013-06-24Reduce dependency on mtvelements.hxx header.Kohei Yoshida1-2/+3
2013-05-20A bit of a cleanup.Kohei Yoshida1-45/+19
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida1-0/+3
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida1-0/+3
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida1-1/+14
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida1-22/+29
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida1-41/+24
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida1-2/+55
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida1-1/+48
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida1-0/+19