summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-23 13:38:34 +0200
committerobo <obo@openoffice.org>2010-06-23 13:38:34 +0200
commitd57ac99460bae6dd3b85e803367fa82073819770 (patch)
tree0031a74e23c83a23d1591bfc70ff0474343f8f7b
parent4fb9b1bdf9705b54cacad4a73084a6744f808308 (diff)
koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.
Notes
split repo tag: testing_ooo/DEV300_m84 split repo tag: testing_ooo/OOO330_m0
-rwxr-xr-x[-rw-r--r--]testautomation/spreadsheet/required/includes/c_upd_editmenu.inc13
1 files changed, 4 insertions, 9 deletions
diff --git a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc
index 07c769cf3bbf..9af880af0e18 100644..100755
--- a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc
+++ b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc
@@ -304,18 +304,13 @@ testcase tEditSelectAll
'/// Select whole sheet via Edit - Select All
printlog " Select whole sheet via Edit - Select All"
EditSelectAll
- '/// Check in areafield if the whole sheet is selected (A1:AMJ65536)
- printlog " Check in areafield if the whole sheet is selected (A1:AMJ65536)"
+ '/// Check in areafield if the whole sheet is selected (A1:AMJ1048576)
+ printlog " Check in areafield if the whole sheet is selected (A1:AMJ1048576)"
kontext "RechenleisteCalc"
- if Bereich.getSelText = "A1:AMJ65536" then
+ if Bereich.getSelText = "A1:AMJ1048576" then
printlog " - SelectAll is working"
else
- if Bereich.getSelText = "A1:IV65536" then
- printlog " - SelectAll is working"
- QaErrorLog "This should be a spreadsheet before the column limit (256 -> 1024) was enhanced"
- else
- warnlog "SelectAll is not working as expected. The area is " & Bereich.getSelText & " instead of A1:IV65536"
- end if
+ warnlog "SelectAll is not working as expected. The area is " & Bereich.getSelText & " instead of A1:AMJ1048576"
end if
'/// Close document
printlog " Close document"