summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2013-04-06fix compilation errorDavid Tardon
2013-04-06move anonymous namespace to .cxxDavid Tardon
2013-04-05somewhat blind wae fix ( doesn't happen for me )Noel Power
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-05squash NoSuchElementExceptions when modifying keybindingsNoel Power
2013-04-05Added and fixed various vba APINoel Power
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power
2013-04-05fdo#62155 - band-aid crash from poor addin registration on upgradeMichael Meeks
2013-04-05Related: fdo#61948 data->validity crashes calcCaolán McNamara
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-02Some cppcheck cleaningJulien Nabet
2013-04-02drop prefix from ::cssThomas Arnhold
2013-04-02fix buildThomas Arnhold
2013-04-01remove unused GetCurDocViewWinThomas Arnhold
2013-04-01more fix for fdo#62399Faisal M. Al-Otaibi
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-03-30Export Chart as Graphic - allow vector graphic exportTomaž Vajngerl
2013-03-29Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-03-28Slightly more efficient assign().Kohei Yoshida
2013-03-28Fix for the debug build.Kohei Yoshida
2013-03-28coverity#704709 Dereference after null checkJulien Nabet
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-28ScInterpreter is now free of ScBaseCell. Hooray! \o/Kohei Yoshida
2013-03-28We don't need this now.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-28Remove HasCellValueData() and adjusted all its call sites.Kohei Yoshida
2013-03-28Remove HasCellStringData() and modifiy all its call sites.Kohei Yoshida
2013-03-28Remove HasCellEmptyData() from ScInterpreter.Kohei Yoshida
2013-03-28GetValueCellValue() to take a double, not ScValueCell.Kohei Yoshida
2013-03-28Removing use of ScBaseCell in ScInterpreter.Kohei Yoshida
2013-03-28add fwl, scui, sdui, swui to Library_mergedPeter Foley
2013-03-28WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist
2013-03-28A bit 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-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