Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | Special-case files in /assets on Android | Tor Lillqvist | |
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-12 | use better assertion macros | Markus Mohrhard | |
2012-02-11 | refactor subsequent_filters-test and move each test into own method | Markus Mohrhard | |
2012-02-11 | refactor filters-test and move each test in own method | Markus Mohrhard | |
2012-02-10 | add XDataPilotTable2 test to ScDatPilotTableObj | Markus Mohrhard | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-05 | add some more test cases | Markus Mohrhard | |
2012-02-05 | add some helpful entries to test file | Markus Mohrhard | |
2012-02-05 | variable is unused ATM | Markus Mohrhard | |
this variable is onyl used if you have a set of know files that should all correctly import in filters-test | |||
2012-02-02 | remove unused test document, use the ods version instead | Markus Mohrhard | |
2012-02-02 | try to enable all sc subsequenttests | Markus Mohrhard | |
2012-01-31 | Move assertions before use | Tor Lillqvist | |
2012-01-30 | clean-up sc's knownissues.xcl | Markus Mohrhard | |
2012-01-30 | add test case for XReplaceable | Markus Mohrhard | |
2012-01-27 | Unit test for updating formula cells that references into the pivot table. | Kohei Yoshida | |
2012-01-26 | switch subsequenttest testdocs from sdc to ods, fdo#43376 | Markus Mohrhard | |
2012-01-25 | add test for ScTableSheetObj | Markus Mohrhard | |
2012-01-25 | disable all java based tests covered now by c++ based tests | Markus Mohrhard | |
2012-01-25 | add XNamed interface test and add this test to ScDataPilotTableObj | Markus Mohrhard | |
2012-01-25 | New unit test for refreshing a pivot table without data cache. | Kohei Yoshida | |
Also, FillOldParam() and GetMembers() removed since 1) they were not necessary and 2) it would create a data cache in the process. | |||
2012-01-25 | New unit test for pivot table's date output handling. | Kohei Yoshida | |
We rely on the cell type of those date value outputs when grouping by date or value range. | |||
2012-01-24 | DataPilot to PivotTable in function names. | Kohei Yoshida | |
From now on we'll stick with the 'pivot table' terminology... | |||
2012-01-24 | enable ScDataPilotTableObj::testRefresh again | Markus Mohrhard | |
2012-01-23 | refactor concept for c++ based subsequenttests | Markus Mohrhard | |
2012-01-19 | Undo inadvertent indentation change. | Stephan Bergmann | |
2012-01-19 | Fix C++03 enum member scope. | Stephan Bergmann | |
2012-01-18 | little clean-up in xspreadsheet2 test | Markus Mohrhard | |
2012-01-18 | sc test : refactor importSheet tests | Laurent Godard | |
2012-01-18 | it is not possible to start/terminate libreoffice twice in the same program | Markus Mohrhard | |
we have a static variable that prevents us from terminating libreoffice in this case here | |||
2012-01-18 | terminate xcellrangesquery correctly | Markus Mohrhard | |
2012-01-18 | terminate xdatabaserange correctly | Markus Mohrhard | |
2012-01-18 | correctly terminate cellproperties | Markus Mohrhard | |
2012-01-18 | correctly terminate tableautoformatfield | Markus Mohrhard | |
2012-01-18 | these two variables don't need to be static | Markus Mohrhard | |
2012-01-16 | add test for sheet::XDataPilotTable | Markus Mohrhard | |
2012-01-15 | some adjustments in the XSpreadsheet2 api test | Markus Mohrhard | |
2012-01-15 | sc test : update importSheet tests | Laurent Godard | |
2012-01-15 | add test case for datapilot api | Markus Mohrhard | |
2012-01-15 | correctly terminate XDataPilotFieldGrouping | Markus Mohrhard | |
2012-01-12 | Removing debug statement. | Kohei Yoshida | |
2012-01-12 | Test the new logic of our pivot data cache life cycle. | Kohei Yoshida | |
2012-01-12 | fdo#43077: Finally, remove data cache when nobody references it. | Kohei Yoshida | |
Also, removed unnecessary reloading of the whole table data when reference is updated. | |||
2012-01-12 | fdo#43077: Now, refreshing a table should refresh all linked tables. | Kohei Yoshida | |
For efficiency reasons. Otherwise, refreshing n tables individually would require reloading the same data cache n times. | |||
2012-01-12 | add test for range name import, related fdo#42624 | Markus Mohrhard | |
this adds range names referencing range names that are loaded after the referencing range name | |||
2012-01-11 | Test code for sheet source data cache relocation. | Kohei Yoshida | |
2012-01-11 | New test for pivot tables with named source ranges. | Kohei Yoshida | |
2012-01-11 | Unit test for repositioning of cell-anchored line objects. | Kohei Yoshida | |
Preivously, before my fix, relocating a cell-anchored bottom-left to top-right line object would get flipped when its position changed. This is a test for that use case. | |||
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-11 | adapted test case cell input to new date acceptance reality | Eike Rathke | |
Cell input in testDataPilotLabels() like 1.2.3 was prefixed with single quote / apostrophe to not form a date input but string instead. With the new date acceptance, in en-US locale 1.2.3 isn't a date anymore and the quote becomes part of the cell content, so the test checking for 1.2.3 failed because the result was '1.2.3 |