Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-28 | Sorry, these tests fail for me on Linux. :-( | Kohei Yoshida | |
2011-10-28 | bnc#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-28 | These can be const pointers. | Kohei Yoshida | |
2011-10-28 | More reduction of scoping inside nested for loop. | Kohei Yoshida | |
2011-10-28 | More reduction of scoping inside for loop. | Kohei Yoshida | |
2011-10-28 | Reduce excessive scoping. | Kohei Yoshida | |
2011-10-28 | Translate message to English | Kevin Hunter | |
And elaborate slightly. | |||
2011-10-28 | re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module) | Noel Power | |
2011-10-28 | Add vba support for assigning names to cell ranges | August Sodora | |
2011-10-28 | we can now enable the range name test for xlsx too | Markus Mohrhard | |
2011-10-27 | use uno for local range name api, it crashs otherwise sometimes | Markus Mohrhard | |
2011-10-27 | attempt to disable macro_test tests for macosx | Noel Power | |
2011-10-26 | more tweaks to unittests, also move registrymodifications.xcu | Noel 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-26 | Updated README about orcus. | Kohei Yoshida | |
2011-10-26 | add uno part for local range names | Markus Mohrhard | |
you can now use e.g. thisComponent.sheets(0).namedRanges | |||
2011-10-26 | add local range names to ScDocFunc | Markus Mohrhard | |
2011-10-26 | add local range names to undo | Markus Mohrhard | |
2011-10-25 | I don't need to include this header. | Kohei Yoshida | |
2011-10-25 | fdo#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-25 | more support for basic/vba unit tests | Noel Power | |
add moggis work and some tweaks from me too | |||
2011-10-25 | To 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-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | |
2011-10-24 | execute macros_test in headless mode too | Markus Mohrhard | |
otherwise a error dialog might pop up | |||
2011-10-24 | clean up macros-test | Markus Mohrhard | |
2011-10-24 | New unit test case for unwanted date detection on pivot table labels. | Kohei Yoshida | |
2011-10-24 | macros-test.cxx: fix syntax error | Michael Stahl | |
2011-10-24 | fdo#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-24 | macros-test.cxx: unused variable pDoc | Michael Stahl | |
2011-10-24 | make vba.xls return 'OK' on success, adjust macros-test.cxx to test for 'OK' | Noel Power | |
2011-10-24 | more substantial vba test ( testing various range addression ) | Noel Power | |
2011-10-23 | remove unused UI strings | Andras Timar | |
2011-10-22 | execute filters-test in headless mode | Markus Mohrhard | |
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot | |
2011-10-21 | Updated csv parser from the orcus repository. | Kohei Yoshida | |
This change should allow handling double-quation inside quoted cells correctly. | |||
2011-10-21 | enable sc_macros_test | Markus Mohrhard | |
2011-10-20 | add more debug output to see why windows has problems with sc's filters-test | Markus Mohrhard | |
2011-10-20 | extract helper methods for debuging calc tests | Markus Mohrhard | |
2011-10-20 | improve unit test for UpdateReference | Markus Mohrhard | |
check InsertTabs/InsertTab/DeleteTabs too | |||
2011-10-20 | increment table position correctly if more than one table is inserted | Markus Mohrhard | |
2011-10-20 | WaE: unused e | Caolán McNamara | |
2011-10-19 | migrate to StringRangeEnumerator in Calc | Ivan Timofeev | |
2011-10-19 | separate normal calc filter tests and macro tests | Markus 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-19 | add output for language settings to log file | Markus Mohrhard | |
some windows builds crash in this test, maybe they get a false language setting from somewhere | |||
2011-10-19 | add unit test for fdo#41868 | Markus Mohrhard | |
test should be extended as soon as possible tests a central point of our formula compiler/reference handling | |||
2011-10-19 | by one error in ScFormulaCell::UpdateDeleteTab (fdo#41868) | Markus Mohrhard | |
2011-10-18 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-18 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-18 | WaE: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-18 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | |
2011-10-18 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | |