summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document10.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-16fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-0/+10
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-1/+4
2014-11-30we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-0/+34
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-0/+17
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida1-0/+22
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-0/+29
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida1-2/+3
2014-11-18Move this code to the context class.Kohei Yoshida1-117/+1
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida1-103/+120
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-09fdo#84810 Avoid calc crash when using Paste Special - LinkMatthew J. Francis1-2/+2
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida1-0/+18
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+41
2014-09-17Another Windows build fix - too much C++11 for MSVC 2012...Jan Holesovsky1-9/+15
2014-09-17SFX_ITEM_SET to SfxItemState::SETTomaž Vajngerl1-1/+1
2014-09-17Make it easier to add new color attributes to GetDocColorsKrisztian Pinter1-2/+3
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+50
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-7/+7
2014-08-16copy conditional formatting for single cells, fdo#82503Markus Mohrhard1-0/+5
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-0/+13
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-2/+15
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+18
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-04-29fdo#74322: Let's not handle cut mode here.Kohei Yoshida1-0/+4
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida1-1/+2
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida1-0/+9
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida1-0/+9
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida1-0/+7
2014-04-07fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida1-2/+8
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+20
2014-03-14some formula interpreter options are document specificEike Rathke1-0/+10
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-0/+24
2014-01-30This could cause crasher too.Kohei Yoshida1-0/+3
2014-01-30Prevent crash.Kohei Yoshida1-0/+3
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-0/+27
2014-01-28fdo#74014: Better fix, to re-use existing method.Kohei Yoshida1-20/+0
2014-01-27fdo#74014: Broadcast cells on undoing of "cut".Kohei Yoshida1-0/+20
2014-01-27Handle note instances during copy-n-pasting of single cell.Kohei Yoshida1-8/+11
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+170