summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2011-10-28Sorry, these tests fail for me on Linux. :-(Kohei Yoshida
2011-10-28bnc#726152: Avoid adjusting cell-anchored objects on other sheets.Kohei Yoshida
The old code would incorrectly move anchors from one sheet to another when updating the anchors of an object that was not on current sheet. That can happen e.g. when modifying a cell value which triggers a (cell-anchored) chart object on another sheet to get updated. Interestingly, this issue ended up causing a write error during file save in some situations, and in others silenting removing the affected chart objects on save.
2011-10-28These can be const pointers.Kohei Yoshida
2011-10-28More reduction of scoping inside nested for loop.Kohei Yoshida
2011-10-28More reduction of scoping inside for loop.Kohei Yoshida
2011-10-28Reduce excessive scoping.Kohei Yoshida
2011-10-28Translate message to EnglishKevin Hunter
And elaborate slightly.
2011-10-28re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)Noel Power
2011-10-28Add vba support for assigning names to cell rangesAugust Sodora
2011-10-28we can now enable the range name test for xlsx tooMarkus Mohrhard
2011-10-27use uno for local range name api, it crashs otherwise sometimesMarkus Mohrhard
2011-10-27attempt to disable macro_test tests for macosxNoel Power
2011-10-26more tweaks to unittests, also move registrymodifications.xcuNoel Power
registrymodifications.xcu has been moved to the solver ( unittest/user/data ) new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items.
2011-10-26Updated README about orcus.Kohei Yoshida
2011-10-26add uno part for local range namesMarkus Mohrhard
you can now use e.g. thisComponent.sheets(0).namedRanges
2011-10-26add local range names to ScDocFuncMarkus Mohrhard
2011-10-26add local range names to undoMarkus Mohrhard
2011-10-25I don't need to include this header.Kohei Yoshida
2011-10-25fdo#41369: Use the 'Default' style as the parent style.Kohei Yoshida
Some buggy XLS documents such as those generated by 1C (app used in Russia) don't include built-in style definitions, and the cell formats in those docs are not associated with any style at all. Let's associate them with the 'Default' style in such cases.
2011-10-25more support for basic/vba unit testsNoel Power
add moggis work and some tweaks from me too
2011-10-25To destroy a cell instance, we need to call ScBaseCell::Delete().Kohei Yoshida
We can't call delete on them directly, as their destructors are intentionally not public. Instead, we need to call Delete().
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot
2011-10-24execute macros_test in headless mode tooMarkus Mohrhard
otherwise a error dialog might pop up
2011-10-24 clean up macros-testMarkus Mohrhard
2011-10-24New unit test case for unwanted date detection on pivot table labels.Kohei Yoshida
2011-10-24macros-test.cxx: fix syntax errorMichael Stahl
2011-10-24fdo#42169: Display caption strings without format detection.Kohei Yoshida
We don't need to auto-detect the formats of caption values; they are already formatted by the time they arrive in to ScDPOutput.
2011-10-24macros-test.cxx: unused variable pDocMichael Stahl
2011-10-24make vba.xls return 'OK' on success, adjust macros-test.cxx to test for 'OK'Noel Power
2011-10-24more substantial vba test ( testing various range addression )Noel Power
2011-10-23remove unused UI stringsAndras Timar
2011-10-22execute filters-test in headless modeMarkus Mohrhard
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot
2011-10-21Updated csv parser from the orcus repository.Kohei Yoshida
This change should allow handling double-quation inside quoted cells correctly.
2011-10-21enable sc_macros_testMarkus Mohrhard
2011-10-20add more debug output to see why windows has problems with sc's filters-testMarkus Mohrhard
2011-10-20extract helper methods for debuging calc testsMarkus Mohrhard
2011-10-20improve unit test for UpdateReferenceMarkus Mohrhard
check InsertTabs/InsertTab/DeleteTabs too
2011-10-20increment table position correctly if more than one table is insertedMarkus Mohrhard
2011-10-20WaE: unused eCaolán McNamara
2011-10-19migrate to StringRangeEnumerator in CalcIvan Timofeev
2011-10-19separate normal calc filter tests and macro testsMarkus Mohrhard
this should make it easier to deal with the increased complexity in the unit tests for vba and star basic we should not mess with the normal calc tests while working on advanced vba and basic tests
2011-10-19add output for language settings to log fileMarkus Mohrhard
some windows builds crash in this test, maybe they get a false language setting from somewhere
2011-10-19add unit test for fdo#41868Markus Mohrhard
test should be extended as soon as possible tests a central point of our formula compiler/reference handling
2011-10-19by one error in ScFormulaCell::UpdateDeleteTab (fdo#41868)Markus Mohrhard
2011-10-18WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-18WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-18WaE: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist