summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara11-193/+37
2013-04-02Some cppcheck cleaningJulien Nabet1-4/+2
2013-04-02drop prefix from ::cssThomas Arnhold1-1/+1
2013-04-02fix buildThomas Arnhold1-2/+4
2013-04-01remove unused GetCurDocViewWinThomas Arnhold1-15/+0
2013-04-01more fix for fdo#62399Faisal M. Al-Otaibi1-5/+6
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-7/+3
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-03-30Export Chart as Graphic - allow vector graphic exportTomaž Vajngerl1-7/+4
2013-03-29Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2013-03-28Slightly more efficient assign().Kohei Yoshida4-25/+56
2013-03-28Fix for the debug build.Kohei Yoshida1-0/+1
2013-03-28coverity#704709 Dereference after null checkJulien Nabet1-1/+1
2013-03-28Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida4-18/+7
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida35-30/+69
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida117-3316/+3327
2013-03-28Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida2-109/+94
2013-03-28ScInterpreter is now free of ScBaseCell. Hooray! \o/Kohei Yoshida3-27/+20
2013-03-28We don't need this now.Kohei Yoshida2-50/+0
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida9-187/+138
2013-03-28ScBaseCell::CellEqual is no more.Kohei Yoshida2-92/+12
2013-03-28Remove HasCellValueData() and adjusted all its call sites.Kohei Yoshida5-63/+74
2013-03-28Remove HasCellStringData() and modifiy all its call sites.Kohei Yoshida3-26/+24
2013-03-28Remove HasCellEmptyData() from ScInterpreter.Kohei Yoshida5-49/+54
2013-03-28GetValueCellValue() to take a double, not ScValueCell.Kohei Yoshida2-49/+37
2013-03-28Removing use of ScBaseCell in ScInterpreter.Kohei Yoshida4-177/+200
2013-03-28add fwl, scui, sdui, swui to Library_mergedPeter Foley1-1/+1
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 Yoshida18-83/+114
2013-03-28More on replacing ScBaseCell.Kohei Yoshida9-46/+34
2013-03-28We only need to send the broadcaster instance with ScHint.Kohei Yoshida4-20/+56
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 Yoshida3-179/+182
2013-03-28attrarray.cxx is now free of ScBaseCell.Kohei Yoshida3-32/+43
2013-03-28cellsuno.cxx is now free of ScBaseCell.Kohei Yoshida1-32/+33
2013-03-28More of the same.Kohei Yoshida1-101/+111
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 Yoshida4-44/+34
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida5-58/+70
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida11-104/+88
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida4-10/+38
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida5-150/+110
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