summaryrefslogtreecommitdiffstats
path: root/sc/qa
Commit message (Collapse)AuthorAgeFilesLines
* fix array initialization and thus windows buildFridrich Štrba2011-09-211-1/+1
|
* Revert "remove newly unused methods", used againCaolán McNamara2011-09-211-1/+1
| | | | This reverts commit 9693764946ac3f27a0170d7556ee62276d7c3dcb.
* callcatcher: remove newly unused methodsCaolán McNamara2011-09-211-1/+1
|
* Unit test for copying range names.Kohei Yoshida2011-09-201-7/+44
| | | | | This test would've detected my earlier mistake with the index-lookup perf enhancement.
* Unit test for refreshing while source data contains empty field name.Kohei Yoshida2011-09-191-3/+24
|
* Use the method to insert source data.Kohei Yoshida2011-09-191-42/+11
|
* Extracted method for inserting source data for pivot table testing.Kohei Yoshida2011-09-191-42/+52
|
* forgot another csv fileMarkus Mohrhard2011-09-151-0/+2
|
* add formats test for xls and xlsxMarkus Mohrhard2011-09-153-66/+79
|
* improve calc's format unit testMarkus Mohrhard2011-09-154-46/+175
| | | | bug in 'formats.ods'Sheet1.B5 with number format import
* New unit test case for testing SHEETS function result.Kohei Yoshida2011-09-141-0/+40
|
* forgot the csv file for number formatsMarkus Mohrhard2011-09-141-0/+4
|
* add unit test for formated cellsMarkus Mohrhard2011-09-142-1/+57
|
* ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard2011-09-141-2/+0
|
* add database unit testMarkus Mohrhard2011-09-142-0/+48
|
* Let's keep our file naming scheme consistent.Kohei Yoshida2011-09-135-4/+4
|
* We normally use an 'f' prefix for double.Kohei Yoshida2011-09-121-13/+13
| | | | | I'm not a big fan of Hungarian notation, but since we use it, let's be consistent.
* No need to use += to initialize m_aFileRoot.Kohei Yoshida2011-09-121-2/+2
|
* Let's do hard re-calc only when necessary.Kohei Yoshida2011-09-121-2/+3
| | | | | Since doing a hard re-calc can be slow, let's not do this for all loading test cases, but only when we are testing formula interpretations.
* Let's put using namespace declarations at the top.Kohei Yoshida2011-09-121-3/+2
|
* It's appropriate to name this class singular.Kohei Yoshida2011-09-121-2/+2
| | | | | Since each instance refers to a single file format, while its array instance holds multiple instances of this structure.
* Let's not indent in namespace scopes.Kohei Yoshida2011-09-121-36/+35
|
* These don't have to be member functions.Kohei Yoshida2011-09-121-4/+10
|
* force always a full recalculation for ods, xls and xlsx in unit testMarkus Mohrhard2011-09-131-0/+2
| | | | | we can't assume that always all formulas are recalculated, we might used cached results
* make it possible to est formula string in csv filesMarkus Mohrhard2011-09-131-3/+18
|
* add files for bugFix tests and restructure filters-test a bitMarkus Mohrhard2011-09-134-2/+58
|
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-122-4/+14
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* ScPateUndo cleaned up.Kohei Yoshida2011-09-121-1/+2
|
* second try to prevent warningMarkus Mohrhard2011-09-091-2/+5
|
* forgot to add the file for the unit testMarkus Mohrhard2011-09-091-0/+0
|
* prevent warningMarkus Mohrhard2011-09-091-8/+8
|
* add logical function unit testMarkus Mohrhard2011-09-094-0/+188
| | | | it is now possible to add csv files to create easy filter test
* add range name xls testMarkus Mohrhard2011-09-091-18/+29
| | | | | xlsx does not work yet because local range name export is not implemented
* some basic unit test for xls and xlsxMarkus Mohrhard2011-09-073-19/+41
| | | | | | | adds the basic concepts for xls/xlsx unit test -build system changes -some restructuring in the filter test -universal-content.xls/xlsx
* BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner2011-09-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Implements BITAND, BITOR, BITXOR, BITLSHIFT and BITRSHIFT as specified by OASIS OpenDocument Format 1.2 OpenFormula / ODFF. Changes made by the committer: * Original submission added the new functions to the Logical group, that group has only functions though that return a logical value 1/0/true/false. ODFF groups them under "Bit operation functions" that currently is not available in Calc. Added the functions to the Mathematical group instead. * Changed descriptions of functions in the Function Wizard. * One sal_uInt64 constant instead of several identical literal 281474976710655 values. * Replaced 'or' operators with || * Don't push two return values, if PushIllegalArgument() was used don't use PushDouble() thereafter. * Treat double values with ::rtl::math::approxFloor() to obtain integer values. * For BITLSHIFT and BITRSHIFT implemented a different algorithm following the ODFF specification that allows larger shift values. * Use our block braces style, respectively don't use block braces for one-line if-statements. * Fixed indentation levels. * Adapted RTL_LOGFILE_CONTEXT_AUTHOR to say "pechlaner". Credit to whom credit is due ;-)
* initital work for a unit test for calc's basic featuresMarkus Mohrhard2011-09-062-6/+57
| | | | | the SC_DLLPUBLIC changes in document.hxx are only necessary until we can link statically against sc
* merge area does not need to be increased if a shadow is attachedMarkus Mohrhard2011-09-061-2/+2
|
* initial work for a merged cell unit testMarkus Mohrhard2011-09-051-0/+24
| | | | | TODO: add a undo/redo test and debug why ScDocFunc::InsertCells does not expand the merged area
* test range names in import testMarkus Mohrhard2011-09-052-1/+29
|
* add missing components, use new configmgr path, and enable ODS testMichael Meeks2011-09-021-1/+0
|
* enable calc's ODS file filter unit testMarkus Mohrhard2011-09-021-9/+14
|
* String to rtl::OUString.Kohei Yoshida2011-08-261-3/+3
|
* add local range names for local range namesMarkus Mohrhard2011-08-251-1/+1
|
* add unit test for copy/paste + ScUndoPasteMarkus Mohrhard2011-08-251-1/+102
|
* remove clone/calc references in filters-test.cxxNorbert Thiebaud2011-08-061-6/+6
|
* initial work for autofilter unit testMarkus Mohrhard2011-07-291-0/+56
|
* re-enable the CVE unittest on OpenBSDRobert Nagy2011-07-271-2/+0
|
* Initial cut on testing ods document loading.Kohei Yoshida2011-07-232-4/+22
| | | | | The loading still fails in SfxObjectShell::DoLoad(). I need to look into it.
* Avoid confusion with our windows api clash preventionFridrich Štrba2011-07-211-0/+7
|
* I'm sure this is meant to be CalcComponent instead of WriterComponent.Kohei Yoshida2011-07-181-3/+3
|