summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Collapse)Author
2014-11-21check that sort with absolute references works in both modesEike Rathke
Change-Id: I7de490377fbceb17e7d678590c46d24674bd8024
2014-11-18Extend the test to cover insertion / deletion of rows.Kohei Yoshida
Change-Id: I9c5f46af446f8384265d91ce5dfe269e7a090d09
2014-11-18New test for testing group area listener behaviors during formula pasting.Kohei Yoshida
Change-Id: Ie0c4e39e30a33ec5390c03221950d1cd01549c15
2014-11-18java: make fields final where possibleNoel Grandin
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-13calc performance testLaurent Godard
- a plain perfcheck test example on big file - searches - named ranges - sheets - big file is approx. - 100 sheets - 60k values in a sheets - 5k named ranges - 2k formulas (calling named ranges) Change-Id: I61970f3387d400ed6737a369ead6daf896afacdc
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-12java: convert fields to local variables where possibleNoel Grandin
found by PMD Change-Id: I05b45382b8fb1b734657ce9421a20e6ef6fbe542 Reviewed-on: https://gerrit.libreoffice.org/12376 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-10Revert "Disable problematic sorting test that depends on the old default."Jan Holesovsky
Not necessary after 447d523fa7c6c82476f9ee48e4b9c82cfad05c50. This reverts commit 7f86fc0b9835be4d2c3e98271b32454f8df427ec.
2014-11-10Disable problematic sorting test that depends on the old default.Michael Meeks
Change-Id: Ie05ff3f1ba5e42cc2ec54f23f0b6376a81221592
2014-11-10fdo#85584: Adapt the unit test to the new default.Jan Holesovsky
Change-Id: I7c4935040ba16378023695c74bf2a5cd75fe8a77
2014-11-10Fix build.Jan Holesovsky
Change-Id: I91599766e607b26d2c71006c9543a2bd952e228a
2014-11-07Use SAL_N_ELEMENTSZolnai Tamás
Change-Id: I3d26823a93fd0925ef5e71affd941cd51219ab9e
2014-11-07Build fix: back to C++98Zolnai Tamás
Change-Id: I5aa74c17f3274a130f76a25fc7bbb184b3f5c69b
2014-11-07Make these tests weaker to fix build.Zolnai Tamás
Image loss indicator is the "empty" URL. Change-Id: I0f8b037dc23bae3d7342d73cfafa4ecc55090ab6
2014-11-07Make SdrGrafObj swapping methods private.Zolnai Tamás
Plus remove some useless call of them. Change the tests accordingly. Change-Id: I47a50b5734d799ac02ee7221c95f82415afb9497
2014-11-07Test for swapped out image loss during Calc exportZolnai Tamás
Related to the bug fdo#52226. The problem was that the images were somehow swapped out but were not swapped in during export. Test the main Calc formats: ODS, XLS, XLSX, HTML. Conflicts: sc/qa/unit/subsequent_export-test.cxx Change-Id: I4835ff2960fbd11cc9750ed3da20df26cd6cbaba
2014-11-06Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist
In CppunitTest_sc_opencl_test we want to explicitly disable subsetting and use OpenCL maximally, to match how it used to work. Change-Id: Ie900adb5fa58b7cd1111169e44efd70d8cac5256
2014-10-31Removed duplicated includesAndrea Gelmini
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-10-27fdo#85215: Write test for this.Kohei Yoshida
Change-Id: I789da5d81e6211ed8f5fae1e293833bde5ce375b
2014-10-27fdo#85282: Write test for this.Kohei Yoshida
Change-Id: I2a0567c2872b503ceb3740127b6b58b1d1789690
2014-10-26fdo#85215: Write test for this.Kohei Yoshida
Change-Id: Ibe959201541ce6ad84540eba93ac9235dca91f40
2014-10-25bnc#893791 XLS export: external sheet references on Linux/OSXAndras Timar
The commit solves two problems. 1. Make sure we save absolute paths on Linux/OSX 2. Make sure we don't save invalid XLS (VirtualPath longer than 255 chars) The first problem has always been there, so after a few load/save cycles an XLS with reference to other XLS on a Unix-like file system became invalid, and only LibreOffice could open it, Excel could not. These broken XLS files can be repaired by saving after this patch, however, the original reference will remain broken. Change-Id: I8f575acb1d560d539c1da61a1afdaac3f0c13977
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
...to keep UBSan from complaining about illegal downcasts from FormulaToken to ScToken (which were practically harmless, given that ScToken did not add any data members). Change-Id: I8fdc026eec363442cc4b720b71d65c972b4a4446
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
...so that default implementations can return nullptr without further ado Change-Id: Idc8778fe868efa00b1de597a54aa07a2e6fa3bc0
2014-10-21sc: remove duplicate test methods from ScTableSheetsObjMichael Stahl
Change-Id: I4b0798a08f650660d1b5daaa41c7ee3618fbab3a
2014-10-21sc: fix temp file leak in ScTableSheetObjMichael Stahl
Change-Id: If75573ffe565ec621aa6c9739cec71bc4b087c7a
2014-10-18fdo#82047: Write test for this.Kohei Yoshida
Change-Id: I0e5e54b517d3fb3cb28eb133b2cbe5bf5ca6b1d6
2014-10-18NamedExpression is too lengthy. Let's just call it 'Name'. We'll know.Kohei Yoshida
Change-Id: Ia4da886b050397831383005131ff9f21570934ad
2014-10-17fdo#80284: Write test for this first.Kohei Yoshida
Change-Id: I2fe455fc627e4b358507b58f08a3198ac62edad0
2014-10-17Move these tests to ucalc_formula.cxx.Kohei Yoshida
Change-Id: I4f9bc7ba26d42bfd3982efeb69bc221fc028c629
2014-10-16fdo#73080: Write another test case for single cell reference cases.Kohei Yoshida
Change-Id: I8dff6850c7088b483d1ad669867da6cef454d9a2
2014-10-15fdo#73080: Write test for this first.Kohei Yoshida
Change-Id: Ia2a32f4be3ef2c09ac68fe03ee9a7c9d31aef7ed
2014-10-15sc: fix temp file leak in ScHTMLExportTestMichael Stahl
Change-Id: Iab385ce8b24dd24985ec9b2d0c9d2a4e603d0fd0
2014-10-15sc: fix temp file leaks in ucalc TestMichael Stahl
Change-Id: Id5243aa37578cf9ed534603f3b27e83f0678c3fb
2014-10-15sc: fix temp file leak in ScFiltersTestMichael Stahl
Change-Id: I1920fa405f377abafe793b4bbec52b8b141459f6
2014-10-15sc: fix temp file leak in ScExportTestMichael Stahl
Change-Id: I9b9944fa1b9e00989a499f7a8fac74097ae9d61b
2014-10-14don't execute ScOpenCLTest::testFinacialIRRFormula on OSXNoel Grandin
it has intermittent failures which causes the tinderboxes to unnecessarily spam my inbox Change-Id: I689b9d8c5da169dc6572250afe686b79039fba34
2014-10-12fdo#83901: Write a test for this.Kohei Yoshida
Change-Id: If805ba07baa36cbf94ee22f77f98ef4057d8b306
2014-10-10Adapt sorting unit tests for new default.Michael Meeks
Change-Id: I9885e2712753390f0597233c404ab80c0ad2b537
2014-10-10coverity#1244942 Dereference null return valueCaolán McNamara
Change-Id: I50e453bf9e31f4afc60096ad3888062c365f54c6
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
Change-Id: Id4949fa08546e710fbf9bd0c7e3bf62979f29c83
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida
Change-Id: I8bdcf0667b326b77d11001efeeefd5247987ebdc
2014-10-02Another test case for this feature.Kohei Yoshida
Change-Id: Ia406baec2867605bf515dac0ba090500e2bbd1ce
2014-10-02Write the first test for this formula-to-value feature.Kohei Yoshida
Change-Id: I545328a1c126b3bfeee8c1f662c5eb9a471d33ca
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I25468d578de597ff9aeba3ffc850c630fa532767
2014-09-30sc: ensure global variables in tests are cleared before shutdownMichael Stahl
If the destructors run from exit handlers, they could access already deleted globals from VCL etc. and crash. Change-Id: I265046e95998a4384e1ce0f1f205d03c078a40a9
2014-09-19fdo#84009: Adjust the test case to catch this.Kohei Yoshida
Change-Id: I16bdc6760276b5bc0c78c3693d3f92c68ef67ed1
2014-09-18fdo#83764: Write test for this.Kohei Yoshida
Change-Id: I4bc7c3ebdca14caa7d1c8edc2ad777a0e6dd5de2
2014-09-18Move all sort related unit tests to separate source file.Kohei Yoshida
Change-Id: I26e967e9d9fb361ad0d8988715d0d0fd47e478fe