Markus Mohrhard
f4060a56bf
clean-up sc's knownissues.xcl
2012-01-30 00:34:06 +01:00
Markus Mohrhard
8cab24997a
add test case for XReplaceable
2012-01-30 00:23:07 +01:00
Kohei Yoshida
86ec0c8201
Unit test for updating formula cells that references into the pivot table.
2012-01-27 09:58:00 -05:00
Markus Mohrhard
80eecd4677
switch subsequenttest testdocs from sdc to ods, fdo#43376
2012-01-26 01:36:57 +01:00
Markus Mohrhard
3e82bf0e5e
add test for ScTableSheetObj
2012-01-25 21:13:25 +01:00
Markus Mohrhard
811cddef53
disable all java based tests covered now by c++ based tests
2012-01-25 21:13:24 +01:00
Markus Mohrhard
1b973485e6
add XNamed interface test and add this test to ScDataPilotTableObj
2012-01-25 21:13:24 +01:00
Kohei Yoshida
e5dea1e1a5
New unit test for refreshing a pivot table without data cache.
...
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 13:31:59 -05:00
Kohei Yoshida
85d34beec5
New unit test for pivot table's date output handling.
...
We rely on the cell type of those date value outputs when grouping
by date or value range.
2012-01-25 12:52:37 -05:00
Kohei Yoshida
1f06429112
DataPilot to PivotTable in function names.
...
From now on we'll stick with the 'pivot table' terminology...
2012-01-24 18:24:35 -05:00
Markus Mohrhard
f8214f0f1d
enable ScDataPilotTableObj::testRefresh again
2012-01-24 00:08:49 +01:00
Markus Mohrhard
95780ec739
refactor concept for c++ based subsequenttests
2012-01-23 19:46:46 +01:00
Stephan Bergmann
c4e5e06ecc
Undo inadvertent indentation change.
2012-01-19 11:26:08 +01:00
Stephan Bergmann
16af33302b
Fix C++03 enum member scope.
2012-01-19 11:22:21 +01:00
Markus Mohrhard
5f1acc9409
little clean-up in xspreadsheet2 test
2012-01-18 18:12:11 +01:00
Laurent Godard
51ed3a6324
sc test : refactor importSheet tests
2012-01-18 18:12:11 +01:00
Markus Mohrhard
206b748f88
it is not possible to start/terminate libreoffice twice in the same program
...
we have a static variable that prevents us from terminating libreoffice
in this case here
2012-01-18 18:12:11 +01:00
Markus Mohrhard
c0e1ef3bcb
terminate xcellrangesquery correctly
2012-01-18 18:12:11 +01:00
Markus Mohrhard
7fb6d62507
terminate xdatabaserange correctly
2012-01-18 18:12:11 +01:00
Markus Mohrhard
27553fa07e
correctly terminate cellproperties
2012-01-18 18:12:10 +01:00
Markus Mohrhard
55abb2c6bb
correctly terminate tableautoformatfield
2012-01-18 18:12:10 +01:00
Markus Mohrhard
d4273a37a5
these two variables don't need to be static
2012-01-18 18:12:10 +01:00
Markus Mohrhard
9fb5c5d69e
add test for sheet::XDataPilotTable
2012-01-16 08:46:09 +01:00
Markus Mohrhard
f3950ef403
some adjustments in the XSpreadsheet2 api test
2012-01-15 04:05:22 +01:00
Laurent Godard
916a9b63d3
sc test : update importSheet tests
2012-01-15 04:05:21 +01:00
Markus Mohrhard
51fac567f1
add test case for datapilot api
2012-01-15 04:05:21 +01:00
Markus Mohrhard
f7b470f885
correctly terminate XDataPilotFieldGrouping
2012-01-15 04:05:21 +01:00
Kohei Yoshida
05fa6914d3
Removing debug statement.
2012-01-12 22:07:30 -05:00
Kohei Yoshida
44cd997164
Test the new logic of our pivot data cache life cycle.
2012-01-12 21:57:17 -05:00
Kohei Yoshida
2ab84dcaa3
fdo#43077: Finally, remove data cache when nobody references it.
...
Also, removed unnecessary reloading of the whole table data when
reference is updated.
2012-01-12 21:57:04 -05:00
Kohei Yoshida
2232b0c303
fdo#43077: Now, refreshing a table should refresh all linked tables.
...
For efficiency reasons. Otherwise, refreshing n tables individually
would require reloading the same data cache n times.
2012-01-12 21:56:49 -05:00
Markus Mohrhard
c82de8f8eb
add test for range name import, related fdo#42624
...
this adds range names referencing range names that are loaded after the
referencing range name
2012-01-12 08:12:36 +01:00
Kohei Yoshida
ca73d85cc8
Test code for sheet source data cache relocation.
2012-01-11 22:01:57 -05:00
Kohei Yoshida
6a14a58299
New test for pivot tables with named source ranges.
2012-01-11 21:11:39 -05:00
Kohei Yoshida
75bc746b97
Unit test for repositioning of cell-anchored line objects.
...
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 16:26:41 -05:00
Andras Timar
aab14cb9fb
fix prefix of command line switches (-- instead of -)
2012-01-11 19:25:45 +01:00
Eike Rathke
51a5998433
adapted test case cell input to new date acceptance reality
...
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
2012-01-11 13:18:49 +01:00
Markus Mohrhard
cedfc2a674
add some tests related to fdo#42624
...
see fdo#44587 for problems with range names in matrix formulas during xlsx
import/export
2012-01-09 06:05:39 +01:00
Kohei Yoshida
5bc315f5f5
More unit test code to test copying a sheet with drawing object.
2012-01-07 19:21:25 -05:00
Kohei Yoshida
d831f352ba
More unit test code for drawing objects. Found another bug & fixed it.
...
Inserting a new sheet would not update the anchored sheet index. Fixed.
2012-01-07 19:11:34 -05:00
Kohei Yoshida
f0c9362d9d
New unit test code for drawing objects.
2012-01-07 00:01:08 -05:00
Markus Mohrhard
6069ef7976
add inital part for XDatabaseRange test, related fdo#44167
2012-01-06 03:43:36 +01:00
Caolán McNamara
1702bab54f
add mode-lines to some new files
2012-01-05 09:18:16 +00:00
Kohei Yoshida
bc4699ba6e
New unit test to test jumping to precedent / dependent cells.
...
The test doesn't do the actual jumping, but it only tests the validity
of the destination range(s).
2012-01-04 13:02:16 -05:00
Markus Mohrhard
6fdac8946b
fix ScDatabaseRangeObj test, fdo#43312
2011-12-27 07:56:06 +01:00
Laurent Godard
01708ea853
sc test : enhance importSheet tests regarding namedRanges
2011-12-23 09:14:16 +01:00
Markus Mohrhard
64e416d42a
fix small problem with range names in copy/paste
2011-12-21 01:50:17 +01:00
Markus Mohrhard
b71919511f
disable failing test
...
after my last rework of the copy paste code my old assumptions for the
copy paste code are no longer valid
2011-12-20 08:59:05 +01:00
Markus Mohrhard
b77902d38d
add test case for ScTableSheetsObj::XNameContainer::removeByName
2011-12-20 07:44:19 +01:00
Markus Mohrhard
091790f678
add own makefile for ScSpreadsheetObj subsequenttest
2011-12-17 02:34:32 +01:00