Home
last modified time | relevance | path

Searched refs:outLong3 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas473 Dim outLong3 As Long variable
477 outLong3 = 0
479 obj.optional7(outLong, outLong2, outLong3, outLong4)
481 Or inLong3 <> outLong3 Or inLong4 <> outLong4 Then
508 outLong3 = 0
509 obj.optional7(,outLong2, val3:= outLong3)
510 If inLong2 <> outLong2 Or inLong3 <> outLong3 Then
521 outLong3 = 0
525 outLong3 = obj.prpMultiArg1(outLong, outLong2)
526 If outLong <> 10 Or outLong2 <> 02 Or outLong3 <> 30 Then

Completed in 23 milliseconds