summaryrefslogtreecommitdiff
path: root/sc/source/core/data/cell.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-24Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest.Kohei Yoshida1-166/+0
2013-06-24CELLTYPE_DESTROYED no longer relevant. Chuck it.Kohei Yoshida1-8/+5
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-26/+0
2013-05-09With the removal of CELLTYPE_NOTE, IsBlank() is now always false.Kohei Yoshida1-5/+0
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-47/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-28Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida1-12/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1458/+1
2013-03-28ScBaseCell::CellEqual is no more.Kohei Yoshida1-80/+0
2013-03-28A bit more.Kohei Yoshida1-7/+6
2013-03-28Some header cleansup. Some headers are no longer needed.Kohei Yoshida1-7/+3
2013-03-28Stop exporting symbols of these cell classes except for ScFormulaCell.Kohei Yoshida1-173/+0
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida1-11/+1
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-1/+2
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-57/+0
2013-03-22Remove unused methods.Kohei Yoshida1-8/+0
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida1-0/+5
2013-03-19start of InterpretFormulaGroup.Michael Meeks1-6/+2
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida1-0/+5
2013-03-19re-build formula groups inside Interpret instead.Michael Meeks1-0/+5
2013-03-19Skeleton for generating a hash value from an array of token.Kohei Yoshida1-0/+5
2013-03-15ScBaseCell::nScriptType is no more.Kohei Yoshida1-8/+6
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida1-0/+1
2013-03-14ScBaseCell::nTextWidth is no more.Kohei Yoshida1-6/+4
2013-02-23Fix typo recieved/receivedJulien Nabet1-1/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-15renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke1-2/+2
2013-01-25a few more fixes for cached value importMarkus Mohrhard1-2/+2
2013-01-24Translate German comments, fix some wsPhilipp Weissenbacher1-35/+17
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard1-4/+4
2013-01-08support new hyperlink cell attributeNoel Power1-6/+11
2013-01-04remove unnecessary german commentMarkus Mohrhard1-5/+0
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida1-0/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-24German comment translationsPeter Baumgarten1-37/+56
2012-11-19database names are case insensitive, fdo#51309Mathieu D1-2/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-18broadcaster cells are empty, fdo#54553Markus Mohrhard1-0/+3
2012-08-24Improve matrix import performance.Daniel Bankston1-5/+6
2012-08-23Check for more cases of functions that should always be recalculatedDaniel Bankston1-1/+2
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida1-4/+4
2012-07-11Always Recalc volatile formula cells in importDaniel Bankston1-0/+4
2012-07-11Use cached formula results instead of recalculatingDaniel Bankston1-2/+1
2012-07-11Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston1-1/+2
2012-07-03do not attempt to compile running formula cell (fdo#51601 related)Eike Rathke1-7/+4
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-6/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-05-14formulas in color scales should not be changed to external referencesMarkus Mohrhard1-1/+1
2012-05-03Update sheet IDs in sheet field items during copy and paste.Kohei Yoshida1-1/+1
2012-04-23only update absolute refs when copying between docs, fdo#48482Markus Mohrhard1-3/+4