summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
2013-03-28We only need to send the broadcaster instance with ScHint.Kohei Yoshida
2013-03-28Some header cleansup. Some headers are no longer needed.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-28cellsuno.cxx is now free of ScBaseCell.Kohei Yoshida
2013-03-28More of the same.Kohei Yoshida
2013-03-28Remove a bit more use of ScEditCell and ScBaseCell.Kohei Yoshida
2013-03-28Reduce indentation by early bail-out.Kohei Yoshida
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida
2013-03-28sal_Bool to bool.Kohei Yoshida
2013-03-27complex categories are represented by ScRangeListMarkus Mohrhard
2013-03-27WaE: macro is not usedTor Lillqvist
2013-03-27Bypass FuncData::getParamDesc() too in the DISABLE_DYNLOADING caseTor Lillqvist
2013-03-27fdo#42781 WaE: unreachable codePetr Kraus
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist
2013-03-27-Wunused-macrosStephan Bergmann
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-27Kill more ScBaseCell usages.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-27kill some unused inlinesThomas Arnhold
2013-03-27Fix #119514#:Item lists are incorrectly importedJianyuan Li
2013-03-27Revert "Fix #119514#:Item lists are incorrectly imported"Xisco Fauli
2013-03-27Fix #119514#:Item lists are incorrectly importedJianyuan Li
2013-03-27#i119557# Ignore redundant "split" property.Andre Fischer
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-26fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke
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-26coverity#982306 Logically dead codeJulien Nabet
2013-03-26Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist
2013-03-26WaE: Variable set but not usedTor Lillqvist