summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-11-01fdo#40110: Correctly map external ranges into matrix instances.Kohei Yoshida1-40/+39
2011-11-01Re-enabling the macros test.Kohei Yoshida1-2/+0
2011-10-31update first ScMarkData before setting cursor (fdo#42432)Markus Mohrhard1-1/+1
2011-10-31Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks54-633/+480
2011-10-31Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter54-480/+633
2011-10-31Cleaned up configmgr initialization.Stephan Bergmann2-3/+4
2011-10-28Sorry, these tests fail for me on Linux. :-(Kohei Yoshida1-0/+2
2011-10-28bnc#726152: Avoid adjusting cell-anchored objects on other sheets.Kohei Yoshida1-9/+37
2011-10-28These can be const pointers.Kohei Yoshida2-9/+9
2011-10-28More reduction of scoping inside nested for loop.Kohei Yoshida1-35/+40
2011-10-28More reduction of scoping inside for loop.Kohei Yoshida1-38/+38
2011-10-28Reduce excessive scoping.Kohei Yoshida1-60/+92
2011-10-28Translate message to EnglishKevin Hunter1-1/+1
2011-10-28re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)Noel Power2-4/+1
2011-10-28Add vba support for assigning names to cell rangesAugust Sodora2-0/+24
2011-10-28we can now enable the range name test for xlsx tooMarkus Mohrhard2-1/+1
2011-10-27use uno for local range name api, it crashs otherwise sometimesMarkus Mohrhard2-14/+17
2011-10-27attempt to disable macro_test tests for macosxNoel Power1-2/+2
2011-10-26more tweaks to unittests, also move registrymodifications.xcuNoel Power2-2/+3
2011-10-26Updated README about orcus.Kohei Yoshida1-2/+4
2011-10-26add uno part for local range namesMarkus Mohrhard8-58/+221
2011-10-26add local range names to ScDocFuncMarkus Mohrhard2-8/+19
2011-10-26add local range names to undoMarkus Mohrhard2-5/+18
2011-10-25I don't need to include this header.Kohei Yoshida1-1/+0
2011-10-25fdo#41369: Use the 'Default' style as the parent style.Kohei Yoshida1-3/+25
2011-10-25more support for basic/vba unit testsNoel Power2-10/+75
2011-10-25To destroy a cell instance, we need to call ScBaseCell::Delete().Kohei Yoshida3-5/+6
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2-2/+2
2011-10-24execute macros_test in headless mode tooMarkus Mohrhard1-0/+1
2011-10-24 clean up macros-testMarkus Mohrhard1-78/+4
2011-10-24New unit test case for unwanted date detection on pivot table labels.Kohei Yoshida1-40/+99
2011-10-24macros-test.cxx: fix syntax errorMichael Stahl1-3/+3
2011-10-24fdo#42169: Display caption strings without format detection.Kohei Yoshida1-2/+13
2011-10-24macros-test.cxx: unused variable pDocMichael Stahl1-1/+0
2011-10-24make vba.xls return 'OK' on success, adjust macros-test.cxx to test for 'OK'Noel Power2-26/+47
2011-10-24more substantial vba test ( testing various range addression )Noel Power1-0/+0
2011-10-23remove unused UI stringsAndras Timar2-50/+0
2011-10-22execute filters-test in headless modeMarkus Mohrhard1-0/+1
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2-2/+2
2011-10-21Updated csv parser from the orcus repository.Kohei Yoshida1-24/+110
2011-10-21enable sc_macros_testMarkus Mohrhard1-0/+2
2011-10-20add more debug output to see why windows has problems with sc's filters-testMarkus Mohrhard3-3/+26
2011-10-20extract helper methods for debuging calc testsMarkus Mohrhard2-122/+172
2011-10-20improve unit test for UpdateReferenceMarkus Mohrhard1-6/+51
2011-10-20increment table position correctly if more than one table is insertedMarkus Mohrhard1-1/+1
2011-10-20WaE: unused eCaolán McNamara1-0/+4
2011-10-19migrate to StringRangeEnumerator in CalcIvan Timofeev1-15/+11
2011-10-19separate normal calc filter tests and macro testsMarkus Mohrhard4-72/+502
2011-10-19add output for language settings to log fileMarkus Mohrhard2-1/+8
2011-10-19add unit test for fdo#41868Markus Mohrhard1-1/+32