summaryrefslogtreecommitdiff
path: root/sc/qa/unit/data/xls
AgeCommit message (Collapse)AuthorFilesLines
2013-06-28unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)Noel Power1-0/+0
expand the existing borders import check to cater for xlsx ( and testing for fine/hair border styles ) Change-Id: Ic5c3cd46e0049dbce9997f0881c4d98e0d64e00c (cherry picked from commit 69dcacedaccd1d698a54eed615ee8739747bc975) Reviewed-on: https://gerrit.libreoffice.org/4503 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-01-31Use a method from UnoApitest instead of implement a new one in calcMarcos Paulo de Souza2-0/+0
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
2012-11-12add test for EDB-22591Caolán McNamara1-0/+0
Change-Id: I58b22ab27de3069ae10f68ab0e844a439e6049ce
2012-11-01another some more regression testsCaolán McNamara1-0/+0
Change-Id: Ic13269fcf55b4e51a8124da6d2de75fb5bec23e0
2012-11-01add test for EBD-22330Caolán McNamara1-0/+0
Change-Id: Ifd59198a2d09e26377267c8b509c5340d83240e3
2012-09-22enable the cond format import test also for xls and xlsxMarkus Mohrhard1-0/+0
Change-Id: I04d743ef9f38f4f65ba912f34ac641ea7031aed2
2012-06-15Extend current database range unit test to also check xls and xlsxDaniel Bankston1-0/+0
Since Excel doesn't support named database ranges, I also added tests for unnamed database ranges for ods, xls, and xlsx. Change-Id: I491324883c95cf2edb13c0561e975a13d13ba7d7
2012-04-02add xls border import testMarkus Mohrhard1-0/+0
TODO: add test cases for: -color import -different line styles -...
2012-03-23.xls files don't need executable bitsMichael Stahl1-0/+0
2012-03-14add some more torture testsCaolán McNamara3-0/+0
2012-03-13some more test documentsCaolán McNamara5-0/+0
2012-03-13add some testsCaolán McNamara6-0/+0
2012-01-12add test for range name import, related fdo#42624Markus Mohrhard1-0/+0
this adds range names referencing range names that are loaded after the referencing range name
2012-01-09add some tests related to fdo#42624Markus Mohrhard1-0/+0
see fdo#44587 for problems with range names in matrix formulas during xlsx import/export
2011-10-28re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)Noel Power1-0/+0
2011-10-24make vba.xls return 'OK' on success, adjust macros-test.cxx to test for 'OK'Noel Power1-0/+0
2011-10-24more substantial vba test ( testing various range addression )Noel Power1-0/+0
2011-10-17add initial test for matrix functionsStefan Weigel1-0/+0
2011-10-05add initial work for vba tests in calc( work in progress)Markus Mohrhard1-0/+0
this does not work yet, it still does not load the vba code correctly and therefore can't find the vba library
2011-09-15add formats test for xls and xlsxMarkus Mohrhard1-0/+0
2011-09-13Let's keep our file naming scheme consistent.Kohei Yoshida1-0/+0
2011-09-13add files for bugFix tests and restructure filters-test a bitMarkus Mohrhard1-0/+0
2011-09-09forgot to add the file for the unit testMarkus Mohrhard1-0/+0
2011-09-07some basic unit test for xls and xlsxMarkus Mohrhard1-0/+0
adds the basic concepts for xls/xlsx unit test -build system changes -some restructuring in the filter test -universal-content.xls/xlsx