summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-03-28add fwl, scui, sdui, swui to Library_mergedPeter Foley1-1/+1
2013-03-28move the dialog to chart2Markus Mohrhard2-229/+0
2013-03-28Converting spline dialog box to glade.EricSeynaeve2-0/+229
2013-03-28WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist1-1/+1
2013-03-28A bit more.Kohei Yoshida2-28/+22
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida20-88/+116
2013-03-28More on replacing ScBaseCell.Kohei Yoshida11-57/+45
2013-03-28We only need to send the broadcaster instance with ScHint.Kohei Yoshida6-26/+63
2013-03-28Some header cleansup. Some headers are no longer needed.Kohei Yoshida1-7/+3
2013-03-28Some followup cleanup now that these methods are in the formula cell only.Kohei Yoshida1-137/+138
2013-03-28Now we don't need to check for the cell type; it's always of formula type.Kohei Yoshida1-7/+2
2013-03-28Stop exporting symbols of these cell classes except for ScFormulaCell.Kohei Yoshida4-189/+191
2013-03-28attrarray.cxx is now free of ScBaseCell.Kohei Yoshida4-32/+45
2013-03-28cellsuno.cxx is now free of ScBaseCell.Kohei Yoshida1-32/+33
2013-03-28More of the same.Kohei Yoshida2-104/+114
2013-03-28Remove a bit more use of ScEditCell and ScBaseCell.Kohei Yoshida1-14/+10
2013-03-28Reduce indentation by early bail-out.Kohei Yoshida1-58/+57
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida5-46/+37
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida9-61/+75
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida11-104/+88
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida7-10/+41
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida6-151/+112
2013-03-28sal_Bool to bool.Kohei Yoshida1-12/+9
2013-03-27complex categories are represented by ScRangeListMarkus Mohrhard1-2/+5
2013-03-27WaE: macro is not usedTor Lillqvist1-0/+2
2013-03-27Bypass FuncData::getParamDesc() too in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+7
2013-03-27fdo#42781 WaE: unreachable codePetr Kraus1-2/+2
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist4-10/+18
2013-03-27-Wunused-macrosStephan Bergmann31-304/+2
2013-03-27More ScBaseCell reduction...Kohei Yoshida12-78/+51
2013-03-27Remove this hack.Kohei Yoshida2-8/+0
2013-03-27ScRefCellValue is actually a struct, not a class.Kohei Yoshida1-1/+1
2013-03-27We don't need this.Kohei Yoshida1-1/+0
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida7-72/+68
2013-03-27Kill more ScBaseCell usages.Kohei Yoshida2-83/+80
2013-03-27Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida7-156/+66
2013-03-27Converted the external ref manager code.Kohei Yoshida4-58/+53
2013-03-27More of the same...Kohei Yoshida5-104/+196
2013-03-27More on killing direct use of cell classes.Kohei Yoshida6-101/+86
2013-03-27Take care of xetable.?xx.Kohei Yoshida4-27/+31
2013-03-27This can return const reference.Kohei Yoshida2-2/+2
2013-03-27kill some unused inlinesThomas Arnhold6-51/+0
2013-03-27Fix #119514#:Item lists are incorrectly importedJianyuan Li1-2/+12
2013-03-27Revert "Fix #119514#:Item lists are incorrectly imported"Xisco Fauli1-12/+2
2013-03-27Fix #119514#:Item lists are incorrectly importedJianyuan Li1-2/+12
2013-03-27#i119557# Ignore redundant "split" property.Andre Fischer1-0/+3
2013-03-27WaE: class 'ScRefCellValue' was previously declared as a structTor Lillqvist1-1/+1
2013-03-26i#120341# - Make SCSTR_FIELDSEP less translation-error-proneAriel Constenla-Haile3-3/+20
2013-03-26fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke1-6/+6
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida9-210/+134