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