Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ie85f8efd520aaf4e10b560c637a74fbd9e25530b
|
|
Change-Id: I0285e9d6739e7f2a9882fd19f03524482128e2d2
|
|
Change-Id: Ida98e51a7f9970c7d4c845f5a6ac1566cbed9e3a
|
|
Change-Id: I6363c408c1205c99cd11cada3877a3006022d06b
|
|
If import of raw cell values doesn't work, all bets are off. Let's make
sure it does.
We'll add more test cases to this file as the need arises.
Change-Id: I1469c285e6e87056406415bd8c767890c153b2b5
|
|
Change-Id: Ic287228f578c9ecb0f69a47380c890e337203b31
Reviewed-on: https://gerrit.libreoffice.org/2078
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Moved old row test from export to qahelper in order that it can be shared with
the import only tests, also added some new test documents and test data for some
additional row height checking
Change-Id: I023844b8dba8935d4bcdaac7fd16496e99251d78
|
|
In calc, we see a lot of implementations of createFileURL. So get ride
of all it and start to use the UnoAPitest::createFileURL method.
Also, clean the UnoApiRest::createFileURL method, fix the path from UnoApiTest and
moved some testing files to the right dir that the file belongs.
Conflicts:
sc/qa/extras/scoutlineobj.cxx
Change-Id: Ic02f13777503729ac70da590f4a42866f17ea9b2
|
|
it seems both xls & xlsx export suffer from problems with multiple row heights
repeated ( if those rows are empty )
Change-Id: I3ed68a81517a3e55d1de1954fcb99e7cb39be337
|
|
The test now also tests for Err:* import and checks that these have been
imported as error values and not only as text values.
Future clean-up:
Merge the cached matrix test file into the cached value one.
Change-Id: I9c0a06f058ff6620bd7ca169b3bee07a5430997e
|
|
Change-Id: I8e5f8cb351792b53c89658074e41dff3a3c4d9db
|
|
Change-Id: I2167d1a2c7ea70415581caf29acf620e4b116e69
|
|
Change-Id: I5972a2805d8bc03b84a42fbba4b67923b3b77249
|
|
Change-Id: I23eb8d53b8a2c48514900a5ab07ed7ec71d3ef99
|
|
Change-Id: I92bff38304959237042b9a0078be25948d642b25
|
|
Test disabled as it currently fails.
Change-Id: I33ea3c95357fd7fdb9deaba30372567cfb69ebd6
|
|
Change-Id: I627f4b579a5619e788df3726d2bd72a7f4cec964
|
|
Change-Id: I2dd43c333c7631545e464d1e28ff33ec93e8312f
|
|
Change-Id: I6004874b83adbc602dcad83192cf68607bee5a96
|
|
Change-Id: I7e7bf5746636e0f13aaaec91d526ac59f6054796
|
|
Change-Id: I44849ae8e8c174d1b14e10477f31dedaccaee293
|
|
Change-Id: I3cedafaf1862c69a40a7973ed056bf595f9e7d20
|
|
Change-Id: I539c6bfec17febbdd97c724fbde55b75da7700f6
|
|
Change-Id: If00d424ebe0d82284c3281c3362f2a9e52ee384e
|
|
-This also re-enables ScFiltersTest::testFormatsODS, but disables checks
for row height import which was causing win tinderbox failures.
-If checks for column width cause win tinderbox failures,
we may need to temporarily disable them too until we find out
cause of failures.
Change-Id: Ibfef98d412cf0a25b98d739ad53308dac09ed370
|
|
Change-Id: If2f85e32ddeb9f25b4a355ce5451dc04925bbbc9
|
|
Change-Id: Idb036ffdf09ee92b34118d9f52ea1d06c15fb31b
|
|
-Includes test case for cached formula result errors
Change-Id: I446240daffdbd6cd7ebd3c3b8dc2305c789d8519
|
|
Change-Id: I0fdbac47d6049d4a8b0b100eb1ce0fdab3eed262
|
|
Change-Id: Ibecefc21048817a566357ac3a65ee9a74a5af9fc
|
|
-Added test case for i53253 where a cell has text with different styles and
space between the text.
Change-Id: I69afa689dcb28d15b22ebed2d97e4b60178d6101
|
|
The unit test checks for the proper importation of the test document's
1) data validation entries
2) data validity of associate cells
3) content
Change-Id: I2858663c1d988557fc3783ecaf74892d370c1c93
|
|
Existing unit tests did not check if cells were merged correctly on more than
one sheet.
Change-Id: Ibd4d29abd7345afc95fede2a17c7e498d8cac3d9
|
|
Change-Id: I7d261958f81f73dfce44f27c0130f68c5c4b233f
|
|
Change-Id: Ie8e9a3a3f36caa55f495ef7a6670b73ebe9e2086
|
|
Since Excel doesn't support named database ranges, I also added tests for
unnamed database ranges for ods, xls, and xlsx.
Change-Id: I491324883c95cf2edb13c0561e975a13d13ba7d7
|
|
|
|
|
|
test is based on qa::Dumper and dumps the layout of the chart
|
|
|
|
|
|
|
|
|
|
|
|
this adds range names referencing range names that are loaded after the
referencing range name
|
|
see fdo#44587 for problems with range names in matrix formulas during xlsx
import/export
|
|
|
|
|
|
|
|
still needs work in:
- RdbTarget_sc_filters_test -- missing component files to NSS (need to be
conditional on nss)
- nssinitializer.cxx:306 -- new environment variable BRAND_PROGRAM_DIR for
$(BRAND_BASE_DIR)/program that is overriden in the unit test to
solver/(platform)/lib
- make the testPassword in filters-test.cxx conditional on NSS
- LD_LIBRARY_PATH needs an additional entry for
solver/(platform)/lib/sqlite
password.ods has password test and has been created Nov, 3rd 2011 with a
master build and should be ODF1.2 conform
|