Home
last modified time | relevance | path

Searched refs:Range (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/
H A DRanges.log41 ITEM Assertion OK : Range Areas Count is2
47 ITEM Assertion OK : Range Count:53
60 Range/Item-Method-Issue
61 TEST START : Range/Item-Method-Issue
71 END 'Range/Item-Method-Issue' Symbol
72 TEST OK : Range/Item-Method-Issue
150 Range-Address
151 TEST START : Range-Address
160 END 'Range-Address' Symbol
161 TEST OK : Range-Address
[all …]
H A DTestCalc_Rangetest.log4 ITEM Assertion OK : - Range("D15").Row
5 ITEM Assertion OK : - WorkSheet("D15").Range.Row
6 ITEM Assertion OK : - Range("D15").Column
7 ITEM Assertion OK : - Worksheet.Range("D15").Column
8 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
9 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
12 ITEM Assertion OK : - Range("D15").ClearContent
21 ITEM Assertion OK : - Range("B38").Orientation (get)
30 ITEM Assertion OK : - Range("B39").WrapText (get)
31 ITEM Assertion OK : - Range("B39").WrapText (set)
[all …]
H A DTestAddress.log5 ITEM Assertion OK : test1 Range('e3:f3') A1 style addressing
6 ITEM Assertion OK : test2 Range('e3:f3') R1C1 style addressing
7 ITEM Assertion OK : test3 Range ('e:f') A1 style addressing
8 ITEM Assertion OK : test4 Range ('e:f') R1C1 style addressing
46 ITEM Assertion OK : test42 Range('g20:h40').Columns('c:c')
48 ITEM Assertion OK : test44 Range('g20:h40').Columns(-1)
49 ITEM Assertion OK : test45 Range('c4:g10').Rows(-1)
50 ITEM Assertion OK : test46 Range('a2:b4').Rows('1:1')
51 ITEM Assertion OK : test47 Range('a2:b4').Rows('1:2')
52 ITEM Assertion OK : test48 Range('a2:b4').Rows('2:2')
[all …]
H A DTestCalc_Rangetest2.log6 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
7 ITEM Assertion OK : - Range.Copy(Range("I10"))
20 ITEM Assertion OK : - = Range("K22").End (xlDown)
21 ITEM Assertion OK : - = Range("K22").End (xlUo)
23 ITEM Assertion OK : - = Range("K22").End (xlRight)
31 ITEM Assertion OK : - Range("J4:J11").AutoFilter
46 ITEM Assertion FAIL : - Range("A13").AddIndent
50 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
51 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
52 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DRanges.log41 ITEM Assertion OK : Range Areas Count is2
47 ITEM Assertion OK : Range Count:53
60 Range/Item-Method-Issue
61 TEST START : Range/Item-Method-Issue
71 END 'Range/Item-Method-Issue' Symbol
72 TEST OK : Range/Item-Method-Issue
150 Range-Address
151 TEST START : Range-Address
160 END 'Range-Address' Symbol
161 TEST OK : Range-Address
[all …]
H A DTestCalc_Rangetest.log4 ITEM Assertion OK : - Range("D15").Row
5 ITEM Assertion OK : - WorkSheet("D15").Range.Row
6 ITEM Assertion OK : - Range("D15").Column
7 ITEM Assertion OK : - Worksheet.Range("D15").Column
8 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
9 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
12 ITEM Assertion OK : - Range("D15").ClearContent
21 ITEM Assertion OK : - Range("B38").Orientation (get)
30 ITEM Assertion OK : - Range("B39").WrapText (get)
31 ITEM Assertion OK : - Range("B39").WrapText (set)
[all …]
H A DTestAddress.log5 ITEM Assertion OK : test1 Range('e3:f3') A1 style addressing
7 ITEM Assertion OK : test3 Range ('e:f') A1 style addressing
49 ITEM Assertion OK : test45 Range('c4:g10').Rows(-1)
50 ITEM Assertion OK : test46 Range('a2:b4').Rows('1:1')
51 ITEM Assertion OK : test47 Range('a2:b4').Rows('1:2')
52 ITEM Assertion OK : test48 Range('a2:b4').Rows('2:2')
54 ITEM Assertion OK : test50 Range(' A2:B4 ')
55 ITEM Assertion OK : test51 Range('A 2:B 4')
56 ITEM Assertion OK : test52 Range('A2 : B4 ')
57 ITEM Assertion OK : test53 Range('Sheet1 !A2 : B4 ')
[all …]
H A DTestCalc_Rangetest2.log6 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
7 ITEM Assertion OK : - Range.Copy(Range("I10"))
24 ITEM Assertion OK : - = Range("K22").End (xlDown)
25 ITEM Assertion OK : - = Range("K22").End (xlUo)
27 ITEM Assertion OK : - = Range("K22").End (xlRight)
35 ITEM Assertion OK : - Range("J4:J11").AutoFilter
50 ITEM Assertion OK : - Range("A13").AddIndent
54 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
55 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
56 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
[all …]
H A DTestIntersection.log5 ITEM Assertion OK : test1 Application.Intersect( Range('A2:D10'), Range('C4:E6'))
6 ITEM Assertion OK : test2 Application.Intersect( Range('A2:D10'), Range('A4:G10'))
7 ITEM Assertion OK : test3 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('A4:G10'))
8 ITEM Assertion OK : test4 Application.Intersect( Range('A4:G10'), Range('A2:c8,d2:f8,g2:i8'))
11 ITEM Assertion OK : test7 Application.Intersect( Range('a2:d10,b5:e10'), Range('a5:i10'))
12 ITEM Assertion OK : test8 Application.Intersect( Range('a2:c8,d2:f8'), Range('b6:e9,a6:f9'))
13 ITEM Assertion OK : test9 Application.Intersect( Range('a2:c8,e2:f8'), Range('b6:e9,a6:f9'))
14 ITEM Assertion OK : test10 Application.Intersect( Range('a1:a3,c1:c3'), Range('a2:c3'))
15 ITEM Assertion OK : test11 Application.Intersect( Range('a1:a3,b1:b3'), Range('a2:c3'))
16 ITEM Assertion OK : test12 Application.Intersect( Range('a2:d5,b3:f7,c1:g4'), Range('b2:e6'))
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DRanges.log41 ITEM Assertion OK : Range Areas Count is2
47 ITEM Assertion OK : Range Count:53
60 Range/Item-Method-Issue
61 TEST START : Range/Item-Method-Issue
71 END 'Range/Item-Method-Issue' Symbol
72 TEST OK : Range/Item-Method-Issue
150 Range-Address
151 TEST START : Range-Address
160 END 'Range-Address' Symbol
161 TEST OK : Range-Address
[all …]
H A DTestCalc_Rangetest.log4 ITEM Assertion OK : - Range("D15").Row
5 ITEM Assertion OK : - WorkSheet("D15").Range.Row
6 ITEM Assertion OK : - Range("D15").Column
7 ITEM Assertion OK : - Worksheet.Range("D15").Column
8 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
9 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
12 ITEM Assertion OK : - Range("D15").ClearContent
21 ITEM Assertion OK : - Range("B38").Orientation (get)
30 ITEM Assertion OK : - Range("B39").WrapText (get)
31 ITEM Assertion OK : - Range("B39").WrapText (set)
[all …]
H A DTestAddress.log5 ITEM Assertion OK : test1 Range('e3:f3') A1 style addressing
6 ITEM Assertion OK : test2 Range('e3:f3') R1C1 style addressing
7 ITEM Assertion OK : test3 Range ('e:f') A1 style addressing
8 ITEM Assertion OK : test4 Range ('e:f') R1C1 style addressing
46 ITEM Assertion OK : test42 Range('g20:h40').Columns('c:c')
48 ITEM Assertion OK : test44 Range('g20:h40').Columns(-1)
49 ITEM Assertion OK : test45 Range('c4:g10').Rows(-1)
50 ITEM Assertion OK : test46 Range('a2:b4').Rows('1:1')
51 ITEM Assertion OK : test47 Range('a2:b4').Rows('1:2')
52 ITEM Assertion OK : test48 Range('a2:b4').Rows('2:2')
[all …]
H A DTestCalc_Rangetest2.log6 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
7 ITEM Assertion OK : - Range.Copy(Range("I10"))
24 ITEM Assertion OK : - = Range("K22").End (xlDown)
25 ITEM Assertion OK : - = Range("K22").End (xlUo)
27 ITEM Assertion OK : - = Range("K22").End (xlRight)
35 ITEM Assertion OK : - Range("J4:J11").AutoFilter
50 ITEM Assertion OK : - Range("A13").AddIndent
54 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
55 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
56 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/
H A DRanges.log41 ITEM Assertion OK : Range Areas Count is2
47 ITEM Assertion OK : Range Count:53
60 Range/Item-Method-Issue
61 TEST START : Range/Item-Method-Issue
71 END 'Range/Item-Method-Issue' Symbol
72 TEST OK : Range/Item-Method-Issue
150 Range-Address
151 TEST START : Range-Address
160 END 'Range-Address' Symbol
161 TEST OK : Range-Address
[all …]
H A DTestCalc_Rangetest.log4 ITEM Assertion OK : - Range("D15").Row
5 ITEM Assertion OK : - WorkSheet("D15").Range.Row
6 ITEM Assertion OK : - Range("D15").Column
7 ITEM Assertion OK : - Worksheet.Range("D15").Column
8 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
9 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
12 ITEM Assertion OK : - Range("D15").ClearContent
21 ITEM Assertion OK : - Range("B38").Orientation (get)
30 ITEM Assertion OK : - Range("B39").WrapText (get)
31 ITEM Assertion OK : - Range("B39").WrapText (set)
[all …]
H A DTestAddress.log5 ITEM Assertion OK : test1 Range('e3:f3') A1 style addressing
6 ITEM Assertion OK : test2 Range('e3:f3') R1C1 style addressing
7 ITEM Assertion OK : test3 Range ('e:f') A1 style addressing
8 ITEM Assertion OK : test4 Range ('e:f') R1C1 style addressing
46 ITEM Assertion OK : test42 Range('g20:h40').Columns('c:c')
48 ITEM Assertion OK : test44 Range('g20:h40').Columns(-1)
49 ITEM Assertion OK : test45 Range('c4:g10').Rows(-1)
50 ITEM Assertion OK : test46 Range('a2:b4').Rows('1:1')
51 ITEM Assertion OK : test47 Range('a2:b4').Rows('1:2')
52 ITEM Assertion OK : test48 Range('a2:b4').Rows('2:2')
[all …]
H A DTestCalc_Rangetest2.log6 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
7 ITEM Assertion OK : - Range.Copy(Range("I10"))
20 ITEM Assertion OK : - = Range("K22").End (xlDown)
21 ITEM Assertion OK : - = Range("K22").End (xlUo)
23 ITEM Assertion OK : - = Range("K22").End (xlRight)
31 ITEM Assertion OK : - Range("J4:J11").AutoFilter
46 ITEM Assertion FAIL : - Range("A13").AddIndent
50 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
51 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
52 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DRanges.log41 ITEM Assertion OK : Range Areas Count is2
47 ITEM Assertion OK : Range Count:53
60 Range/Item-Method-Issue
61 TEST START : Range/Item-Method-Issue
71 END 'Range/Item-Method-Issue' Symbol
72 TEST OK : Range/Item-Method-Issue
150 Range-Address
151 TEST START : Range-Address
160 END 'Range-Address' Symbol
161 TEST OK : Range-Address
[all …]
H A DTestCalc_Rangetest.log4 ITEM Assertion OK : - Range("D15").Row
5 ITEM Assertion OK : - WorkSheet("D15").Range.Row
6 ITEM Assertion OK : - Range("D15").Column
7 ITEM Assertion OK : - Worksheet.Range("D15").Column
8 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
9 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
12 ITEM Assertion OK : - Range("D15").ClearContent
21 ITEM Assertion OK : - Range("B38").Orientation (get)
30 ITEM Assertion OK : - Range("B39").WrapText (get)
31 ITEM Assertion OK : - Range("B39").WrapText (set)
[all …]
H A DTestAddress.log5 ITEM Assertion OK : test1 Range('e3:f3') A1 style addressing
7 ITEM Assertion OK : test3 Range ('e:f') A1 style addressing
49 ITEM Assertion OK : test45 Range('c4:g10').Rows(-1)
50 ITEM Assertion OK : test46 Range('a2:b4').Rows('1:1')
51 ITEM Assertion OK : test47 Range('a2:b4').Rows('1:2')
52 ITEM Assertion OK : test48 Range('a2:b4').Rows('2:2')
54 ITEM Assertion OK : test50 Range(' A2:B4 ')
55 ITEM Assertion OK : test51 Range('A 2:B 4')
56 ITEM Assertion OK : test52 Range('A2 : B4 ')
57 ITEM Assertion OK : test53 Range('Sheet1 !A2 : B4 ')
[all …]
H A DTestCalc_Rangetest2.log6 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
7 ITEM Assertion OK : - Range.Copy(Range("I10"))
24 ITEM Assertion OK : - = Range("K22").End (xlDown)
25 ITEM Assertion OK : - = Range("K22").End (xlUo)
27 ITEM Assertion OK : - = Range("K22").End (xlRight)
35 ITEM Assertion OK : - Range("J4:J11").AutoFilter
50 ITEM Assertion OK : - Range("A13").AddIndent
54 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
55 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
56 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DRanges.log41 ITEM Assertion OK : Range Areas Count is2
47 ITEM Assertion OK : Range Count:53
60 Range/Item-Method-Issue
61 TEST START : Range/Item-Method-Issue
71 END 'Range/Item-Method-Issue' Symbol
72 TEST OK : Range/Item-Method-Issue
150 Range-Address
151 TEST START : Range-Address
160 END 'Range-Address' Symbol
161 TEST OK : Range-Address
[all …]
H A DTestCalc_Rangetest.log4 ITEM Assertion OK : - Range("D15").Row
5 ITEM Assertion OK : - WorkSheet("D15").Range.Row
6 ITEM Assertion OK : - Range("D15").Column
7 ITEM Assertion OK : - Worksheet.Range("D15").Column
8 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
9 ITEM Assertion OK : - Range("D1").EntireRow.Valuer
12 ITEM Assertion OK : - Range("D15").ClearContent
21 ITEM Assertion OK : - Range("B38").Orientation (get)
30 ITEM Assertion OK : - Range("B39").WrapText (get)
31 ITEM Assertion OK : - Range("B39").WrapText (set)
[all …]
H A DTestAddress.log5 ITEM Assertion OK : test1 Range('e3:f3') A1 style addressing
7 ITEM Assertion OK : test3 Range ('e:f') A1 style addressing
49 ITEM Assertion OK : test45 Range('c4:g10').Rows(-1)
50 ITEM Assertion OK : test46 Range('a2:b4').Rows('1:1')
51 ITEM Assertion OK : test47 Range('a2:b4').Rows('1:2')
52 ITEM Assertion OK : test48 Range('a2:b4').Rows('2:2')
54 ITEM Assertion OK : test50 Range(' A2:B4 ')
55 ITEM Assertion OK : test51 Range('A 2:B 4')
56 ITEM Assertion OK : test52 Range('A2 : B4 ')
57 ITEM Assertion OK : test53 Range('Sheet1 !A2 : B4 ')
[all …]
H A DTestCalc_Rangetest2.log6 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
7 ITEM Assertion OK : - Range.Copy(Range("I10"))
24 ITEM Assertion OK : - = Range("K22").End (xlDown)
25 ITEM Assertion OK : - = Range("K22").End (xlUo)
27 ITEM Assertion OK : - = Range("K22").End (xlRight)
35 ITEM Assertion OK : - Range("J4:J11").AutoFilter
50 ITEM Assertion OK : - Range("A13").AddIndent
54 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
55 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
56 ITEM Assertion OK : - Range.Copy() and Range.PasteSpecial()
[all …]

Completed in 162 milliseconds

12345678910>>...13