summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida1-4/+4
2013-04-09Use ucb to load bytes from file URL.Kohei Yoshida2-5/+30
2013-04-09Get it to build with the latest orcus. It may not be fully functional.Kohei Yoshida3-1/+44
2013-04-09Resolves: fdo#61948 delayed delete deletes nothing under windowsCaolán McNamara1-1/+1
2013-04-09adapt code for select range .ui conversionCaolán McNamara12-178/+64
2013-04-09Revert "add fwl, scui, sdui, swui to Library_merged"Matúš Kukan1-1/+1
2013-04-09Revert "fix scfilt with Library_merged"Matúš Kukan1-4/+0
2013-04-09selectrange.ui WidgetManal Alhassoun1-0/+125
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida3-1/+12
2013-04-08fdo#62116: Unit test for the fix.Kohei Yoshida2-0/+26
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida7-43/+156
2013-04-08fdo#62116: Add failing cell content to the test file.Kohei Yoshida1-0/+0
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