summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Forgot to remove this from ScValueCell.Kohei Yoshida
2013-03-28Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida
2013-03-28ScBaseCell::CellEqual is no more.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-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!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-19Skeleton for generating a hash value from an array of token.Kohei Yoshida
2013-03-19initial detection of similar formula runs.Michael Meeks
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-12Add prefix 'm' for ScEditCell's data members.Kohei Yoshida
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2013-02-12Avoid unnecessary cloning of text object when instantiating ScEditCell.Kohei Yoshida
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida
2013-01-08support new hyperlink cell attributeNoel Power
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-08-24Improve matrix import performance.Daniel Bankston
2012-07-11Remove method that is no longer neededDaniel Bankston
2012-07-11Set proper number format for formula cellDaniel Bankston
2012-07-05resolved fdo#51664 some matrix cases broken in binary Excel importEike Rathke
2012-06-23removed unused forward declarations of classTakeshi Abe
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
2012-05-18Adjust sheet fields in cells when sheet structure changes.Kohei Yoshida
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-21Remove unused code from "Spreadsheet application code"Ferran Vidal
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard
2012-02-29some more fixes to get note handling backMarkus Mohrhard
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-27merge GetString variantsCaolán McNamara
2012-02-20Remove unused codePetr Vorel
2012-01-31Revert "Prevent excessive references to single token instance during fill."Eike Rathke
2012-01-30Prevent excessive references to single token instance during fill.Kohei Yoshida
2012-01-17remove unused methodsThomas Arnhold
2011-12-01String to OUString for SetHybridString methodLaurent Godard