summaryrefslogtreecommitdiff
path: root/sc/source/core/data/cell2.cxx
AgeCommit message (Expand)Author
2013-06-24Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest.Kohei Yoshida
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-28Some followup cleanup now that these methods are in the formula cell only.Kohei Yoshida
2013-03-28Now we don't need to check for the cell type; it's always of formula type.Kohei Yoshida
2013-03-28Stop exporting symbols of these cell classes except for ScFormulaCell.Kohei Yoshida
2013-03-28attrarray.cxx is now free of ScBaseCell.Kohei Yoshida
2013-03-24remove unused variablesMarkus Mohrhard
2013-03-24let us move this out of the conditionMarkus Mohrhard
2013-03-24simplify the position update code in ScFormulaCell::UpdateReferenceMarkus Mohrhard
2013-03-24it is enough to check at the end if pos changedMarkus Mohrhard
2013-03-22Remove a variant of PutCell().Kohei Yoshida
2013-03-19calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks
2013-03-19start of InterpretFormulaGroup.Michael Meeks
2013-03-19build spans of doubles and cleanup excessive debug.Michael Meeks
2013-03-19use cell hashing algorithm for computing groups.Michael Meeks
2013-03-19Fix build breakage.Kohei Yoshida
2013-03-19add initial formula group unit tests.Michael Meeks
2013-03-19initial detection of similar formula runs.Michael Meeks
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
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-24Translate German comments, fix some wsPhilipp Weissenbacher
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-25"Felder" -> "fields" not "errors"Stephan Bergmann
2012-11-25Comment TranslationsPeter Baumgarten
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-07-04fixed wrong string copy logic in ScFormulaCell::CompileDBFormula()Eike Rathke
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-18Adjust sheet fields in cells when sheet structure changes.Kohei Yoshida
2012-05-03Update sheet IDs in sheet field items during copy and paste.Kohei Yoshida
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-02-27merge GetString variantsCaolán McNamara
2012-01-20Mempool size args are unused.Stephan Bergmann
2012-01-17remove unused methodsThomas Arnhold
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-15Make these two methods non-inline.Kohei Yoshida
2011-11-14ByteString->rtl::OString[Buffer]Caolán McNamara
2011-10-20increment table position correctly if more than one table is insertedMarkus Mohrhard
2011-10-19by one error in ScFormulaCell::UpdateDeleteTab (fdo#41868)Markus Mohrhard
2011-09-11sal_Bool to bool and cosmeticsEike Rathke