summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-11-04remove some unneeded dependenciesMarkus Mohrhard3-9/+0
2011-11-04add test cases for "Informations" functions to functions.odsMarkus Mohrhard3-6/+22
2011-11-03component files for password testMarkus Mohrhard1-0/+3
2011-11-03initial work for a password testMarkus Mohrhard2-0/+40
2011-11-04catch exception by const referenceTakeshi Abe12-22/+21
2011-11-03remove all debug output from filters-test that was for the xls bugMarkus Mohrhard1-29/+0
2011-11-03codename is set by ScTabel constructorMarkus Mohrhard1-5/+0
2011-11-03ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara2-59/+0
2011-11-03callcatcher: drop unused methodsCaolán McNamara2-19/+0
2011-11-03callcatcher: ditch some unused codeCaolán McNamara2-367/+0
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl6-312/+137
2011-11-02More on sal_Bool to bool (in method signatures).Kohei Yoshida6-253/+77
2011-11-02Prefer boost::scoped_ptr to std::auto_ptr and shared_ptr (if appropriate).Kohei Yoshida3-8/+8
2011-11-02sal_Bool->bool in ScGridWindow. One of them wasn't even used.Kohei Yoshida4-51/+52
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl16-70/+153
2011-11-02calc big file : refactor loading to avoid unecessary testsLaurent Godard4-18/+17
2011-11-02we need to use ValidColRowOrRepeated, silly mistake by makeMarkus Mohrhard1-1/+1
2011-11-02add test cases for fdo#40967Markus Mohrhard3-1/+11
2011-11-01add tests related to fdo#41807Markus Mohrhard2-2/+2
2011-11-01prevent access to non existing mdds elements (fdo#41807)Markus Mohrhard1-2/+4
2011-11-01New unit test to test AND and OR evaluations of matrix objects.Kohei Yoshida1-0/+18
2011-11-01boolean values are valid for matrix evaluation (fdo#49967)Markus Mohrhard1-1/+1
2011-11-01Unit test for testing cell functions referencing external ranges.Kohei Yoshida1-0/+56
2011-11-01fdo#40110: Correctly map external ranges into matrix instances.Kohei Yoshida1-40/+39
2011-11-01Re-enabling the macros test.Kohei Yoshida1-2/+0
2011-10-31update first ScMarkData before setting cursor (fdo#42432)Markus Mohrhard1-1/+1
2011-10-31rhbz#657394: crash closing document while printingMichael Stahl1-3/+12
2011-10-31Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks54-633/+480
2011-10-31Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter54-480/+633
2011-10-31Cleaned up configmgr initialization.Stephan Bergmann2-3/+4
2011-10-28Sorry, these tests fail for me on Linux. :-(Kohei Yoshida1-0/+2
2011-10-28bnc#726152: Avoid adjusting cell-anchored objects on other sheets.Kohei Yoshida1-9/+37
2011-10-28These can be const pointers.Kohei Yoshida2-9/+9
2011-10-28More reduction of scoping inside nested for loop.Kohei Yoshida1-35/+40
2011-10-28More reduction of scoping inside for loop.Kohei Yoshida1-38/+38
2011-10-28Reduce excessive scoping.Kohei Yoshida1-60/+92
2011-10-28Translate message to EnglishKevin Hunter1-1/+1
2011-10-28re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)Noel Power2-4/+1
2011-10-28Add vba support for assigning names to cell rangesAugust Sodora2-0/+24
2011-10-28we can now enable the range name test for xlsx tooMarkus Mohrhard2-1/+1
2011-10-27use uno for local range name api, it crashs otherwise sometimesMarkus Mohrhard2-14/+17
2011-10-27attempt to disable macro_test tests for macosxNoel Power1-2/+2
2011-10-26more tweaks to unittests, also move registrymodifications.xcuNoel Power2-2/+3
2011-10-26Updated README about orcus.Kohei Yoshida1-2/+4
2011-10-26add uno part for local range namesMarkus Mohrhard8-58/+221
2011-10-26add local range names to ScDocFuncMarkus Mohrhard2-8/+19
2011-10-26add local range names to undoMarkus Mohrhard2-5/+18
2011-10-25I don't need to include this header.Kohei Yoshida1-1/+0
2011-10-25fdo#41369: Use the 'Default' style as the parent style.Kohei Yoshida1-3/+25
2011-10-25more support for basic/vba unit testsNoel Power2-10/+75