summaryrefslogtreecommitdiff
path: root/sc/qa/unoapi
AgeCommit message (Collapse)AuthorFilesLines
2013-01-07split out numbering position page to cui and adapt codeCaolán McNamara1-1/+1
and move SvxNumberingPreview from svx to cui where its ::Paint impl already lives Change-Id: I2b7bebeb9914d74d0f391d3b178b0ad3d778c479
2012-12-04re-base on ALv2 code. Includes:Michael Meeks2-2/+51
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-09-18disable failing unoapi test, fdo#55065Markus Mohrhard1-1/+1
Change-Id: I41b4708ae336886cd25f11c1d9f8b7a04b4f48f9
2012-06-22re-base on ALv2 code.Michael Meeks1-0/+17
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida1-1/+1
We need a clean solution for this, but that will need a bit more effort & thinking. Change-Id: I I25d066fa0322cca9a15af1745a758b1aba981e13
2012-05-03Temporarily disabling a failing API test. I'll fix it soon.Kohei Yoshida1-1/+1
Change-Id: Ibeee491989fd9ae4104a0a3ae3bc7f78f95294a1
2012-04-30These two tests are now ported to cppunit.Kohei Yoshida1-2/+2
Change-Id: Ifce4c2a6f0f81a9b206795d915cac6705087c2d1
2012-04-26Temporarily disable test Java API tests that cause crash-on-exit.Kohei Yoshida1-2/+2
The tests themselves do pass, however. The crash is caused by some sort of cleanup, due to someone calling a pure virtual function or some such. I'll work on converting these tests into C++.
2012-03-18disable two slow java based subsequenttests, fdo#45337Markus Mohrhard1-2/+2
These two tests are not well designed and need 5 and 10 minute just to check that we really return every row. This is not a good trade-off between test coverage and execution time. Enable them again with a better concept.
2012-02-19remove ScNamedRangeObj from java based testsMarkus Mohrhard1-0/+2
2012-02-19remove some more tests from the java based testsMarkus Mohrhard1-1/+1
2012-02-02remove unused test document, use the ods version insteadMarkus Mohrhard1-0/+0
2012-02-02try to enable all sc subsequenttestsMarkus Mohrhard2-58/+58
2012-01-30clean-up sc's knownissues.xclMarkus Mohrhard1-17/+11
2012-01-26switch subsequenttest testdocs from sdc to ods, fdo#43376Markus Mohrhard3-2/+2
2012-01-25disable all java based tests covered now by c++ based testsMarkus Mohrhard1-0/+13
2011-12-27fix ScDatabaseRangeObj test, fdo#43312Markus Mohrhard2-1/+5
2011-12-16disable scs' subsequenttests that use binfilter formatsMarkus Mohrhard1-2/+2
2011-11-30move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard2-179/+0
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard2-0/+179
potential improvements: only load the file once and use fods instead of ods
2011-11-30disable sc subsequenttests that use binfilter formatsMarkus Mohrhard1-0/+4
2011-11-29fdo#43304 is fixed, tests can be re-enabled.Stephan Bergmann1-5/+0
2011-11-28Enabled sc/qa/unoapi again.Stephan Bergmann2-99/+0
Currently often fails at shutdown, when Bridge::terminate -> ~ScAutoFormatObj -> ScGlobal::GetAutoFormat after ScGlobal::Clear leads to ScAutoFormat ctor -> ScGlobal::GetRscString with null ppRscString.
2011-11-28Disabled tests failing due to fdo#43312.Stephan Bergmann1-1/+1
2011-11-28Disabled tests failing due to fdo#43309.Stephan Bergmann1-0/+3
2011-11-28Disabled tests failing due to fdo#43308.Stephan Bergmann1-0/+15
2011-11-28Disabled tests failing due to fdo#43304.Stephan Bergmann1-0/+5
2010-04-21sb120: #i111032# disabled failing test for nowsb1-0/+3
2010-04-14sb120: #i110862# disabled failing testsb1-0/+3
2010-03-08sb118: #i109517# disabled further fragile unoapi testssb1-12/+14
2010-02-22sb118: #i109517# disabled unoapi tests affected by that issuesb1-1/+25
2010-02-16sb118: adapted remaining */qa/unoapi tests to new frameworksb2-16/+71
2009-01-28CWS-TOOLING: integrate CWS cwscheckapi7Kurt Zenker2-75/+76
2009-01-23 12:09:08 +0100 cn r266805 : #i98006 update lists 2009-01-23 11:57:02 +0100 cn r266802 : #i98340# fix xdebug variable 2009-01-23 11:03:32 +0100 cn r266796 : #i98006 update lists 2009-01-14 12:06:52 +0100 cn r266275 : #i98006# update lists 2009-01-14 09:39:37 +0100 cn r266268 : #i98006# update lists 2009-01-12 22:24:51 +0100 cn r266182 : #i98006# update lists
2008-07-07INTEGRATION: CWS cwscheckapi1 (1.8.4); FILE MERGEDRüdiger Timm1-3/+3
2008/06/25 09:42:03 cn 1.8.4.2: #i90897# update lists 2008/06/19 21:05:40 cn 1.8.4.1: #i90897# update knownissue list
2008-07-07INTEGRATION: CWS cwscheckapi1 (1.10.4); FILE MERGEDRüdiger Timm1-5/+12
2008/06/25 09:42:03 cn 1.10.4.2: #i90897# update lists 2008/06/19 21:05:40 cn 1.10.4.1: #i90897# update knownissue list
2008-06-13INTEGRATION: CWS qadev32 (1.7.98); FILE MERGEDRüdiger Timm1-13/+13
2008/06/04 12:20:58 cn 1.7.98.3: #i87216# add issue 2008/05/13 19:44:36 cn 1.7.98.2: #i87389# update lists 2008/04/16 18:11:27 cn 1.7.98.1: #i87216# update lists
2008-06-13INTEGRATION: CWS qadev32 (1.9.14); FILE MERGEDRüdiger Timm1-5/+41
2008/06/04 12:20:58 cn 1.9.14.4: #i87216# add issue 2008/05/13 19:44:36 cn 1.9.14.3: #i87389# update lists 2008/05/05 10:53:40 cn 1.9.14.2: #i87216# update lists 2008/04/16 18:11:27 cn 1.9.14.1: #i87216# update lists
2008-04-10INTEGRATION: CWS changefileheader (1.7.226); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 17:13:46 rt 1.7.226.1: #i87441# Change license header to LPGL v3.
2008-03-18INTEGRATION: CWS unoapi3 (1.8.68); FILE MERGEDVladimir Glazounov1-5/+16
2008/03/07 12:58:29 cn 1.8.68.2: #i84995 update issues 2008/03/07 12:47:33 cn 1.8.68.1: #i84995 update issues
2008-01-14INTEGRATION: CWS unoapi2 (1.6.580); FILE MERGEDIvo Hinkelmann1-7/+7
2007/12/20 07:59:18 cn 1.6.580.1: #i83871# update lists
2008-01-14INTEGRATION: CWS unoapi2 (1.7.64); FILE MERGEDIvo Hinkelmann1-166/+42
2007/12/20 07:59:18 cn 1.7.64.1: #i83871# update lists
2007-10-23INTEGRATION: CWS unoapi1 (1.6.474); FILE MERGEDVladimir Glazounov1-39/+130
2007/10/11 14:44:33 cn 1.6.474.1: #i79479# update lists
2007-07-24INTEGRATION: CWS complextest1 (1.6.112); FILE MERGEDRüdiger Timm1-4/+10
2007/06/28 16:05:38 cn 1.6.112.1: #i78349# fix bug in makefile
2007-01-25INTEGRATION: CWS ause069 (1.5.296); FILE MERGEDOliver Bolte1-3/+3
2006/11/24 14:37:06 hjs 1.5.296.1: #i70359# remove forced shell calls
2005-10-25INTEGRATION: CWS dr42 (1.5.146); FILE MERGEDJens-Heiner Rechtien1-7/+13
2005/10/05 10:57:40 cn 1.5.146.1: #i55494# update of sc.sce and knownissues.xcl
2005-10-25INTEGRATION: CWS dr42 (1.5.146); FILE MERGEDJens-Heiner Rechtien1-1/+19
2005/10/21 11:18:35 sw 1.5.146.2: #i55494# 2005/10/05 10:57:41 cn 1.5.146.1: #i55494# update of sc.sce and knownissues.xcl
2005-09-08INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 15:01:20 rt 1.4.116.1: #i54170# Change license header: remove SISSL
2005-03-29INTEGRATION: CWS groupingapi (1.3.170); FILE MERGEDRüdiger Timm1-3/+3
2004/09/09 14:26:27 sw 1.3.170.1: adjusted parameters
2005-03-23INTEGRATION: CWS calcuno01 (1.4.26); FILE MERGEDVladimir Glazounov1-19/+20
2005/03/14 13:08:52 sw 1.4.26.1: #i23114#
2005-03-23INTEGRATION: CWS calcuno01 (1.4.26); FILE MERGEDVladimir Glazounov1-50/+43
2005/03/14 13:08:19 sw 1.4.26.1: #i23114#