summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-04-08fdo#49120 - Implementig XML_stateIrányossy Knoblauch Artúr2-2/+4
2013-04-08fdo#46808, convert embed::MSOLEObjectSystemCreator to new styleNoel Grandin1-3/+3
2013-04-07Some cppcheck cleaningJulien Nabet1-2/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák3-7/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák913-9701/+9418
2013-04-06fix compilation errorDavid Tardon1-1/+4
2013-04-06move anonymous namespace to .cxxDavid Tardon2-217/+219
2013-04-05somewhat blind wae fix ( doesn't happen for me )Noel Power1-0/+3
2013-04-05new module i18nlangtagEike Rathke48-54/+54
2013-04-05fix Worksheet.Cells by not allowing TableSheet range to change from updatesNoel Power2-1/+12
2013-04-05fix selection change event firingNoel Power2-4/+48
2013-04-05squash NoSuchElementExceptions when modifying keybindingsNoel Power2-1/+16
2013-04-05Added and fixed various vba APINoel Power4-3/+59
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power3-3/+21
2013-04-05fdo#62155 - band-aid crash from poor addin registration on upgradeMichael Meeks1-13/+4
2013-04-05Related: fdo#61948 data->validity crashes calcCaolán McNamara2-5/+10
2013-04-05We need the vbahelper headers especially when DISABLE_SCRIPTINGTor Lillqvist1-0/+1
2013-04-04set adjustment min/maxesCaolán McNamara3-46/+49
2013-04-04Convert Calc sheet page style to Widget UIOlivier Hallot7-437/+774
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2-35/+35
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks27-371/+371
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara16-197/+256
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-02update pch filesThomas Arnhold1-2/+1
2013-04-01remove unused GetCurDocViewWinThomas Arnhold2-17/+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-29WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist1-2/+2
2013-03-29Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2013-03-28Slightly more efficient assign().Kohei Yoshida7-25/+64
2013-03-28Fix for the debug build.Kohei Yoshida1-0/+1
2013-03-28coverity#704709 Dereference after null checkJulien Nabet1-1/+1
2013-03-28Forgot to remove this from ScValueCell.Kohei Yoshida1-1/+1
2013-03-28Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida5-20/+7
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida37-47/+82
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida122-3596/+3635
2013-03-28Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida3-114/+99
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 Yoshida13-193/+160
2013-03-28ScBaseCell::CellEqual is no more.Kohei Yoshida3-94/+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