summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07779-7841/+7560
* fix compilation errorDavid Tardon2013-04-061-1/+4
* move anonymous namespace to .cxxDavid Tardon2013-04-062-217/+219
* somewhat blind wae fix ( doesn't happen for me )Noel Power2013-04-051-0/+3
* new module i18nlangtagEike Rathke2013-04-0515-17/+17
* fix Worksheet.Cells by not allowing TableSheet range to change from updatesNoel Power2013-04-051-0/+11
* fix selection change event firingNoel Power2013-04-051-3/+46
* squash NoSuchElementExceptions when modifying keybindingsNoel Power2013-04-052-1/+16
* Added and fixed various vba APINoel Power2013-04-054-3/+59
* prepend Validation.Formula1 results with '=' for anything not a addressNoel Power2013-04-053-3/+21
* fdo#62155 - band-aid crash from poor addin registration on upgradeMichael Meeks2013-04-051-13/+4
* Related: fdo#61948 data->validity crashes calcCaolán McNamara2013-04-052-5/+10
* set adjustment min/maxesCaolán McNamara2013-04-041-1/+0
* Convert Calc sheet page style to Widget UIOlivier Hallot2013-04-044-436/+143
* convert calc format cells dialog to .ui formatCaolán McNamara2013-04-0311-193/+37
* Some cppcheck cleaningJulien Nabet2013-04-021-4/+2
* drop prefix from ::cssThomas Arnhold2013-04-021-1/+1
* fix buildThomas Arnhold2013-04-021-2/+4
* remove unused GetCurDocViewWinThomas Arnhold2013-04-011-15/+0
* more fix for fdo#62399Faisal M. Al-Otaibi2013-04-011-5/+6
* OSL_FAIL -> SAL_WARNThomas Arnhold2013-03-301-7/+3
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-1/+1
* Export Chart as Graphic - allow vector graphic exportTomaž Vajngerl2013-03-301-7/+4
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-291-2/+2
* Slightly more efficient assign().Kohei Yoshida2013-03-284-25/+56
* Fix for the debug build.Kohei Yoshida2013-03-281-0/+1
* coverity#704709 Dereference after null checkJulien Nabet2013-03-281-1/+1
* Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida2013-03-284-18/+7
* Remove some headers in cell.hxx.Kohei Yoshida2013-03-2835-30/+69
* Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2013-03-28117-3316/+3327
* Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida2013-03-282-109/+94
* ScInterpreter is now free of ScBaseCell. Hooray! \o/Kohei Yoshida2013-03-283-27/+20
* We don't need this now.Kohei Yoshida2013-03-282-50/+0
* More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida2013-03-289-187/+138
* ScBaseCell::CellEqual is no more.Kohei Yoshida2013-03-282-92/+12
* Remove HasCellValueData() and adjusted all its call sites.Kohei Yoshida2013-03-285-63/+74
* Remove HasCellStringData() and modifiy all its call sites.Kohei Yoshida2013-03-283-26/+24
* Remove HasCellEmptyData() from ScInterpreter.Kohei Yoshida2013-03-285-49/+54
* GetValueCellValue() to take a double, not ScValueCell.Kohei Yoshida2013-03-282-49/+37
* Removing use of ScBaseCell in ScInterpreter.Kohei Yoshida2013-03-284-177/+200
* add fwl, scui, sdui, swui to Library_mergedPeter Foley2013-03-281-1/+1
* WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist2013-03-281-1/+1
* A bit more.Kohei Yoshida2013-03-282-28/+22
* Reduce calls to ScDocument::GetCell().Kohei Yoshida2013-03-2818-83/+114
* More on replacing ScBaseCell.Kohei Yoshida2013-03-289-46/+34
* We only need to send the broadcaster instance with ScHint.Kohei Yoshida2013-03-284-20/+56
* Some header cleansup. Some headers are no longer needed.Kohei Yoshida2013-03-281-7/+3
* Some followup cleanup now that these methods are in the formula cell only.Kohei Yoshida2013-03-281-137/+138
* Now we don't need to check for the cell type; it's always of formula type.Kohei Yoshida2013-03-281-7/+2
* Stop exporting symbols of these cell classes except for ScFormulaCell.Kohei Yoshida2013-03-283-179/+182