summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-27Remove this hack.Kohei Yoshida
2013-03-27ScRefCellValue is actually a struct, not a class.Kohei Yoshida
2013-03-27We don't need this.Kohei Yoshida
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida
2013-03-27Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida
2013-03-27Converted the external ref manager code.Kohei Yoshida
2013-03-27More of the same...Kohei Yoshida
2013-03-27More on killing direct use of cell classes.Kohei Yoshida
2013-03-27Take care of xetable.?xx.Kohei Yoshida
2013-03-27This can return const reference.Kohei Yoshida
2013-03-27WaE: class 'ScRefCellValue' was previously declared as a structTor Lillqvist
2013-03-26i#120341# - Make SCSTR_FIELDSEP less translation-error-proneAriel Constenla-Haile
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida
2013-03-26This method no longer used. Good. Remove it.Kohei Yoshida
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida
2013-03-26Query content cell type directly from ScCellIterator.Kohei Yoshida
2013-03-26Remove the last use of GetFirst() & GetNext().Kohei Yoshida
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida
2013-03-23Put 'm' prefix for data members.Kohei Yoshida
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard
2013-03-23fix spelling errorMarkus Mohrhard
2013-03-23remove the code for this old test conceptMarkus Mohrhard
2013-03-23Fix the build with OSL_DEBUG_LEVEL > 0.Kohei Yoshida
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida
2013-03-22Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida
2013-03-22Simplify ScCellIterator.Kohei Yoshida
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida
2013-03-22Remove a variant of PutCell().Kohei Yoshida
2013-03-22Remove direct use of ScBaseCell.Kohei Yoshida
2013-03-22This is not used. Be gone.Kohei Yoshida
2013-03-22What the heck is this !? Kill it.Kohei Yoshida
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida
2013-03-22More on PutCell() avoidance.Kohei Yoshida
2013-03-22Remove unused methods.Kohei Yoshida
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida
2013-03-22One less use of PutCell().Kohei Yoshida
2013-03-22Do the same for formula cells.Kohei Yoshida
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida