summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Revert "add fwl, scui, sdui, swui to Library_merged"Matúš Kukan2013-04-091-1/+1
* Revert "fix scfilt with Library_merged"Matúš Kukan2013-04-091-4/+0
* selectrange.ui WidgetManal Alhassoun2013-04-091-0/+125
* fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida2013-04-083-1/+12
* fdo#62116: Unit test for the fix.Kohei Yoshida2013-04-082-0/+26
* fdo#62116: Handle field objects with formats correctly.Kohei Yoshida2013-04-087-43/+156
* fdo#62116: Add failing cell content to the test file.Kohei Yoshida2013-04-081-0/+0
* fdo#49120 - Implementig XML_stateIrányossy Knoblauch Artúr2013-04-082-2/+4
* fdo#46808, convert embed::MSOLEObjectSystemCreator to new styleNoel Grandin2013-04-081-3/+3
* Some cppcheck cleaningJulien Nabet2013-04-071-2/+1
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-073-7/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07913-9701/+9418
* 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-0548-54/+54
* fix Worksheet.Cells by not allowing TableSheet range to change from updatesNoel Power2013-04-052-1/+12
* fix selection change event firingNoel Power2013-04-052-4/+48
* 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
* We need the vbahelper headers especially when DISABLE_SCRIPTINGTor Lillqvist2013-04-051-0/+1
* set adjustment min/maxesCaolán McNamara2013-04-043-46/+49
* Convert Calc sheet page style to Widget UIOlivier Hallot2013-04-047-437/+774
* remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2013-04-032-35/+35
* remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2013-04-0327-371/+371
* convert calc format cells dialog to .ui formatCaolán McNamara2013-04-0316-197/+256
* Some cppcheck cleaningJulien Nabet2013-04-021-4/+2
* drop prefix from ::cssThomas Arnhold2013-04-021-1/+1
* fix buildThomas Arnhold2013-04-021-2/+4
* update pch filesThomas Arnhold2013-04-021-2/+1
* remove unused GetCurDocViewWinThomas Arnhold2013-04-012-17/+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
* WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist2013-03-291-2/+2
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-291-2/+2
* Slightly more efficient assign().Kohei Yoshida2013-03-287-25/+64
* Fix for the debug build.Kohei Yoshida2013-03-281-0/+1
* coverity#704709 Dereference after null checkJulien Nabet2013-03-281-1/+1
* Forgot to remove this from ScValueCell.Kohei Yoshida2013-03-281-1/+1
* Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida2013-03-285-20/+7
* Remove some headers in cell.hxx.Kohei Yoshida2013-03-2837-47/+82
* Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2013-03-28122-3596/+3635
* Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida2013-03-283-114/+99
* 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