summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
AgeCommit message (Expand)Author
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
2011-11-15Make these two methods non-inline.Kohei Yoshida
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-09-11sal_Bool to bool and cosmeticsEike Rathke
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-07-01XLSX formula import improvement. Recommit.Muthu Subramanian
2011-06-29Revert patch to change .idlMuthu Subramanian
2011-06-29Improved xlsx formula import.Muthu Subramanian
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak