summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-28fdo#69244: Avoid putting these cells in formula tree prematurely.Kohei Yoshida1-1/+1
2014-01-27resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-2/+2
2013-10-31resolved fdo#70815 broadcast emptied cell in ScColumn::SwapRow()Eike Rathke1-0/+6
2013-08-19Resolves: fdo#68220 wrong index into source tableCaolán McNamara1-1/+1
2013-07-25Propagate change on COLUMN() and ROW() functions on position change.Kohei Yoshida1-0/+21
2013-07-24fdo#67206: Don't forget to swap the broadcaster storage when swapping columns.Kohei Yoshida1-0/+1
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard1-6/+14
2013-05-22Use the block position of the destination, not of the source.Kohei Yoshida1-1/+1
2013-05-20A bit of a cleanup.Kohei Yoshida1-2/+0
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida1-7/+5
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida1-10/+26
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida1-2/+2
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida1-2/+8
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida1-48/+1
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida1-10/+75
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida1-61/+18
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida1-6/+4
2013-05-09Simplify this a bit.Kohei Yoshida1-23/+8
2013-05-09This is not necessary either.Kohei Yoshida1-1/+0
2013-05-09Fix another broadcaster bug and a test code to catch it.Kohei Yoshida1-3/+2
2013-05-09More test and more fix wrt broadcaster rework.Kohei Yoshida1-10/+11
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida1-0/+2
2013-05-09With the removal of CELLTYPE_NOTE, IsBlank() is now always false.Kohei Yoshida1-2/+1
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida1-1/+1
2013-05-09A bit of cleanup.Kohei Yoshida1-2/+2
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-54/+10
2013-05-09Add new broadcaster storage in ScColumn. Not used yet.Kohei Yoshida1-0/+1
2013-05-09Switch script type storage from unsigned short to unsigned char.Kohei Yoshida1-4/+4
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida1-1/+1
2013-04-30CellStorageModified() is the right (and only) place to mark group dirty.Kohei Yoshida1-11/+2
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida1-0/+21
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida1-0/+5
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-28Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida1-1/+1
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
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-1/+1
2013-03-28We only need to send the broadcaster instance with ScHint.Kohei Yoshida1-2/+2
2013-03-27Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida1-0/+11
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida1-1/+1
2013-03-22More on PutCell() avoidance.Kohei Yoshida1-0/+17
2013-03-19build spans of doubles and cleanup excessive debug.Michael Meeks1-1/+0
2013-03-19Fix build breakage.Kohei Yoshida1-0/+1
2013-03-19don't re-build formula groups just yet.Michael Meeks1-1/+2
2013-03-19initial detection of similar formula runs.Michael Meeks1-1/+17
2013-03-16sc: translate some debug messagesThomas Arnhold1-2/+2
2013-03-15Actually unknown script type doesn't equal empty script type (0).Kohei Yoshida1-8/+8
2013-03-15More script type handling.Kohei Yoshida1-8/+28
2013-03-15Started handling the cell text script types. Still work in progress.Kohei Yoshida1-0/+20