summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused code as listed in unusedcode.easySantiago Martinez2012-01-282-34/+0
* Bypass building BASIC and scripting related modules for iOSTor Lillqvist2012-01-271-1/+8
* Unit test for updating formula cells that references into the pivot table.Kohei Yoshida2012-01-271-0/+31
* Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-271-4/+7
* fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida2012-01-271-7/+22
* Revert "fdo#44143: Keep cells with broadcasters alive during deletion."Eike Rathke2012-01-272-7/+5
* fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida2012-01-262-5/+7
* Make named ranges dialog more consistent, localizableStefan Knorr (astron)2012-01-261-6/+6
* resolved fdo#38595 border width lost in ODF importEike Rathke2012-01-261-2/+3
* cast from BorderLine to BorderLine2 is not validEike Rathke2012-01-261-2/+2
* Revert "TEMP"Fridrich Štrba2012-01-261-5/+1
* TEMPFridrich Štrba2012-01-261-1/+5
* switch subsequenttest testdocs from sdc to ods, fdo#43376Markus Mohrhard2012-01-263-2/+2
* add test for ScTableSheetObjMarkus Mohrhard2012-01-253-0/+227
* adjust test nameMarkus Mohrhard2012-01-251-10/+10
* ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard2012-01-251-3/+1
* disable all java based tests covered now by c++ based testsMarkus Mohrhard2012-01-251-0/+13
* add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard2012-01-251-2/+14
* New unit test for refreshing a pivot table without data cache.Kohei Yoshida2012-01-251-7/+24
* Deleting a null pointer is safeTakeshi Abe2012-01-263-5/+3
* New unit test for pivot table's date output handling.Kohei Yoshida2012-01-251-2/+94
* fix initial height of multiline input windowNoel Power2012-01-252-7/+13
* optimized zoom to use more common intervalsTim Hardeck2012-01-252-7/+6
* DataPilot to PivotTable in function names.Kohei Yoshida2012-01-241-12/+12
* fdo#45067: Differentiate numeric and non-numeric field member values.Kohei Yoshida2012-01-241-4/+11
* use write_uInt16s_FromOUString patternCaolán McNamara2012-01-242-2/+2
* fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power2012-01-242-4/+12
* Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"Noel Power2012-01-242-12/+4
* fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power2012-01-242-4/+12
* fdo#45067: We need automatic number detection for date/number grouping.Kohei Yoshida2012-01-231-3/+4
* enable ScDataPilotTableObj::testRefresh againMarkus Mohrhard2012-01-241-2/+2
* Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida2012-01-232-4/+124
* erase the correct element in ScColumn::Delete(), not the last oneEike Rathke2012-01-231-1/+1
* refactor concept for c++ based subsequenttestsMarkus Mohrhard2012-01-2326-2401/+830
* add library for c++ based subsequenttestsMarkus Mohrhard2012-01-236-0/+6
* resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke2012-01-231-1/+10
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-231-1/+2
* Redundant condition and Comment Translations.Mariusz Dykierek2012-01-231-12/+12
* resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke2012-01-221-3/+6
* Improve checking for emptinessThomas Arnhold2012-01-211-4/+4
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2116-25/+24
* Oops I shouldn't have erased names directly.Kohei Yoshida2012-01-212-2/+8
* fdo#44831: Named range should overwrite existing name.Kohei Yoshida2012-01-212-1/+2
* Grid lines should be immediately above or below the background.Kohei Yoshida2012-01-201-4/+7
* Prefer using back() to access the last element.Kohei Yoshida2012-01-204-11/+15
* Added 'm' prefix for a data member.Kohei Yoshida2012-01-206-492/+492
* Replace open-coded array with std::vector in ScColumn.Noel Grandin2012-01-206-614/+504
* More on String to rtl::OUString changes.Kohei Yoshida2012-01-204-17/+9
* Mempool size args are unused.Stephan Bergmann2012-01-209-37/+24
* Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida2012-01-191-1/+11