summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-05fix Worksheet.Cells by not allowing TableSheet range to change from updatesNoel Power
2013-04-05fix selection change event firingNoel Power
2013-04-04set adjustment min/maxesCaolán McNamara
2013-04-04Convert Calc sheet page style to Widget UIOlivier Hallot
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara
2013-04-02update pch filesThomas Arnhold
2013-04-01remove unused GetCurDocViewWinThomas Arnhold
2013-03-29WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist
2013-03-28Slightly more efficient assign().Kohei Yoshida
2013-03-28Forgot to remove this from ScValueCell.Kohei Yoshida
2013-03-28Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida
2013-03-28ScBaseCell::CellEqual is no more.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
2013-03-28We only need to send the broadcaster instance with ScHint.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-28More of the same.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-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-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