summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen7.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida1-1/+2
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida1-7/+55
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-10/+7
2014-11-04remove some unused code in scNoel Grandin1-48/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-2/+0
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-1/+1
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-2/+38
2014-06-25remove whitespaceMarkus Mohrhard1-13/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-15Use listener's listening range when re-activating area listeners.Kohei Yoshida1-10/+8
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-0/+54
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-11Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida1-1/+1
2014-01-29fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida1-0/+25
2013-12-18We don't need these yet.Kohei Yoshida1-28/+0
2013-12-18Try to consolidate all broadcast calls into one place. Still WIP.Kohei Yoshida1-0/+27
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida1-0/+5
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-3/+3
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-2/+13
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida1-1/+14
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida1-0/+9
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida1-2/+2
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-2/+3
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-0/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-12/+0
2013-03-28We only need to send the broadcaster instance with ScHint.Kohei Yoshida1-10/+6
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-3/+3
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-2/+2
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida1-3/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-24Improve matrix import performance.Daniel Bankston1-2/+3
2012-07-11Use bool instead of sal_uInt16 for HardCalcStateDaniel Bankston1-4/+4
2012-07-04check for invalid tab number, fdo#51667Markus Mohrhard1-2/+2
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-17/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-34/+67
2012-05-11repaint color scale range if min/max changedMarkus Mohrhard1-0/+12
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard1-23/+23
2011-06-07Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida1-9/+9
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-4/+4
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-10/+10
2011-05-17rework most of the ScDocument methodsMarkus Mohrhard1-4/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-29/+29
2011-01-24Remove erDEBUG directive.Thomas Arnhold1-5/+0
2011-01-24Remove erBEEPER().Thomas Arnhold1-8/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-31/+31